#s-b1ba58cf-e74f-4b41-8ec3-77930a7fcb8e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-f17e384f-c869-474f-b117-fb5c3b958366 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 50px;
}








#s-f17e384f-c869-474f-b117-fb5c3b958366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f17e384f-c869-474f-b117-fb5c3b958366.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad62409c-5fc8-436e-a3ac-1e85f1f9de8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ade5c3e0-7fff-4e47-a3a4-c06645d72dba {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a58a2e0-be20-4a3a-a8bd-58cb05c1df30 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
max-width: 100%;
text-align: left;
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 0px;
  padding-bottom: 10px;
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-762b56c8-8419-4a4a-8730-1a8cdeb6da46 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4d339154-5d96-46b5-b572-27c9fe44224c {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-cbf48eae-ce66-44ff-8954-ea9d58ef80dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}

#s-cbf48eae-ce66-44ff-8954-ea9d58ef80dd .shg-product-title-component h1 span {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}

#s-cb880e82-fe9c-4b36-823a-45394f44c867 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-cb880e82-fe9c-4b36-823a-45394f44c867 .shg-product-sold-out {
  display: none;
  color: rgba(37, 45, 64, 1);
  font-size: 28px;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cb880e82-fe9c-4b36-823a-45394f44c867 .shg-product-price {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
}

#s-cb880e82-fe9c-4b36-823a-45394f44c867 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
  padding-left: 10px;
}

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

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

#s-221ba0df-91b5-4fe8-9a3e-e4fa8ab641e8 {
  margin-left: auto;
margin-right: auto;
}

#s-221ba0df-91b5-4fe8-9a3e-e4fa8ab641e8 hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  font-weight: 400;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  font-weight: 400;
}

#s-e3667c52-08cc-4774-a899-4c64b2f03abb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-bb7034d4-51ca-444a-b593-d32d189e06b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(37, 45, 64, 1);
  padding: 14px;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 197, 78, 1);
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 246, 248, 1);
  border-top: 1px solid #ddd;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 197, 78, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 20px;
}

#s-bb7034d4-51ca-444a-b593-d32d189e06b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6fd18cb5-c75e-4152-908d-5d3c5dc878aa {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
}

#s-069ea806-27ef-4a7d-b442-f5b3210ba180 {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
}

#s-e0029875-2f93-4182-859f-556ce55f2607 {
  margin-left: auto;
margin-right: auto;
padding-top: 14px;
padding-left: 14px;
padding-right: 14px;
}

#s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b {
  margin-left: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
max-width: 200px;
text-align: left;
}

#s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper {
  display: flex;
}

#s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b label {
    color: rgba(37, 45, 64, 1);
    font-weight:  500 ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-4da1fed8-0ca6-46c1-a66d-7759dd61be4b label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  


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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b967c159-80c1-4353-b2f1-d8e6ff2b0569-atc-btn-wrapper {
    text-align: center;
  }


#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b967c159-80c1-4353-b2f1-d8e6ff2b0569.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-053b933c-32bc-4864-9229-5c93a882ab0a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(205, 217, 228, 1);
}








#s-053b933c-32bc-4864-9229-5c93a882ab0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-053b933c-32bc-4864-9229-5c93a882ab0a.shg-box.shg-c {
  justify-content: center;
}

#s-d21eb6a4-5185-4302-b356-cbaa1f1ab0d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d21eb6a4-5185-4302-b356-cbaa1f1ab0d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d21eb6a4-5185-4302-b356-cbaa1f1ab0d8.shg-box.shg-c {
  justify-content: center;
}

#s-d8267532-ad67-44b8-bfaf-9b64fb8a7ef6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d8267532-ad67-44b8-bfaf-9b64fb8a7ef6 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8267532-ad67-44b8-bfaf-9b64fb8a7ef6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d8267532-ad67-44b8-bfaf-9b64fb8a7ef6 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-d8267532-ad67-44b8-bfaf-9b64fb8a7ef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8267532-ad67-44b8-bfaf-9b64fb8a7ef6.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-864b4ebb-cfd7-498a-bece-e25316bb0101 {
  box-shadow:0px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: 0%;
margin-right: 0%;
text-align: left;
background-color: rgba(235, 236, 239, 1);
}


  #s-864b4ebb-cfd7-498a-bece-e25316bb0101 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
  #s-864b4ebb-cfd7-498a-bece-e25316bb0101 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(235, 236, 239, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
#s-864b4ebb-cfd7-498a-bece-e25316bb0101 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 45, 64, 1);
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-864b4ebb-cfd7-498a-bece-e25316bb0101 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 45, 64, 1);
}

#s-864b4ebb-cfd7-498a-bece-e25316bb0101 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(235, 236, 239, 1);
}

#s-864b4ebb-cfd7-498a-bece-e25316bb0101 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(235, 236, 239, 1);
}

#s-ffcecfac-a640-4b3f-bb4e-2196853b80c9 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-53870c22-605a-4bfa-b21e-d7668d593a4e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-53870c22-605a-4bfa-b21e-d7668d593a4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53870c22-605a-4bfa-b21e-d7668d593a4e.shg-box.shg-c {
  justify-content: center;
}

#s-27324b03-9e76-4054-bc93-8db6ce2eddd6 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-27324b03-9e76-4054-bc93-8db6ce2eddd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-27324b03-9e76-4054-bc93-8db6ce2eddd6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27324b03-9e76-4054-bc93-8db6ce2eddd6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27324b03-9e76-4054-bc93-8db6ce2eddd6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-95016f81-08c2-4d0a-a138-3164dbcc7c11 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-be575118-6811-4db3-a85c-c946767bc476 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-be575118-6811-4db3-a85c-c946767bc476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be575118-6811-4db3-a85c-c946767bc476.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5b5c384-b0f9-4fea-b1f4-bef387bc0cdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-58599f20-ed40-451d-8532-f3a07b408b21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58599f20-ed40-451d-8532-f3a07b408b21 .shg-product-title-component h2 span {
  color: rgba(37, 45, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: ;
  
}

#s-cc30bb2c-fbab-4928-8196-560ad3c66ead {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cc30bb2c-fbab-4928-8196-560ad3c66ead .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cc30bb2c-fbab-4928-8196-560ad3c66ead .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-cc30bb2c-fbab-4928-8196-560ad3c66ead .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-514c83d7-45e3-4e05-9914-9c9683b93c5d:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-514c83d7-45e3-4e05-9914-9c9683b93c5d:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d-atc-btn-wrapper {
    text-align: center;
  }


#s-514c83d7-45e3-4e05-9914-9c9683b93c5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-514c83d7-45e3-4e05-9914-9c9683b93c5d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-ddd54d05-ad28-4d96-be8b-e22dcf8fd71f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-7c604ee4-eefb-469e-8469-96a00e08d1c6 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-7c604ee4-eefb-469e-8469-96a00e08d1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c604ee4-eefb-469e-8469-96a00e08d1c6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2e5e9bde-7a03-438d-8edf-a9dc0c3ab040 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8226e7e1-6ea4-44ad-bba5-e5c89d796fbd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8226e7e1-6ea4-44ad-bba5-e5c89d796fbd .shg-product-title-component h2 span {
  color: rgba(37, 45, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: ;
  
}

#s-6894b13b-a776-415f-a232-bb698818fd48 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6894b13b-a776-415f-a232-bb698818fd48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6894b13b-a776-415f-a232-bb698818fd48 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-6894b13b-a776-415f-a232-bb698818fd48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3-atc-btn-wrapper {
    text-align: center;
  }


#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dbbfa9f0-8e27-4a0e-a2b1-712ee38d6dc3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-025281cb-5a7b-48bb-aa2f-f793e9a2fe22 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-e8dda634-7de2-4740-a5f8-dc2de0c33456 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-e8dda634-7de2-4740-a5f8-dc2de0c33456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8dda634-7de2-4740-a5f8-dc2de0c33456.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6298bc4f-74b6-4f5a-89d4-fa255d82ed57 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6c019f9c-3e05-44e6-be6f-8504726ab10d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c019f9c-3e05-44e6-be6f-8504726ab10d .shg-product-title-component h2 span {
  color: rgba(37, 45, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: ;
  
}

#s-1d46068b-e162-4f94-8cc1-95140590f86b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1d46068b-e162-4f94-8cc1-95140590f86b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1d46068b-e162-4f94-8cc1-95140590f86b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-1d46068b-e162-4f94-8cc1-95140590f86b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3-atc-btn-wrapper {
    text-align: center;
  }


#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a748aa8-bb2c-4883-bbf5-74cdcb2a31b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-b7f3e845-b933-4920-aa57-a6e3bc2bec2f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-f6ea5897-c2c9-44a9-8a91-4a1709a6d81c {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-f6ea5897-c2c9-44a9-8a91-4a1709a6d81c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6ea5897-c2c9-44a9-8a91-4a1709a6d81c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e2ba93c0-00b5-486b-a242-299a3e4198fe {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ba93c0-00b5-486b-a242-299a3e4198fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-639191da-31eb-4c73-be6d-96953a9c1e3f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-639191da-31eb-4c73-be6d-96953a9c1e3f .shg-product-title-component h2 span {
  color: rgba(37, 45, 64, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1.1em;
  letter-spacing: ;
  
}

#s-7b9b581e-9a1e-4b82-bad6-cdfcca2318ac {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7b9b581e-9a1e-4b82-bad6-cdfcca2318ac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7b9b581e-9a1e-4b82-bad6-cdfcca2318ac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-7b9b581e-9a1e-4b82-bad6-cdfcca2318ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 197, 78, 1);
border-radius: 2px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(37, 45, 64, 1);
}
#s-34d928af-2bcf-46d0-83cc-0151ce6ba908:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}#s-34d928af-2bcf-46d0-83cc-0151ce6ba908:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 45, 64, 1) !important;}

  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908-atc-btn-wrapper {
    text-align: center;
  }


#s-34d928af-2bcf-46d0-83cc-0151ce6ba908 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-34d928af-2bcf-46d0-83cc-0151ce6ba908.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-016d1834-757c-4c1c-9569-7d17b69be759 {
  margin-top: 0px;
margin-bottom: 100px;
padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
}

#s-efffaf72-2ae2-4346-8833-a0735a7e2f70 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 200px;
}

#s-15aaa259-a678-4ccb-8d3c-1680dd086bb6 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-66d73b58-6c90-4020-ba26-f0adef7f8b97 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-66d73b58-6c90-4020-ba26-f0adef7f8b97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-66d73b58-6c90-4020-ba26-f0adef7f8b97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-66d73b58-6c90-4020-ba26-f0adef7f8b97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-66d73b58-6c90-4020-ba26-f0adef7f8b97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  margin: 0 !important;
  overflow: visible;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add background color handling */
  
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
  box-sizing: border-box;
}



.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
      position: relative;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  margin: 0 !important;
  overflow: visible;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add background color handling */
  
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
  box-sizing: border-box;
}



.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
      position: relative;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  margin: 0 !important;
  overflow: visible;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add background color handling */
  
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
  box-sizing: border-box;
}



.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
      position: relative;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  margin: 0 !important;
  overflow: visible;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add background color handling */
  
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
  box-sizing: border-box;
}



.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
      position: relative;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  margin: 0 !important;
  overflow: visible;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add background color handling */
  
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image {
  box-sizing: border-box;
}



.s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container {
      position: relative;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a7bae1a-7609-4510-8d1b-9ce35113ce4a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-d0a375b7-d1a6-4397-918a-05fe3ccb67fc {
  margin-left: auto;
margin-right: auto;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
  box-sizing: border-box;
}



.s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2aab5880-e9b1-421e-8694-c1045df6b001 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
      position: relative;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
  box-sizing: border-box;
}



.s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2aab5880-e9b1-421e-8694-c1045df6b001 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
      position: relative;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
  box-sizing: border-box;
}



.s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2aab5880-e9b1-421e-8694-c1045df6b001 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
      position: relative;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
  box-sizing: border-box;
}



.s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2aab5880-e9b1-421e-8694-c1045df6b001 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
      position: relative;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  margin: 0 !important;
  overflow: visible;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2aab5880-e9b1-421e-8694-c1045df6b001 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add background color handling */
  
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aab5880-e9b1-421e-8694-c1045df6b001 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-2aab5880-e9b1-421e-8694-c1045df6b001 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image {
  box-sizing: border-box;
}



.s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-2aab5880-e9b1-421e-8694-c1045df6b001 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container {
      position: relative;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aab5880-e9b1-421e-8694-c1045df6b001 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-9a1ef09a-4b04-4fe5-a0e4-0976cf8d35f1 {
  margin-left: auto;
margin-right: auto;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 75px;
aspect-ratio: 75/45;
text-align: center;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
  box-sizing: border-box;
}



.s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
      position: relative;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
  box-sizing: border-box;
}



.s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
      position: relative;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
  box-sizing: border-box;
}



.s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
      position: relative;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
  box-sizing: border-box;
}



.s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
      position: relative;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-be70b610-7bb0-4540-b227-d95d7d5430a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image {
  box-sizing: border-box;
}



.s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container {
      position: relative;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be70b610-7bb0-4540-b227-d95d7d5430a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}
#s-e3de78e5-e801-4f27-aac6-947d03128ddc {
  margin-left: auto;
margin-right: auto;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  margin: 0 !important;
  overflow: visible;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add background color handling */
  
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
  box-sizing: border-box;
}



.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
      position: relative;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  margin: 0 !important;
  overflow: visible;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add background color handling */
  
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
  box-sizing: border-box;
}



.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
      position: relative;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  margin: 0 !important;
  overflow: visible;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add background color handling */
  
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
  box-sizing: border-box;
}



.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
      position: relative;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  margin: 0 !important;
  overflow: visible;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add background color handling */
  
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
  box-sizing: border-box;
}



.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
      position: relative;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  margin: 0 !important;
  overflow: visible;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add background color handling */
  
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image {
  box-sizing: border-box;
}



.s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container {
      position: relative;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1141ef5-b7cd-4350-a0f9-0dcbebd493dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-92f9d9bc-b89e-468d-9175-8771cb17a4cf {
  margin-left: auto;
margin-right: auto;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 54px;
aspect-ratio: 54/36;
text-align: center;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  margin: 0 !important;
  overflow: visible;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add background color handling */
  
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
  box-sizing: border-box;
}



.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
      position: relative;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

@media (min-width: 1200px){#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  margin: 0 !important;
  overflow: visible;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add background color handling */
  
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
  box-sizing: border-box;
}



.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
      position: relative;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  margin: 0 !important;
  overflow: visible;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add background color handling */
  
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
  box-sizing: border-box;
}



.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
      position: relative;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  margin: 0 !important;
  overflow: visible;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add background color handling */
  
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
  box-sizing: border-box;
}



.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
      position: relative;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}@media (max-width: 767px){#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  margin: 0 !important;
  overflow: visible;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add background color handling */
  
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image {
  box-sizing: border-box;
}



.s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container {
      position: relative;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a09c22b9-8ab6-4925-bd83-0835f0fa22ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}
#s-99f12578-a47a-4591-9b30-68e49c4f35f5 {
  margin-left: auto;
margin-right: auto;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 53px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
  box-sizing: border-box;
}



.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
      position: relative;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

@media (min-width: 1200px){#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
  box-sizing: border-box;
}



.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
      position: relative;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
  box-sizing: border-box;
}



.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
      position: relative;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
  box-sizing: border-box;
}



.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
      position: relative;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (max-width: 767px){#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image {
  box-sizing: border-box;
}



.s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container {
      position: relative;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9083ecb5-14ec-4f50-ac8c-e8011c1a1ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}
#s-0084c131-8697-4dda-8a62-0d198c134207 {
  margin-left: auto;
margin-right: auto;
}

#s-c506e4b0-2369-4a0f-9b97-fa5300bb386a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-c506e4b0-2369-4a0f-9b97-fa5300bb386a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c506e4b0-2369-4a0f-9b97-fa5300bb386a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c506e4b0-2369-4a0f-9b97-fa5300bb386a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c506e4b0-2369-4a0f-9b97-fa5300bb386a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ed059ec-b4fc-48a0-a77f-cc49d24ad20c {
  min-height: 50px;
}








#s-2ed059ec-b4fc-48a0-a77f-cc49d24ad20c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ed059ec-b4fc-48a0-a77f-cc49d24ad20c.shg-box.shg-c {
  justify-content: center;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
  box-sizing: border-box;
}



.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
      position: relative;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add background color handling */
  
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
  box-sizing: border-box;
}



.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
      position: relative;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add background color handling */
  
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
  box-sizing: border-box;
}



.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
      position: relative;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add background color handling */
  
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
  box-sizing: border-box;
}



.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
      position: relative;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  margin: 0 !important;
  overflow: visible;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add background color handling */
  
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image {
  box-sizing: border-box;
}



.s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container {
      position: relative;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-631a02b9-8d1c-402c-9f76-04cabc27c9ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

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

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

#s-914bcedd-1e37-4199-bfa0-e369b935c767 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-914bcedd-1e37-4199-bfa0-e369b935c767 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-7696c5b7-a076-430f-b67f-3d73cfd06675 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-fe380015-fc70-4ef4-bc1b-88115bf0e1b2 {
  min-height: 50px;
}








#s-fe380015-fc70-4ef4-bc1b-88115bf0e1b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe380015-fc70-4ef4-bc1b-88115bf0e1b2.shg-box.shg-c {
  justify-content: center;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
  box-sizing: border-box;
}



.s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
      position: relative;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add background color handling */
  
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
  box-sizing: border-box;
}



.s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
      position: relative;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add background color handling */
  
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
  box-sizing: border-box;
}



.s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
      position: relative;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add background color handling */
  
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
  box-sizing: border-box;
}



.s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
      position: relative;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  margin: 0 !important;
  overflow: visible;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add background color handling */
  
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-853c1640-81e3-49c7-a30f-0ea582159ce0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image {
  box-sizing: border-box;
}



.s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container {
      position: relative;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-853c1640-81e3-49c7-a30f-0ea582159ce0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-5297e353-2ca9-4878-a604-f771c0287a38 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5297e353-2ca9-4878-a604-f771c0287a38 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-e2059cbc-799b-4d60-aa6e-98c86eda2882 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ee064320-f2fc-4a70-bb99-427d0a91e12d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-ee064320-f2fc-4a70-bb99-427d0a91e12d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee064320-f2fc-4a70-bb99-427d0a91e12d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee064320-f2fc-4a70-bb99-427d0a91e12d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee064320-f2fc-4a70-bb99-427d0a91e12d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-54cfedfc-d5b8-4f0e-8827-42ff597130d2 {
  min-height: 50px;
}








#s-54cfedfc-d5b8-4f0e-8827-42ff597130d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54cfedfc-d5b8-4f0e-8827-42ff597130d2.shg-box.shg-c {
  justify-content: center;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
  box-sizing: border-box;
}



.s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71f6936-2202-4234-82e8-306c06c26bd1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
      position: relative;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
  box-sizing: border-box;
}



.s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71f6936-2202-4234-82e8-306c06c26bd1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
      position: relative;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
  box-sizing: border-box;
}



.s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71f6936-2202-4234-82e8-306c06c26bd1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
      position: relative;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
  box-sizing: border-box;
}



.s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71f6936-2202-4234-82e8-306c06c26bd1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
      position: relative;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b71f6936-2202-4234-82e8-306c06c26bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b71f6936-2202-4234-82e8-306c06c26bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-b71f6936-2202-4234-82e8-306c06c26bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image {
  box-sizing: border-box;
}



.s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b71f6936-2202-4234-82e8-306c06c26bd1 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container {
      position: relative;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b71f6936-2202-4234-82e8-306c06c26bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-1bf2c202-30e3-408e-867d-372ad71d2477 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bf2c202-30e3-408e-867d-372ad71d2477 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-74111795-f18f-4424-a4d4-a94fba2fbde5 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-319dce42-3c0f-4f55-a8c7-e35b59136489 {
  min-height: 50px;
}








#s-319dce42-3c0f-4f55-a8c7-e35b59136489 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-319dce42-3c0f-4f55-a8c7-e35b59136489.shg-box.shg-c {
  justify-content: center;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  margin: 0 !important;
  overflow: visible;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
  box-sizing: border-box;
}



.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
      position: relative;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  margin: 0 !important;
  overflow: visible;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add background color handling */
  
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
  box-sizing: border-box;
}



.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
      position: relative;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  margin: 0 !important;
  overflow: visible;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add background color handling */
  
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
  box-sizing: border-box;
}



.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
      position: relative;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  margin: 0 !important;
  overflow: visible;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add background color handling */
  
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
  box-sizing: border-box;
}



.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
      position: relative;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  margin: 0 !important;
  overflow: visible;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add background color handling */
  
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image {
  box-sizing: border-box;
}



.s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container {
      position: relative;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32d98d8-a9bd-4d8f-b6a1-27e4f1c2829f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-8a2b26f8-62b1-4d14-bf02-a27f33dac70b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a2b26f8-62b1-4d14-bf02-a27f33dac70b .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-2cca5970-e0a6-46b3-b139-9fbb86f0eb22 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a4de5465-991b-4f72-8c3e-8ca7fb458c1c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
min-height: 50px;
background-color: rgba(235, 236, 239, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a4de5465-991b-4f72-8c3e-8ca7fb458c1c {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4de5465-991b-4f72-8c3e-8ca7fb458c1c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-a4de5465-991b-4f72-8c3e-8ca7fb458c1c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a4de5465-991b-4f72-8c3e-8ca7fb458c1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4de5465-991b-4f72-8c3e-8ca7fb458c1c.shg-box.shg-c {
  justify-content: center;
}

#s-042739f5-1798-4c80-81c2-dac678cdc29f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-042739f5-1798-4c80-81c2-dac678cdc29f .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-59995872-7ace-4031-83b0-b99100818a25 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-b8dc5191-b1b1-4a1e-a557-fde899f3b6b9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b8dc5191-b1b1-4a1e-a557-fde899f3b6b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8dc5191-b1b1-4a1e-a557-fde899f3b6b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8dc5191-b1b1-4a1e-a557-fde899f3b6b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8dc5191-b1b1-4a1e-a557-fde899f3b6b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

#s-679ff03b-632e-40b4-a1e8-e4f1ced9d8c4 {
  margin-left: auto;
margin-right: auto;
}

#s-404b2489-7844-4a11-9110-d596fb3a8fb5 {
  margin-left: auto;
margin-right: auto;
}

#s-b3786396-fdd4-4417-9686-41c54951a5e0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 18%;
padding-bottom: 2%;
padding-right: 18%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b3786396-fdd4-4417-9686-41c54951a5e0 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3786396-fdd4-4417-9686-41c54951a5e0 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b3786396-fdd4-4417-9686-41c54951a5e0 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-b3786396-fdd4-4417-9686-41c54951a5e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3786396-fdd4-4417-9686-41c54951a5e0.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-b3786396-fdd4-4417-9686-41c54951a5e0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-b3786396-fdd4-4417-9686-41c54951a5e0.shg-box.shg-c {
  justify-content: center;
}
}
#s-601f85e6-559d-46b7-8552-59cb0b67da40 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-601f85e6-559d-46b7-8552-59cb0b67da40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-601f85e6-559d-46b7-8552-59cb0b67da40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-601f85e6-559d-46b7-8552-59cb0b67da40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-601f85e6-559d-46b7-8552-59cb0b67da40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-601f85e6-559d-46b7-8552-59cb0b67da40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-601f85e6-559d-46b7-8552-59cb0b67da40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-601f85e6-559d-46b7-8552-59cb0b67da40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-0678572d-0448-4bf3-9ebc-b256b985e856 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0678572d-0448-4bf3-9ebc-b256b985e856 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-0f360430-792c-4a88-95d7-dbc8784b9bb2 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-12951502-7b6d-4770-a889-435fc7756894 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 20%;
padding-bottom: 10%;
padding-right: 20%;
min-height: 50px;
background-color: rgba(24, 35, 55, 1);
}
@media (min-width: 1200px){#s-12951502-7b6d-4770-a889-435fc7756894 {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12951502-7b6d-4770-a889-435fc7756894 {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12951502-7b6d-4770-a889-435fc7756894 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-12951502-7b6d-4770-a889-435fc7756894 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-12951502-7b6d-4770-a889-435fc7756894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12951502-7b6d-4770-a889-435fc7756894.shg-box.shg-c {
  justify-content: center;
}

#s-dc0fadd0-d829-4a9a-b349-baf930409761 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-dc0fadd0-d829-4a9a-b349-baf930409761"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc0fadd0-d829-4a9a-b349-baf930409761"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc0fadd0-d829-4a9a-b349-baf930409761"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc0fadd0-d829-4a9a-b349-baf930409761"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dd537b2a-569a-4153-8615-eca9166bc72a {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a {
  margin: 0 !important;
  overflow: visible;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
  box-sizing: border-box;
}



.s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd537b2a-569a-4153-8615-eca9166bc72a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
      position: relative;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-dd537b2a-569a-4153-8615-eca9166bc72a {
  margin: 0 !important;
  overflow: visible;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add background color handling */
  
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
  box-sizing: border-box;
}



.s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd537b2a-569a-4153-8615-eca9166bc72a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
      position: relative;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dd537b2a-569a-4153-8615-eca9166bc72a {
  margin: 0 !important;
  overflow: visible;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add background color handling */
  
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
  box-sizing: border-box;
}



.s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd537b2a-569a-4153-8615-eca9166bc72a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
      position: relative;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dd537b2a-569a-4153-8615-eca9166bc72a {
  margin: 0 !important;
  overflow: visible;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add background color handling */
  
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
  box-sizing: border-box;
}



.s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd537b2a-569a-4153-8615-eca9166bc72a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
      position: relative;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-dd537b2a-569a-4153-8615-eca9166bc72a {
  margin: 0 !important;
  overflow: visible;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd537b2a-569a-4153-8615-eca9166bc72a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add background color handling */
  
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd537b2a-569a-4153-8615-eca9166bc72a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dd537b2a-569a-4153-8615-eca9166bc72a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image {
  box-sizing: border-box;
}



.s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dd537b2a-569a-4153-8615-eca9166bc72a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container {
      position: relative;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd537b2a-569a-4153-8615-eca9166bc72a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-1f66f051-a572-494b-85a1-67387a25b281 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f66f051-a572-494b-85a1-67387a25b281 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-2bf32c25-608d-4b45-b504-a5198e5bdf99 {
  margin-left: auto;
margin-right: auto;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
  box-sizing: border-box;
}



.s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6babebe-d76b-4728-804e-71ac34d5c37d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
      position: relative;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add background color handling */
  
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
  box-sizing: border-box;
}



.s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6babebe-d76b-4728-804e-71ac34d5c37d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
      position: relative;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add background color handling */
  
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
  box-sizing: border-box;
}



.s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6babebe-d76b-4728-804e-71ac34d5c37d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
      position: relative;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add background color handling */
  
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
  box-sizing: border-box;
}



.s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6babebe-d76b-4728-804e-71ac34d5c37d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
      position: relative;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6babebe-d76b-4728-804e-71ac34d5c37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add background color handling */
  
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6babebe-d76b-4728-804e-71ac34d5c37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c6babebe-d76b-4728-804e-71ac34d5c37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image {
  box-sizing: border-box;
}



.s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6babebe-d76b-4728-804e-71ac34d5c37d {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container {
      position: relative;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6babebe-d76b-4728-804e-71ac34d5c37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-75f46792-7a66-49d3-9da7-b2423cb3c065 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75f46792-7a66-49d3-9da7-b2423cb3c065 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-a8604aad-c984-4fe0-8517-d7cddf6e1305 {
  margin-left: auto;
margin-right: auto;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  margin: 0 !important;
  overflow: visible;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
  box-sizing: border-box;
}



.s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfbd965-41fc-42e1-a682-d732a3270d1c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
      position: relative;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  margin: 0 !important;
  overflow: visible;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add background color handling */
  
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
  box-sizing: border-box;
}



.s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfbd965-41fc-42e1-a682-d732a3270d1c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
      position: relative;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  margin: 0 !important;
  overflow: visible;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add background color handling */
  
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
  box-sizing: border-box;
}



.s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfbd965-41fc-42e1-a682-d732a3270d1c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
      position: relative;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  margin: 0 !important;
  overflow: visible;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add background color handling */
  
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
  box-sizing: border-box;
}



.s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfbd965-41fc-42e1-a682-d732a3270d1c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
      position: relative;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  margin: 0 !important;
  overflow: visible;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edfbd965-41fc-42e1-a682-d732a3270d1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add background color handling */
  
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edfbd965-41fc-42e1-a682-d732a3270d1c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-edfbd965-41fc-42e1-a682-d732a3270d1c .shogun-image-content {
  
    justify-content: center;
  
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image {
  box-sizing: border-box;
}



.s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-edfbd965-41fc-42e1-a682-d732a3270d1c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container {
      position: relative;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edfbd965-41fc-42e1-a682-d732a3270d1c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-990c0552-4e0e-4597-bb20-8cd6fc011355 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-990c0552-4e0e-4597-bb20-8cd6fc011355 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-820a2896-3abf-40b3-b108-ebfc63667a16 {
  margin-left: auto;
margin-right: auto;
}

#s-5931781f-539c-42eb-ad23-519cb107079e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 18%;
padding-bottom: 2%;
padding-right: 18%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5931781f-539c-42eb-ad23-519cb107079e {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5931781f-539c-42eb-ad23-519cb107079e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5931781f-539c-42eb-ad23-519cb107079e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-5931781f-539c-42eb-ad23-519cb107079e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5931781f-539c-42eb-ad23-519cb107079e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-5931781f-539c-42eb-ad23-519cb107079e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-5931781f-539c-42eb-ad23-519cb107079e.shg-box.shg-c {
  justify-content: center;
}
}
#s-2d58d220-31eb-4c91-bc28-bc747a5a863c {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2d58d220-31eb-4c91-bc28-bc747a5a863c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d58d220-31eb-4c91-bc28-bc747a5a863c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d58d220-31eb-4c91-bc28-bc747a5a863c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d58d220-31eb-4c91-bc28-bc747a5a863c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-543a885e-18b6-443a-aaf9-e9d1da68ff93 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-543a885e-18b6-443a-aaf9-e9d1da68ff93 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-192460d6-4dfe-48f3-b603-87fe444c80dd {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-aa0acff5-2867-4df1-8e21-124b27f43369 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
min-height: 650px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aa0acff5-2867-4df1-8e21-124b27f43369 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa0acff5-2867-4df1-8e21-124b27f43369 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-aa0acff5-2867-4df1-8e21-124b27f43369 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-aa0acff5-2867-4df1-8e21-124b27f43369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa0acff5-2867-4df1-8e21-124b27f43369.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-aa0acff5-2867-4df1-8e21-124b27f43369 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-aa0acff5-2867-4df1-8e21-124b27f43369.shg-box.shg-c {
  justify-content: center;
}
}
#s-bdcc6225-366e-4479-8a62-e788194f0c55 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-bdcc6225-366e-4479-8a62-e788194f0c55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdcc6225-366e-4479-8a62-e788194f0c55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bdcc6225-366e-4479-8a62-e788194f0c55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdcc6225-366e-4479-8a62-e788194f0c55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bdcc6225-366e-4479-8a62-e788194f0c55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdcc6225-366e-4479-8a62-e788194f0c55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bdcc6225-366e-4479-8a62-e788194f0c55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c323a678-327a-459e-bd17-35659b419806 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c323a678-327a-459e-bd17-35659b419806 .shogun-heading-component h3 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-ec36de2e-94fe-4b1c-ad99-c593d1512db1 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-bc223973-a07a-448d-88eb-75ded411cf53 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10%;
padding-left: 20%;
padding-bottom: 10%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-bc223973-a07a-448d-88eb-75ded411cf53 {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc223973-a07a-448d-88eb-75ded411cf53 {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc223973-a07a-448d-88eb-75ded411cf53 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bc223973-a07a-448d-88eb-75ded411cf53 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-bc223973-a07a-448d-88eb-75ded411cf53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc223973-a07a-448d-88eb-75ded411cf53.shg-box.shg-c {
  justify-content: center;
}

#s-632a86f5-0924-4a4a-a971-7197d37e58a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-632a86f5-0924-4a4a-a971-7197d37e58a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-632a86f5-0924-4a4a-a971-7197d37e58a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-632a86f5-0924-4a4a-a971-7197d37e58a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-632a86f5-0924-4a4a-a971-7197d37e58a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
    
    
    
    
  }


.s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
  box-sizing: border-box;
}



.s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347d1d85-389f-46d6-aea0-d8e360700e96 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
      position: relative;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add background color handling */
  
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
    
    
    
    
  }


.s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
  box-sizing: border-box;
}



.s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347d1d85-389f-46d6-aea0-d8e360700e96 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
      position: relative;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add background color handling */
  
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
    
    
    
    
  }


.s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
  box-sizing: border-box;
}



.s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347d1d85-389f-46d6-aea0-d8e360700e96 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
      position: relative;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add background color handling */
  
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
    
    
    
    
  }


.s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
  box-sizing: border-box;
}



.s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347d1d85-389f-46d6-aea0-d8e360700e96 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
      position: relative;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  margin: 0 !important;
  overflow: visible;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-347d1d85-389f-46d6-aea0-d8e360700e96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add background color handling */
  
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-347d1d85-389f-46d6-aea0-d8e360700e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
    
    
    
    
  }


.s-347d1d85-389f-46d6-aea0-d8e360700e96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image {
  box-sizing: border-box;
}



.s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-347d1d85-389f-46d6-aea0-d8e360700e96 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container {
      position: relative;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-347d1d85-389f-46d6-aea0-d8e360700e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-7b11e9fb-d47f-48d3-83c0-1dba08a3f2bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b11e9fb-d47f-48d3-83c0-1dba08a3f2bb .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-14638f42-9830-42c3-9ffa-736d37722358 {
  margin-left: auto;
margin-right: auto;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
    
    
    
    
  }


.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
  box-sizing: border-box;
}



.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
      position: relative;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
    
    
    
    
  }


.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
  box-sizing: border-box;
}



.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
      position: relative;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
    
    
    
    
  }


.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
  box-sizing: border-box;
}



.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
      position: relative;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
    
    
    
    
  }


.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
  box-sizing: border-box;
}



.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
      position: relative;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
    
    
    
    
  }


.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image {
  box-sizing: border-box;
}



.s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container {
      position: relative;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61cabfb-9a41-4302-bcba-302587d3e0b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-a424725a-0839-47f3-9ab6-4e375e006d47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a424725a-0839-47f3-9ab6-4e375e006d47 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-a662650c-787a-40dc-9ea8-1362f5f59696 {
  margin-left: auto;
margin-right: auto;
}

#s-825396f7-d699-415c-810c-218d07d49a4c {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-825396f7-d699-415c-810c-218d07d49a4c {
  margin: 0 !important;
  overflow: visible;
}

#s-825396f7-d699-415c-810c-218d07d49a4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
    
    
    
    
  }


.s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
  box-sizing: border-box;
}



.s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-825396f7-d699-415c-810c-218d07d49a4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
      position: relative;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-825396f7-d699-415c-810c-218d07d49a4c {
  margin: 0 !important;
  overflow: visible;
}

#s-825396f7-d699-415c-810c-218d07d49a4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add background color handling */
  
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
    
    
    
    
  }


.s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
  box-sizing: border-box;
}



.s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-825396f7-d699-415c-810c-218d07d49a4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
      position: relative;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-825396f7-d699-415c-810c-218d07d49a4c {
  margin: 0 !important;
  overflow: visible;
}

#s-825396f7-d699-415c-810c-218d07d49a4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add background color handling */
  
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
    
    
    
    
  }


.s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
  box-sizing: border-box;
}



.s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-825396f7-d699-415c-810c-218d07d49a4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
      position: relative;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-825396f7-d699-415c-810c-218d07d49a4c {
  margin: 0 !important;
  overflow: visible;
}

#s-825396f7-d699-415c-810c-218d07d49a4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add background color handling */
  
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
    
    
    
    
  }


.s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
  box-sizing: border-box;
}



.s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-825396f7-d699-415c-810c-218d07d49a4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
      position: relative;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-825396f7-d699-415c-810c-218d07d49a4c {
  margin: 0 !important;
  overflow: visible;
}

#s-825396f7-d699-415c-810c-218d07d49a4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-825396f7-d699-415c-810c-218d07d49a4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add background color handling */
  
}

#s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-825396f7-d699-415c-810c-218d07d49a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
    
    
    
    
  }


.s-825396f7-d699-415c-810c-218d07d49a4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image {
  box-sizing: border-box;
}



.s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-825396f7-d699-415c-810c-218d07d49a4c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container {
      position: relative;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-825396f7-d699-415c-810c-218d07d49a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-9f92c327-3846-47fd-835e-e7dae5d097eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f92c327-3846-47fd-835e-e7dae5d097eb .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-3f194bd7-e7f1-4094-a1b6-cc9a8d0f7413 {
  margin-left: auto;
margin-right: auto;
}

#s-306f5593-a0bb-4578-b6a5-fbe3d482dd43 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-306f5593-a0bb-4578-b6a5-fbe3d482dd43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-306f5593-a0bb-4578-b6a5-fbe3d482dd43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-306f5593-a0bb-4578-b6a5-fbe3d482dd43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-306f5593-a0bb-4578-b6a5-fbe3d482dd43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  margin: 0 !important;
  overflow: visible;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
    
    
    
    
  }


.s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
  box-sizing: border-box;
}



.s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a27af383-bffd-4198-9b54-0fe71f7e850b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
      position: relative;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  margin: 0 !important;
  overflow: visible;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add background color handling */
  
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
    
    
    
    
  }


.s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
  box-sizing: border-box;
}



.s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a27af383-bffd-4198-9b54-0fe71f7e850b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
      position: relative;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  margin: 0 !important;
  overflow: visible;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add background color handling */
  
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
    
    
    
    
  }


.s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
  box-sizing: border-box;
}



.s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a27af383-bffd-4198-9b54-0fe71f7e850b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
      position: relative;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  margin: 0 !important;
  overflow: visible;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add background color handling */
  
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
    
    
    
    
  }


.s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
  box-sizing: border-box;
}



.s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a27af383-bffd-4198-9b54-0fe71f7e850b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
      position: relative;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  margin: 0 !important;
  overflow: visible;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a27af383-bffd-4198-9b54-0fe71f7e850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add background color handling */
  
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a27af383-bffd-4198-9b54-0fe71f7e850b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
    
    
    
    
  }


.s-a27af383-bffd-4198-9b54-0fe71f7e850b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image {
  box-sizing: border-box;
}



.s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a27af383-bffd-4198-9b54-0fe71f7e850b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container {
      position: relative;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a27af383-bffd-4198-9b54-0fe71f7e850b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-9972443a-87ae-4f8e-b796-3c77304ac303 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9972443a-87ae-4f8e-b796-3c77304ac303 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-9219c5c1-c648-4684-bade-2963d2e6b2ba {
  margin-left: auto;
margin-right: auto;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
    
    
    
    
  }


.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
  box-sizing: border-box;
}



.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
      position: relative;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add background color handling */
  
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
    
    
    
    
  }


.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
  box-sizing: border-box;
}



.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
      position: relative;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add background color handling */
  
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
    
    
    
    
  }


.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
  box-sizing: border-box;
}



.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
      position: relative;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add background color handling */
  
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
    
    
    
    
  }


.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
  box-sizing: border-box;
}



.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
      position: relative;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  margin: 0 !important;
  overflow: visible;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add background color handling */
  
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
    
    
    
    
  }


.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image {
  box-sizing: border-box;
}



.s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container {
      position: relative;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50dac00e-a6c2-4f86-a15a-3795757b3e26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-3c599cc9-4192-4873-b5f9-6a299d3d81df {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c599cc9-4192-4873-b5f9-6a299d3d81df .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1d0dc46f-84ba-42f3-9b36-64a7773ae2ca {
  margin-left: auto;
margin-right: auto;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  background-image: url(https://i.shgcdn.com/14ab7286-6cb8-43f9-9961-e9b33ad7ed39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
aspect-ratio: 4/3;
text-align: center;
background-position: center center;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
    
    
    
    
  }


.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
  box-sizing: border-box;
}



.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
      position: relative;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
    
    
    
    
  }


.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
  box-sizing: border-box;
}



.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
      position: relative;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
    
    
    
    
  }


.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
  box-sizing: border-box;
}



.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
      position: relative;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
    
    
    
    
  }


.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
  box-sizing: border-box;
}



.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
      position: relative;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
    
    
    
    
  }


.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image {
  box-sizing: border-box;
}



.s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container {
      position: relative;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d6cd564-85c6-4162-b62c-79b7b5a3d4c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-4612a347-c183-47ff-8d5f-a5d2b43698d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4612a347-c183-47ff-8d5f-a5d2b43698d1 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-753d1738-e640-414a-bc2f-9ad48edbb7aa {
  margin-left: auto;
margin-right: auto;
}

#s-246faf54-d27a-4e8e-bf18-7ea4cd5fe8b0 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-246faf54-d27a-4e8e-bf18-7ea4cd5fe8b0 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-246faf54-d27a-4e8e-bf18-7ea4cd5fe8b0 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-246faf54-d27a-4e8e-bf18-7ea4cd5fe8b0 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-246faf54-d27a-4e8e-bf18-7ea4cd5fe8b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-246faf54-d27a-4e8e-bf18-7ea4cd5fe8b0.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-246faf54-d27a-4e8e-bf18-7ea4cd5fe8b0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
  display: block;
}#s-246faf54-d27a-4e8e-bf18-7ea4cd5fe8b0.shg-box.shg-c {
  justify-content: center;
}
}
#s-445e916f-d2da-464e-b507-73b908e55682 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-445e916f-d2da-464e-b507-73b908e55682"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-445e916f-d2da-464e-b507-73b908e55682"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-445e916f-d2da-464e-b507-73b908e55682"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-445e916f-d2da-464e-b507-73b908e55682"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a96d6a1c-e84c-4e26-af06-14af917570a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a96d6a1c-e84c-4e26-af06-14af917570a9 .shogun-heading-component h3 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-622618f0-f07a-4e8d-9a5f-b00157fe3a39 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-c195c3e6-6eb9-4860-837c-027ebad2d017 {
  background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
background-color: rgba(235, 236, 239, 1);
}
@media (min-width: 1200px){#s-c195c3e6-6eb9-4860-837c-027ebad2d017 {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c195c3e6-6eb9-4860-837c-027ebad2d017 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c195c3e6-6eb9-4860-837c-027ebad2d017 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-c195c3e6-6eb9-4860-837c-027ebad2d017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c195c3e6-6eb9-4860-837c-027ebad2d017.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-c195c3e6-6eb9-4860-837c-027ebad2d017 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-c195c3e6-6eb9-4860-837c-027ebad2d017.shg-box.shg-c {
  justify-content: center;
}
}
#s-159733c6-f46a-46a3-b400-d96411327f76 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-159733c6-f46a-46a3-b400-d96411327f76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-159733c6-f46a-46a3-b400-d96411327f76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-159733c6-f46a-46a3-b400-d96411327f76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-159733c6-f46a-46a3-b400-d96411327f76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d868527b-481f-4c18-9cf3-b22f1a89fd08 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d868527b-481f-4c18-9cf3-b22f1a89fd08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d868527b-481f-4c18-9cf3-b22f1a89fd08.shg-box.shg-c {
  justify-content: center;
}

#s-0556057a-ed5f-49f0-b2af-85f50ac4d929 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0556057a-ed5f-49f0-b2af-85f50ac4d929 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-49d77527-b4b2-4a52-9999-0c8d7bba1c98 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-f886c019-3b4d-4c5b-a7df-d91846fef6c0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f886c019-3b4d-4c5b-a7df-d91846fef6c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f886c019-3b4d-4c5b-a7df-d91846fef6c0.shg-box.shg-c {
  justify-content: center;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  margin-left: auto;
margin-right: auto;
max-width: 731px;
aspect-ratio: 731/441;
text-align: center;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
  box-sizing: border-box;
}



.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
      position: relative;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

@media (min-width: 1200px){#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
  box-sizing: border-box;
}



.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
      position: relative;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
  box-sizing: border-box;
}



.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
      position: relative;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
  box-sizing: border-box;
}



.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
      position: relative;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}@media (max-width: 767px){#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image {
  box-sizing: border-box;
}



.s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container {
      position: relative;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83ec7d3-7fcc-4a8e-b5c9-3055506e3f92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}
#s-520a3823-575b-4e16-8c8d-0901543592ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-520a3823-575b-4e16-8c8d-0901543592ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-520a3823-575b-4e16-8c8d-0901543592ba.shg-box.shg-c {
  justify-content: center;
}

#s-7c5d3377-a60b-4688-a167-860e4df8b300 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7c5d3377-a60b-4688-a167-860e4df8b300"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c5d3377-a60b-4688-a167-860e4df8b300"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c5d3377-a60b-4688-a167-860e4df8b300"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c5d3377-a60b-4688-a167-860e4df8b300"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c5d3377-a60b-4688-a167-860e4df8b300"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c5d3377-a60b-4688-a167-860e4df8b300"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7c5d3377-a60b-4688-a167-860e4df8b300"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  margin-left: auto;
margin-right: auto;
max-width: 2008px;
aspect-ratio: 2008/737;
text-align: center;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image {
  box-sizing: border-box;
}



.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
      position: relative;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

@media (min-width: 1200px){#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image {
  box-sizing: border-box;
}



.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
      position: relative;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image {
  box-sizing: border-box;
}



.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
      position: relative;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image {
  box-sizing: border-box;
}



.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
      position: relative;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}@media (max-width: 767px){#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  margin: 0 !important;
  overflow: visible;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add background color handling */
  
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image {
  box-sizing: border-box;
}



.s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container {
      position: relative;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02de46fb-9d5f-4d99-8e6b-428cc0ab8f91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}
#s-048c7f14-010f-417b-a8fc-a4f86c1b338d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-048c7f14-010f-417b-a8fc-a4f86c1b338d .shogun-heading-component h1 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b353b7c9-b790-4801-9c44-f99a59e6daf0 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-b353b7c9-b790-4801-9c44-f99a59e6daf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b353b7c9-b790-4801-9c44-f99a59e6daf0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b353b7c9-b790-4801-9c44-f99a59e6daf0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b353b7c9-b790-4801-9c44-f99a59e6daf0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-e461e8be-5982-4da4-9f80-d1af98b9a44d {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-060a42bf-cac1-4670-b98f-73bd6d8f41b1 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1189dee0-c02a-4af0-9c6c-710e55e45302 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d41429d5-988f-407e-8d91-b4599105797d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(24, 35, 55, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d41429d5-988f-407e-8d91-b4599105797d {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d41429d5-988f-407e-8d91-b4599105797d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d41429d5-988f-407e-8d91-b4599105797d {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-d41429d5-988f-407e-8d91-b4599105797d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d41429d5-988f-407e-8d91-b4599105797d.shg-box.shg-c {
  justify-content: center;
}

#s-05506ec3-657c-4822-b1a7-67d2be8e0194 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-05506ec3-657c-4822-b1a7-67d2be8e0194"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05506ec3-657c-4822-b1a7-67d2be8e0194"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05506ec3-657c-4822-b1a7-67d2be8e0194"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05506ec3-657c-4822-b1a7-67d2be8e0194"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0c05a848-60f0-4d70-8f08-56a9ad7b82e5 {
  min-height: 50px;
}








#s-0c05a848-60f0-4d70-8f08-56a9ad7b82e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c05a848-60f0-4d70-8f08-56a9ad7b82e5.shg-box.shg-c {
  justify-content: center;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
  box-sizing: border-box;
}



.s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
      position: relative;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
  box-sizing: border-box;
}



.s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
      position: relative;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
  box-sizing: border-box;
}



.s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
      position: relative;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
  box-sizing: border-box;
}



.s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
      position: relative;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-0bdc5115-2521-4cce-891c-55b6b968ca9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image {
  box-sizing: border-box;
}



.s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container {
      position: relative;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0bdc5115-2521-4cce-891c-55b6b968ca9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-c1e6d29d-3084-4c38-8a9c-26476b9abccf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1e6d29d-3084-4c38-8a9c-26476b9abccf .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-be9dc23e-c29b-40a6-8442-a4c7d01b419a {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
  box-sizing: border-box;
}



.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
      position: relative;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add background color handling */
  
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
  box-sizing: border-box;
}



.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
      position: relative;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add background color handling */
  
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
  box-sizing: border-box;
}



.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
      position: relative;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add background color handling */
  
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
  box-sizing: border-box;
}



.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
      position: relative;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  margin: 0 !important;
  overflow: visible;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add background color handling */
  
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image {
  box-sizing: border-box;
}



.s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container {
      position: relative;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ec5ec8-53d5-474b-b3bf-68aa3acccc28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-3a23c1e9-c27a-4767-8e52-bfc1fb4d7b1a {
  min-height: 50px;
}








#s-3a23c1e9-c27a-4767-8e52-bfc1fb4d7b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a23c1e9-c27a-4767-8e52-bfc1fb4d7b1a.shg-box.shg-c {
  justify-content: center;
}

#s-4d16c9e3-ddfb-4ce5-9533-201a8d7c849e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d16c9e3-ddfb-4ce5-9533-201a8d7c849e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-68d547eb-64e8-486f-9c62-5034518f0010 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
  box-sizing: border-box;
}



.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
      position: relative;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
  box-sizing: border-box;
}



.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
      position: relative;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
  box-sizing: border-box;
}



.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
      position: relative;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
  box-sizing: border-box;
}



.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
      position: relative;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image {
  box-sizing: border-box;
}



.s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container {
      position: relative;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd7f46f-1a25-40e7-ae99-cce99b4a89d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-e8d62ff3-d766-4d65-9756-7d088dcad58f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d62ff3-d766-4d65-9756-7d088dcad58f .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-be7416b3-8a53-43ca-ba3f-9b6eb6355df1 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7f184369-0eda-4550-a578-bd95adc04a5e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-7f184369-0eda-4550-a578-bd95adc04a5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f184369-0eda-4550-a578-bd95adc04a5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7f184369-0eda-4550-a578-bd95adc04a5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f184369-0eda-4550-a578-bd95adc04a5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ed9713fa-fce1-4fea-bcb5-648a07148aaa {
  min-height: 50px;
}








#s-ed9713fa-fce1-4fea-bcb5-648a07148aaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed9713fa-fce1-4fea-bcb5-648a07148aaa.shg-box.shg-c {
  justify-content: center;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
  box-sizing: border-box;
}



.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
      position: relative;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add background color handling */
  
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
  box-sizing: border-box;
}



.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
      position: relative;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add background color handling */
  
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
  box-sizing: border-box;
}



.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
      position: relative;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add background color handling */
  
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
  box-sizing: border-box;
}



.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
      position: relative;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add background color handling */
  
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image {
  box-sizing: border-box;
}



.s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container {
      position: relative;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2ae8b90-adac-4a02-9ac5-cf012e1608bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-10083764-d43b-44d1-89f7-b2b67659db49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10083764-d43b-44d1-89f7-b2b67659db49 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ca677415-5e3a-4db4-804e-df2183e35ccf {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2048c641-2c95-43db-83eb-89a575d5bf98 {
  min-height: 50px;
}








#s-2048c641-2c95-43db-83eb-89a575d5bf98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2048c641-2c95-43db-83eb-89a575d5bf98.shg-box.shg-c {
  justify-content: center;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
  box-sizing: border-box;
}



.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
      position: relative;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
  box-sizing: border-box;
}



.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
      position: relative;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
  box-sizing: border-box;
}



.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
      position: relative;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
  box-sizing: border-box;
}



.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
      position: relative;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image {
  box-sizing: border-box;
}



.s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container {
      position: relative;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6c0a2db-0edf-449c-8c64-ad11c77fcac6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-e4215a34-1c5b-40b2-a04b-adf110dc4ea6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4215a34-1c5b-40b2-a04b-adf110dc4ea6 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6bc072cc-56b2-495b-9925-4b36902e845b {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  margin: 0 !important;
  overflow: visible;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
  box-sizing: border-box;
}



.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
      position: relative;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  margin: 0 !important;
  overflow: visible;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add background color handling */
  
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
  box-sizing: border-box;
}



.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
      position: relative;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  margin: 0 !important;
  overflow: visible;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add background color handling */
  
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
  box-sizing: border-box;
}



.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
      position: relative;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  margin: 0 !important;
  overflow: visible;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add background color handling */
  
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
  box-sizing: border-box;
}



.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
      position: relative;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  margin: 0 !important;
  overflow: visible;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add background color handling */
  
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image {
  box-sizing: border-box;
}



.s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container {
      position: relative;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee6b0584-7d58-410f-af69-faa0c7cdde4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-e557c38c-ed90-4e68-8c1d-74b6d2cc171d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e557c38c-ed90-4e68-8c1d-74b6d2cc171d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d074e22c-b308-41af-8a82-725038fa4a9d {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-94b3f78e-adba-4af1-8394-885e6ddd2cbf {
  background-attachment: fixed;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
min-height: 650px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-94b3f78e-adba-4af1-8394-885e6ddd2cbf {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94b3f78e-adba-4af1-8394-885e6ddd2cbf {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-94b3f78e-adba-4af1-8394-885e6ddd2cbf {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-94b3f78e-adba-4af1-8394-885e6ddd2cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94b3f78e-adba-4af1-8394-885e6ddd2cbf.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-94b3f78e-adba-4af1-8394-885e6ddd2cbf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-94b3f78e-adba-4af1-8394-885e6ddd2cbf.shg-box.shg-c {
  justify-content: center;
}
}
#s-53dbdde7-dcfd-43ec-b849-fd17e3992f75 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-53dbdde7-dcfd-43ec-b849-fd17e3992f75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53dbdde7-dcfd-43ec-b849-fd17e3992f75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53dbdde7-dcfd-43ec-b849-fd17e3992f75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53dbdde7-dcfd-43ec-b849-fd17e3992f75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  margin-left: auto;
margin-right: auto;
max-width: 1794px;
aspect-ratio: 1794/1512;
text-align: center;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  margin: 0 !important;
  overflow: visible;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add background color handling */
  
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-content {
  
    justify-content: center;
  
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
  box-sizing: border-box;
}



.s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
      position: relative;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

@media (min-width: 1200px){#s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  margin: 0 !important;
  overflow: visible;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add background color handling */
  
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-content {
  
    justify-content: center;
  
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
  box-sizing: border-box;
}



.s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
      position: relative;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  margin: 0 !important;
  overflow: visible;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add background color handling */
  
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-content {
  
    justify-content: center;
  
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
  box-sizing: border-box;
}



.s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
      position: relative;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  margin: 0 !important;
  overflow: visible;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add background color handling */
  
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-content {
  
    justify-content: center;
  
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
  box-sizing: border-box;
}



.s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
      position: relative;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}@media (max-width: 767px){#s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  margin: 0 !important;
  overflow: visible;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add background color handling */
  
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-680ec5b5-a2ab-4b3c-991a-61277d38122d .shogun-image-content {
  
    justify-content: center;
  
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image {
  box-sizing: border-box;
}



.s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container {
      position: relative;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-680ec5b5-a2ab-4b3c-991a-61277d38122d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}
#s-a7b0e969-c5fd-426b-b7be-0537d01f360f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7b0e969-c5fd-426b-b7be-0537d01f360f .shogun-heading-component h3 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-af611d47-1add-4cb4-ac14-daefe5fc2d6e {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-ee8525eb-84f2-46bd-8652-d579920031b4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ee8525eb-84f2-46bd-8652-d579920031b4 {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee8525eb-84f2-46bd-8652-d579920031b4 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ee8525eb-84f2-46bd-8652-d579920031b4 {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-ee8525eb-84f2-46bd-8652-d579920031b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee8525eb-84f2-46bd-8652-d579920031b4.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-ee8525eb-84f2-46bd-8652-d579920031b4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-ee8525eb-84f2-46bd-8652-d579920031b4.shg-box.shg-c {
  justify-content: center;
}
}
#s-4b1e7f6a-7d5b-4f9b-b520-8522967957f2 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4b1e7f6a-7d5b-4f9b-b520-8522967957f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b1e7f6a-7d5b-4f9b-b520-8522967957f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b1e7f6a-7d5b-4f9b-b520-8522967957f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b1e7f6a-7d5b-4f9b-b520-8522967957f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-803ce81b-bb9e-43dc-89d2-4c76af3e0686 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-803ce81b-bb9e-43dc-89d2-4c76af3e0686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-803ce81b-bb9e-43dc-89d2-4c76af3e0686.shg-box.shg-c {
  justify-content: center;
}

#s-78918dc7-72eb-4fae-8000-02e3e93368cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78918dc7-72eb-4fae-8000-02e3e93368cc .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-4af4659a-bed6-4c14-9d2c-e111841e42cd {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-67af4d30-3dc7-477e-b662-9e201fb4149e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-67af4d30-3dc7-477e-b662-9e201fb4149e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67af4d30-3dc7-477e-b662-9e201fb4149e.shg-box.shg-c {
  justify-content: center;
}

#s-f4978a39-df13-41a0-98a7-61ddef5ab9c1 {
  margin-left: auto;
margin-right: auto;
}

#s-dace31fc-5844-4b69-9fa0-888a0f258a48 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dace31fc-5844-4b69-9fa0-888a0f258a48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dace31fc-5844-4b69-9fa0-888a0f258a48.shg-box.shg-c {
  justify-content: center;
}

#s-4d59dd74-bf21-43f8-bb51-035460bb7179 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4d59dd74-bf21-43f8-bb51-035460bb7179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d59dd74-bf21-43f8-bb51-035460bb7179.shg-box.shg-c {
  justify-content: center;
}

#s-2a31f78a-82a5-48e4-ae0e-db7a59865866 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-2a31f78a-82a5-48e4-ae0e-db7a59865866 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a31f78a-82a5-48e4-ae0e-db7a59865866 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2a31f78a-82a5-48e4-ae0e-db7a59865866 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-2a31f78a-82a5-48e4-ae0e-db7a59865866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a31f78a-82a5-48e4-ae0e-db7a59865866.shg-box.shg-c {
  justify-content: center;
}

#s-122fa485-8041-456c-b403-807a3acf2bc8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-122fa485-8041-456c-b403-807a3acf2bc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-122fa485-8041-456c-b403-807a3acf2bc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-122fa485-8041-456c-b403-807a3acf2bc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-122fa485-8041-456c-b403-807a3acf2bc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd3c3766-0a6c-4ee3-b335-6e23308c8f9d {
  min-height: 50px;
}








#s-bd3c3766-0a6c-4ee3-b335-6e23308c8f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd3c3766-0a6c-4ee3-b335-6e23308c8f9d.shg-box.shg-c {
  justify-content: center;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
  box-sizing: border-box;
}



.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
      position: relative;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
  box-sizing: border-box;
}



.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
      position: relative;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
  box-sizing: border-box;
}



.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
      position: relative;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
  box-sizing: border-box;
}



.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
      position: relative;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image {
  box-sizing: border-box;
}



.s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container {
      position: relative;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1882aa0b-8faf-4d1a-a24f-c8fa922165d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-deefe161-1d6e-441d-af73-0a6dc952db76 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-deefe161-1d6e-441d-af73-0a6dc952db76 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-aa437a28-38d4-42c0-bc99-6377a7a3d136 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3a0967b3-9468-4f7a-9f5c-cb481198be46 {
  min-height: 50px;
}








#s-3a0967b3-9468-4f7a-9f5c-cb481198be46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a0967b3-9468-4f7a-9f5c-cb481198be46.shg-box.shg-c {
  justify-content: center;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
  box-sizing: border-box;
}



.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
      position: relative;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
  box-sizing: border-box;
}



.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
      position: relative;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
  box-sizing: border-box;
}



.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
      position: relative;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
  box-sizing: border-box;
}



.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
      position: relative;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image {
  box-sizing: border-box;
}



.s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container {
      position: relative;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5e474b6-97c2-48f3-bb81-8a1da14796e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-d98604ff-66ca-47fc-a4d3-21cb56e896a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d98604ff-66ca-47fc-a4d3-21cb56e896a4 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-32760c28-8f76-441b-8725-e04d4920a214 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a9c94d25-83aa-4181-9fa1-d1a45b67e587 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-a9c94d25-83aa-4181-9fa1-d1a45b67e587"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9c94d25-83aa-4181-9fa1-d1a45b67e587"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9c94d25-83aa-4181-9fa1-d1a45b67e587"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9c94d25-83aa-4181-9fa1-d1a45b67e587"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  margin: 0 !important;
  overflow: visible;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
  box-sizing: border-box;
}



.s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9937c779-36c9-40d6-8953-0bb5cc963844 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
      position: relative;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  margin: 0 !important;
  overflow: visible;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add background color handling */
  
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
  box-sizing: border-box;
}



.s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9937c779-36c9-40d6-8953-0bb5cc963844 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
      position: relative;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  margin: 0 !important;
  overflow: visible;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add background color handling */
  
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
  box-sizing: border-box;
}



.s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9937c779-36c9-40d6-8953-0bb5cc963844 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
      position: relative;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  margin: 0 !important;
  overflow: visible;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add background color handling */
  
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
  box-sizing: border-box;
}



.s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9937c779-36c9-40d6-8953-0bb5cc963844 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
      position: relative;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  margin: 0 !important;
  overflow: visible;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9937c779-36c9-40d6-8953-0bb5cc963844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add background color handling */
  
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9937c779-36c9-40d6-8953-0bb5cc963844 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-9937c779-36c9-40d6-8953-0bb5cc963844 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image {
  box-sizing: border-box;
}



.s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9937c779-36c9-40d6-8953-0bb5cc963844 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container {
      position: relative;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9937c779-36c9-40d6-8953-0bb5cc963844 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-b516fa64-6abc-4744-90f0-0c9cd323d5e6 {
  min-height: 50px;
}








#s-b516fa64-6abc-4744-90f0-0c9cd323d5e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b516fa64-6abc-4744-90f0-0c9cd323d5e6.shg-box.shg-c {
  justify-content: center;
}

#s-146efcc0-2256-46df-8503-48304572be47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-146efcc0-2256-46df-8503-48304572be47 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8b107b95-2e2e-4342-9a0c-d45597247f73 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5fbaabba-03e4-4393-a85e-090a5f91a214 {
  min-height: 50px;
}








#s-5fbaabba-03e4-4393-a85e-090a5f91a214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fbaabba-03e4-4393-a85e-090a5f91a214.shg-box.shg-c {
  justify-content: center;
}

#s-abac976d-71f3-4b78-9779-4072f961054f {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-abac976d-71f3-4b78-9779-4072f961054f {
  margin: 0 !important;
  overflow: visible;
}

#s-abac976d-71f3-4b78-9779-4072f961054f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-content {
  
    justify-content: center;
  
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
  box-sizing: border-box;
}



.s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abac976d-71f3-4b78-9779-4072f961054f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
      position: relative;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-abac976d-71f3-4b78-9779-4072f961054f {
  margin: 0 !important;
  overflow: visible;
}

#s-abac976d-71f3-4b78-9779-4072f961054f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add background color handling */
  
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-content {
  
    justify-content: center;
  
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
  box-sizing: border-box;
}



.s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abac976d-71f3-4b78-9779-4072f961054f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
      position: relative;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-abac976d-71f3-4b78-9779-4072f961054f {
  margin: 0 !important;
  overflow: visible;
}

#s-abac976d-71f3-4b78-9779-4072f961054f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add background color handling */
  
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-content {
  
    justify-content: center;
  
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
  box-sizing: border-box;
}



.s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abac976d-71f3-4b78-9779-4072f961054f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
      position: relative;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-abac976d-71f3-4b78-9779-4072f961054f {
  margin: 0 !important;
  overflow: visible;
}

#s-abac976d-71f3-4b78-9779-4072f961054f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add background color handling */
  
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-content {
  
    justify-content: center;
  
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
  box-sizing: border-box;
}



.s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abac976d-71f3-4b78-9779-4072f961054f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
      position: relative;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-abac976d-71f3-4b78-9779-4072f961054f {
  margin: 0 !important;
  overflow: visible;
}

#s-abac976d-71f3-4b78-9779-4072f961054f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abac976d-71f3-4b78-9779-4072f961054f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add background color handling */
  
}

#s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abac976d-71f3-4b78-9779-4072f961054f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abac976d-71f3-4b78-9779-4072f961054f .shogun-image-content {
  
    justify-content: center;
  
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image {
  box-sizing: border-box;
}



.s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abac976d-71f3-4b78-9779-4072f961054f {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container {
      position: relative;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abac976d-71f3-4b78-9779-4072f961054f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-4bd56e1c-4e60-4ebe-96bc-93bf845e71b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bd56e1c-4e60-4ebe-96bc-93bf845e71b0 .shogun-heading-component h5 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-e32eec1c-c74b-447b-be6c-eafdf5b9dc23 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-897bb3c5-8b2f-42c7-b563-942d82d7ce30 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
min-height: 650px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-897bb3c5-8b2f-42c7-b563-942d82d7ce30 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-897bb3c5-8b2f-42c7-b563-942d82d7ce30 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-897bb3c5-8b2f-42c7-b563-942d82d7ce30 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-897bb3c5-8b2f-42c7-b563-942d82d7ce30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-897bb3c5-8b2f-42c7-b563-942d82d7ce30.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-897bb3c5-8b2f-42c7-b563-942d82d7ce30 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-897bb3c5-8b2f-42c7-b563-942d82d7ce30.shg-box.shg-c {
  justify-content: center;
}
}
#s-892af341-526c-4a7f-9467-4a7a9fedcc79 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-892af341-526c-4a7f-9467-4a7a9fedcc79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-892af341-526c-4a7f-9467-4a7a9fedcc79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-892af341-526c-4a7f-9467-4a7a9fedcc79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-892af341-526c-4a7f-9467-4a7a9fedcc79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-892af341-526c-4a7f-9467-4a7a9fedcc79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-892af341-526c-4a7f-9467-4a7a9fedcc79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-892af341-526c-4a7f-9467-4a7a9fedcc79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-98f4e114-3232-4e78-ad37-b689db98ca23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98f4e114-3232-4e78-ad37-b689db98ca23 .shogun-heading-component h3 {
  color: rgba(24, 35, 55, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-130d6857-618d-4be7-9487-47bbe6478a19 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-db631b8f-2159-47a7-8e2c-768c481950c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 12%;
padding-bottom: 2%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(24, 35, 55, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-db631b8f-2159-47a7-8e2c-768c481950c5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-db631b8f-2159-47a7-8e2c-768c481950c5 {
  padding-left: 2%;
padding-right: 2%;
}
}







#s-db631b8f-2159-47a7-8e2c-768c481950c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db631b8f-2159-47a7-8e2c-768c481950c5.shg-box.shg-c {
  justify-content: center;
}

#s-f9510038-9b5d-434c-ba48-9c2299675274 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
text-align: center;
}

#s-f9510038-9b5d-434c-ba48-9c2299675274 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5%;
padding-left: 12%;
padding-bottom: 5%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-80ef260e-f06e-42e8-851f-253818f11bc1 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-80ef260e-f06e-42e8-851f-253818f11bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80ef260e-f06e-42e8-851f-253818f11bc1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

#s-f4a26557-2261-4ca9-84ac-caeef146d06a {
  margin-left: auto;
margin-right: auto;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a td.shogun-table-column {
  background-color: rgba(255, 197, 78, 1);
  padding: 10px;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  color: rgba(37, 45, 64, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a td.shogun-table-row {
  background-color: ;
  padding: 20px;
}

#s-f4a26557-2261-4ca9-84ac-caeef146d06a td.shogun-table-column, #s-f4a26557-2261-4ca9-84ac-caeef146d06a td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

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

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

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

.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-69085459-a3db-4b45-abed-f81576878865 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-69085459-a3db-4b45-abed-f81576878865:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69085459-a3db-4b45-abed-f81576878865:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-69085459-a3db-4b45-abed-f81576878865-root {
    text-align: center;
  }


#s-69085459-a3db-4b45-abed-f81576878865.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f-root {
    text-align: center;
  }


#s-1c10f0ec-e8ec-41ab-af1d-d517a5e32d9f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b7143539-02dd-4faf-a157-f8a0ef6f8722 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-b7143539-02dd-4faf-a157-f8a0ef6f8722:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b7143539-02dd-4faf-a157-f8a0ef6f8722:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b7143539-02dd-4faf-a157-f8a0ef6f8722-root {
    text-align: center;
  }


#s-b7143539-02dd-4faf-a157-f8a0ef6f8722.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540-root {
    text-align: center;
  }


#s-1794d8c3-a6c7-4ef9-ad23-b8bf51354540.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fef4da4c-29df-46bd-ab29-c8e58351376f {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-fef4da4c-29df-46bd-ab29-c8e58351376f:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fef4da4c-29df-46bd-ab29-c8e58351376f:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fef4da4c-29df-46bd-ab29-c8e58351376f-root {
    text-align: center;
  }


#s-fef4da4c-29df-46bd-ab29-c8e58351376f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e-root {
    text-align: center;
  }


#s-d977c3ec-a459-4f8d-aa2b-3ee755bcd45e.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-94dde04e-b467-420b-b5aa-4c21b45981ed {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-94dde04e-b467-420b-b5aa-4c21b45981ed:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-94dde04e-b467-420b-b5aa-4c21b45981ed:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-94dde04e-b467-420b-b5aa-4c21b45981ed-root {
    text-align: center;
  }


#s-94dde04e-b467-420b-b5aa-4c21b45981ed.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1-root {
    text-align: center;
  }


#s-99bc430c-6303-4f6e-8d3c-d992ee5e94d1.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-de20871e-1aee-4a9e-bcfe-146ea38994fd {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-de20871e-1aee-4a9e-bcfe-146ea38994fd:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-de20871e-1aee-4a9e-bcfe-146ea38994fd:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-de20871e-1aee-4a9e-bcfe-146ea38994fd-root {
    text-align: center;
  }


#s-de20871e-1aee-4a9e-bcfe-146ea38994fd.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-67774f85-84b5-49c8-8940-4298558c6780 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-67774f85-84b5-49c8-8940-4298558c6780:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-67774f85-84b5-49c8-8940-4298558c6780:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-67774f85-84b5-49c8-8940-4298558c6780-root {
    text-align: center;
  }


#s-67774f85-84b5-49c8-8940-4298558c6780.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4d445a16-3ba7-476a-a333-2a789d134c21 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-4d445a16-3ba7-476a-a333-2a789d134c21:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4d445a16-3ba7-476a-a333-2a789d134c21:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4d445a16-3ba7-476a-a333-2a789d134c21-root {
    text-align: center;
  }


#s-4d445a16-3ba7-476a-a333-2a789d134c21.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6ec0a54c-bdfa-4328-855c-0b576a83242f {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-6ec0a54c-bdfa-4328-855c-0b576a83242f:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6ec0a54c-bdfa-4328-855c-0b576a83242f:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ec0a54c-bdfa-4328-855c-0b576a83242f-root {
    text-align: center;
  }


#s-6ec0a54c-bdfa-4328-855c-0b576a83242f.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-039b3e4d-b813-4bc3-8532-35e87c059806 {
  margin-left: auto;
margin-right: auto;
}

#s-2c6f244b-e815-45b0-976d-42b35a623b6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c6f244b-e815-45b0-976d-42b35a623b6d .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-983efefb-7769-499a-828e-a62fde7b469c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-983efefb-7769-499a-828e-a62fde7b469c .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d976fa99-2e6d-41f4-b399-1d328a6e52c9-root {
    text-align: center;
  }


#s-d976fa99-2e6d-41f4-b399-1d328a6e52c9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  margin: 0 !important;
  overflow: visible;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add background color handling */
  
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image {
  box-sizing: border-box;
}



.s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container {
      position: relative;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7fffb5-b2d1-4f70-b59d-c9eafa64ebbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  margin: 0 !important;
  overflow: visible;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add background color handling */
  
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image {
  box-sizing: border-box;
}



.s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container {
      position: relative;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1aa5a4ac-48f9-4e99-b4f4-592f4ddc1c26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  margin: 0 !important;
  overflow: visible;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add background color handling */
  
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce .shogun-image-content {
  
    justify-content: center;
  
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image {
  box-sizing: border-box;
}



.s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container {
      position: relative;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f469fef6-848a-46d4-b5e1-ab91a94d1dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image {
  box-sizing: border-box;
}



.s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container {
      position: relative;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3640fb8b-d5f4-4a40-a3bb-f9b5892deea4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image {
  box-sizing: border-box;
}



.s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container {
      position: relative;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe7f87c-6b04-4dc2-8256-3eeb596de142 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image {
  box-sizing: border-box;
}



.s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container {
      position: relative;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72decfa0-15d6-4eeb-b4a9-3f2c0a4417e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  margin: 0 !important;
  overflow: visible;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add background color handling */
  
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image {
  box-sizing: border-box;
}



.s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container {
      position: relative;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192e37a5-8d74-4334-b7fe-dd65e2ff2ef6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image {
  box-sizing: border-box;
}



.s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container {
      position: relative;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bc06eed-7a26-452a-bfc3-4c0d7d08f2d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  margin: 0 !important;
  overflow: visible;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add background color handling */
  
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e .shogun-image-content {
  
    justify-content: center;
  
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image {
  box-sizing: border-box;
}



.s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container {
      position: relative;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58c16977-f3c2-421b-932e-0b2f1bcbb20e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

@media (min-width: 1200px){#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}@media (max-width: 767px){#s-3aa47886-14e6-4496-8ded-f0062327a45d {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa47886-14e6-4496-8ded-f0062327a45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa47886-14e6-4496-8ded-f0062327a45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 40px;
  }



  img.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
    
    
    
    max-height: 40px;
  }


.s-3aa47886-14e6-4496-8ded-f0062327a45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image {
  box-sizing: border-box;
}



.s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa47886-14e6-4496-8ded-f0062327a45d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container {
      position: relative;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa47886-14e6-4496-8ded-f0062327a45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 40px;
    }
  }

}
#s-33689766-39f9-475b-972a-302215632c86 {
  margin-left: auto;
margin-right: auto;
}

#s-9acd9174-b260-4ef3-b947-280f643a6a28 {
  margin-left: auto;
margin-right: auto;
}

#s-756db78d-1ba3-4b7b-a906-84bd4b3fd0f9 {
  margin-left: auto;
margin-right: auto;
}

#s-a8fa80a1-e658-49ff-90b1-40223482d9e0 {
  margin-left: auto;
margin-right: auto;
}

#s-677cf4a8-845b-4d04-9c84-deee7660e5f3 {
  margin-left: auto;
margin-right: auto;
}

#s-36c222e6-56da-4d2c-8ee2-9fbe81dd7d11 {
  margin-left: auto;
margin-right: auto;
}

#s-5cf10a85-cfcb-447c-be89-dfcb53aa8e78 {
  margin-left: auto;
margin-right: auto;
}

#s-409f6e8b-9581-46d9-ac0a-be537b3d6cc6 {
  margin-left: auto;
margin-right: auto;
}

#s-6fcb0bed-4516-4dfd-b756-ef33c8090ce8 {
  margin-left: auto;
margin-right: auto;
}

#s-52fdff72-e09d-4f0d-aef8-1aa8655fd829 {
  margin-left: auto;
margin-right: auto;
}

#s-b814924e-ad63-4260-9f76-d7a386f50fa2 {
  margin-left: auto;
margin-right: auto;
}

#s-137a616e-d677-40c8-90dc-7f27401df562 {
  margin-left: auto;
margin-right: auto;
}

#s-f46c09f3-9c51-409e-978f-f39b8ba8b149 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f46c09f3-9c51-409e-978f-f39b8ba8b149 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-cde5f53b-9852-4124-9216-e96b211b5d33 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cde5f53b-9852-4124-9216-e96b211b5d33 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-8409e0f8-2c84-4dc5-acee-9de967b7caa8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8409e0f8-2c84-4dc5-acee-9de967b7caa8 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-8409e4ba-97e9-4474-b701-2843e1929235 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8409e4ba-97e9-4474-b701-2843e1929235 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-99021a4f-a1df-42cb-bb35-8f6a1489b22e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99021a4f-a1df-42cb-bb35-8f6a1489b22e .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-c526a76d-60fe-4f8d-bb77-42740c540815 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c526a76d-60fe-4f8d-bb77-42740c540815 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-cb689de2-b39f-49ea-901c-2e5af6694b71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb689de2-b39f-49ea-901c-2e5af6694b71 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  margin: 0 !important;
  overflow: visible;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add background color handling */
  
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image {
  box-sizing: border-box;
}



.s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container {
      position: relative;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

@media (min-width: 1200px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}@media (max-width: 767px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  margin: 0 !important;
  overflow: visible;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add background color handling */
  
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 960px;
  }



  img.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
    
    
    
    max-height: 960px;
  }


.s-e7c497a7-45b1-4f4a-aad2-47665214df1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image {
  box-sizing: border-box;
}



.s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container {
      position: relative;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7c497a7-45b1-4f4a-aad2-47665214df1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 960px;
    }
  }

}
#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a81dc112-59b9-45db-bb8f-50151a35dba0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image {
  box-sizing: border-box;
}



.s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container {
      position: relative;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a81dc112-59b9-45db-bb8f-50151a35dba0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image {
  box-sizing: border-box;
}



.s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container {
      position: relative;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-0a668645-f67d-4b5c-97f4-892d51e7024b {
  margin-left: auto;
margin-right: auto;
}

#s-199b0557-a0a2-4b5f-9381-6258c46e2151 {
  margin-left: auto;
margin-right: auto;
}

#s-e681c62f-81c1-45ad-b1b1-9c7f616f9fba {
  margin-left: auto;
margin-right: auto;
}

#s-f08a2b14-8cbf-4c8d-b4b4-87fb8a8c1982 {
  margin-left: auto;
margin-right: auto;
}

#s-b540beb6-5154-46d4-8225-bd0ca0f250dc {
  margin-left: auto;
margin-right: auto;
}

#s-33b3b7c8-70ff-4a56-a30b-57a2b3ff435a {
  margin-left: auto;
margin-right: auto;
}

#s-c2eb02b2-7655-4f16-bbbd-7135e303ca90 {
  margin-left: auto;
margin-right: auto;
}

#s-dfa13a96-18b9-4898-a311-ddc69eb48a67 {
  margin-left: auto;
margin-right: auto;
}

#s-cc5952bd-a175-43b1-ae7d-87c3c19890b2 {
  margin-left: auto;
margin-right: auto;
}

#s-0719f965-5f5d-46e4-ab66-62d4fc2a8990 {
  margin-left: auto;
margin-right: auto;
}

#s-f238294b-ec94-4fe0-84b7-0aa8e00712b9 {
  margin-left: auto;
margin-right: auto;
}

#s-70a4ba22-4d76-4f4d-9486-a1656de43ae6 {
  margin-left: auto;
margin-right: auto;
}

#s-7abbe390-1ed7-47d4-8aa4-6fd4bfa5a9a5 {
  margin-left: auto;
margin-right: auto;
}

#s-1ccbeb95-1963-40f2-bbd0-de5bc25ba88e {
  margin-left: auto;
margin-right: auto;
}

#s-01b7ca31-cef3-44be-a074-15f6ffba90d1 {
  margin-left: auto;
margin-right: auto;
}

#s-e5c069a4-5c55-4d77-bed3-96a3185843c4 {
  margin-left: auto;
margin-right: auto;
}

#s-7edb4938-b22d-49c5-be9f-5bae61ed2917 {
  margin-left: auto;
margin-right: auto;
}

#s-ac26f6f6-04b2-472d-87a0-3fe90b4c129e {
  margin-left: auto;
margin-right: auto;
}

#s-5ddfa873-c7af-4066-be34-1a9dc5083cab {
  margin-left: auto;
margin-right: auto;
}

#s-8ae7cbde-1e8d-4498-9059-62c50382407a {
  margin-left: auto;
margin-right: auto;
}

#s-a9a73721-d911-4ca7-ac5e-ff8578f98c3d {
  margin-left: auto;
margin-right: auto;
}

#s-e522c92d-7028-41f0-a1e1-b805aa30b9e8 {
  margin-left: auto;
margin-right: auto;
}

#s-199ae6f0-f4c5-4024-9368-2d6b3875b863 {
  margin-left: auto;
margin-right: auto;
}

#s-a9d078c0-f45a-402c-b653-e295bb8cad6c {
  margin-left: auto;
margin-right: auto;
}

#s-7310072d-418d-48d9-9ff8-870a0b58d5f2 {
  margin-left: auto;
margin-right: auto;
}

#s-c293eb07-a159-4c23-b4dc-251995152c96 {
  margin-left: auto;
margin-right: auto;
}

#s-0ddb2ebb-9746-40b7-9e4b-7fdda94351ac {
  margin-left: auto;
margin-right: auto;
}

#s-dcbdcc6e-44c9-4e37-84b3-0dfcb0746d8a {
  margin-left: auto;
margin-right: auto;
}

#s-8cbedd54-f631-4c96-82d6-3515823e3943 {
  margin-left: auto;
margin-right: auto;
}

#s-57918691-d26e-4adf-920a-7961dc20cb73 {
  margin-left: auto;
margin-right: auto;
}

#s-778ba093-5c3c-4606-9147-a8ef237d4eb6 {
  margin-left: auto;
margin-right: auto;
}

#s-cc995d12-81f3-4ae6-854c-b92b76507485 {
  margin-left: auto;
margin-right: auto;
}

#s-c6c3b669-bb3d-40b8-a4a4-5cc1c3def162 {
  margin-left: auto;
margin-right: auto;
}

#s-cf7109d1-a352-4375-9f1f-04998c7a37e7 {
  margin-left: auto;
margin-right: auto;
}

#s-2676d2ed-2adb-4931-867c-cc61a581ceaf {
  margin-left: auto;
margin-right: auto;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin-left: auto;
margin-right: auto;
max-width: 302px;
aspect-ratio: 302/124;
text-align: center;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

@media (min-width: 1200px){#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (max-width: 767px){#s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  margin: 0 !important;
  overflow: visible;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84bdc4af-291b-477b-86a5-e4714de1e817 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add background color handling */
  
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84bdc4af-291b-477b-86a5-e4714de1e817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-84bdc4af-291b-477b-86a5-e4714de1e817 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image {
  box-sizing: border-box;
}



.s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84bdc4af-291b-477b-86a5-e4714de1e817 {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container {
      position: relative;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84bdc4af-291b-477b-86a5-e4714de1e817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}
#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin-left: auto;
margin-right: auto;
max-width: 302px;
aspect-ratio: 302/124;
text-align: center;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

@media (min-width: 1200px){#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}@media (max-width: 767px){#s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  margin: 0 !important;
  overflow: visible;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35349df2-fa0a-4ef0-b520-8daa436470aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add background color handling */
  
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }

    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-link {
      aspect-ratio: 302/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35349df2-fa0a-4ef0-b520-8daa436470aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 302px;
  }



  img.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
    
    
    
    max-height: 302px;
  }


.s-35349df2-fa0a-4ef0-b520-8daa436470aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image {
  box-sizing: border-box;
}



.s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-35349df2-fa0a-4ef0-b520-8daa436470aa {
      --shg-aspect-ratio: calc(302/124); 
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container {
      position: relative;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35349df2-fa0a-4ef0-b520-8daa436470aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 302px;
    }
  }

}
#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin-left: auto;
margin-right: auto;
max-width: 296px;
aspect-ratio: 296/124;
text-align: center;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

@media (min-width: 1200px){#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (max-width: 767px){#s-24af447b-9c03-4949-9eee-e268f3fddaea {
  margin: 0 !important;
  overflow: visible;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24af447b-9c03-4949-9eee-e268f3fddaea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add background color handling */
  
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }

    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-link {
      aspect-ratio: 296/124;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24af447b-9c03-4949-9eee-e268f3fddaea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-24af447b-9c03-4949-9eee-e268f3fddaea .shogun-image-content {
  
    justify-content: center;
  
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image {
  box-sizing: border-box;
}



.s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24af447b-9c03-4949-9eee-e268f3fddaea {
      --shg-aspect-ratio: calc(296/124); 
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container {
      position: relative;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24af447b-9c03-4949-9eee-e268f3fddaea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}
#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin-left: auto;
margin-right: auto;
max-width: 296px;
aspect-ratio: 296/122;
text-align: center;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

@media (min-width: 1200px){#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}@media (max-width: 767px){#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  margin: 0 !important;
  overflow: visible;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add background color handling */
  
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }

    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-link {
      aspect-ratio: 296/122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 296px;
  }



  img.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
    
    
    
    max-height: 296px;
  }


.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image {
  box-sizing: border-box;
}



.s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 {
      --shg-aspect-ratio: calc(296/122); 
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container {
      position: relative;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6430df86-b1b8-4c35-a436-c3632c2e7a23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 296px;
    }
  }

}
#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  margin: 0 !important;
  overflow: visible;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38feb21e-08ac-4186-9ac3-50760797cba8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add background color handling */
  
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38feb21e-08ac-4186-9ac3-50760797cba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-38feb21e-08ac-4186-9ac3-50760797cba8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image {
  box-sizing: border-box;
}



.s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38feb21e-08ac-4186-9ac3-50760797cba8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container {
      position: relative;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38feb21e-08ac-4186-9ac3-50760797cba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  margin: 0 !important;
  overflow: visible;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add background color handling */
  
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a131203c-da6e-4162-84b0-1a0db16b1e5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image {
  box-sizing: border-box;
}



.s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container {
      position: relative;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a131203c-da6e-4162-84b0-1a0db16b1e5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  margin: 0 !important;
  overflow: visible;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add background color handling */
  
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image {
  box-sizing: border-box;
}



.s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container {
      position: relative;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1ac7023-b3d9-4d27-a1a0-4b56562c2e8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-2f41d4f2-0f88-4157-aa72-f48e47895ca7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2f41d4f2-0f88-4157-aa72-f48e47895ca7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f41d4f2-0f88-4157-aa72-f48e47895ca7.shg-box.shg-c {
  justify-content: center;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image {
  box-sizing: border-box;
}



.s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container {
      position: relative;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7ba804-f351-423c-bb23-a7342fbb87c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-cd50f01f-aa4b-447c-a193-65b14252aecf {
  margin-left: auto;
margin-right: auto;
}

#s-e5500fbd-b05a-4327-a9e7-d47262eba491 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e5500fbd-b05a-4327-a9e7-d47262eba491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5500fbd-b05a-4327-a9e7-d47262eba491.shg-box.shg-c {
  justify-content: center;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  margin: 0 !important;
  overflow: visible;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add background color handling */
  
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image {
  box-sizing: border-box;
}



.s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container {
      position: relative;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09a942a1-8716-446c-8fc9-fbb5c1904dbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-40188af2-4316-4b6c-a4e0-ab50d7bc21cb {
  margin-left: auto;
margin-right: auto;
}

#s-90c90248-e9dc-4c5a-bd13-5f5a378eaed2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-90c90248-e9dc-4c5a-bd13-5f5a378eaed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90c90248-e9dc-4c5a-bd13-5f5a378eaed2.shg-box.shg-c {
  justify-content: center;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  margin: 0 !important;
  overflow: visible;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add background color handling */
  
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image {
  box-sizing: border-box;
}



.s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container {
      position: relative;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46042fa-2ba9-41ff-aac2-f2524c92db7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-9461af5e-1ab8-4dbe-8865-4e80516ffe59 {
  margin-left: auto;
margin-right: auto;
}

#s-a0e741b6-97ea-45f9-9a61-c89c30e1d0f8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a0e741b6-97ea-45f9-9a61-c89c30e1d0f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0e741b6-97ea-45f9-9a61-c89c30e1d0f8.shg-box.shg-c {
  justify-content: center;
}

#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-abb48935-eff1-4a96-8664-42b541213bac {
  margin: 0 !important;
  overflow: visible;
}

#s-abb48935-eff1-4a96-8664-42b541213bac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abb48935-eff1-4a96-8664-42b541213bac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add background color handling */
  
}

#s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abb48935-eff1-4a96-8664-42b541213bac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-abb48935-eff1-4a96-8664-42b541213bac .shogun-image-content {
  
    justify-content: center;
  
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image {
  box-sizing: border-box;
}



.s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abb48935-eff1-4a96-8664-42b541213bac {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container {
      position: relative;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abb48935-eff1-4a96-8664-42b541213bac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-de047b41-5b82-46ae-8984-bceb7ce867a3 {
  margin-left: auto;
margin-right: auto;
}

#s-a0c98436-d072-4a2b-973c-1baaf38be035 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a0c98436-d072-4a2b-973c-1baaf38be035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0c98436-d072-4a2b-973c-1baaf38be035.shg-box.shg-c {
  justify-content: center;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  margin: 0 !important;
  overflow: visible;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82dac0a0-4535-4fc6-b00e-876303483b42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add background color handling */
  
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82dac0a0-4535-4fc6-b00e-876303483b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-82dac0a0-4535-4fc6-b00e-876303483b42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image {
  box-sizing: border-box;
}



.s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82dac0a0-4535-4fc6-b00e-876303483b42 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container {
      position: relative;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82dac0a0-4535-4fc6-b00e-876303483b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-43882330-0608-49d7-96ca-c62245b2397b {
  margin-left: auto;
margin-right: auto;
}

#s-a37d1823-b4ae-45c9-bd48-6d3d9bbdbfe8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a37d1823-b4ae-45c9-bd48-6d3d9bbdbfe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a37d1823-b4ae-45c9-bd48-6d3d9bbdbfe8.shg-box.shg-c {
  justify-content: center;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  margin: 0 !important;
  overflow: visible;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add background color handling */
  
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image {
  box-sizing: border-box;
}



.s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container {
      position: relative;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc1e95f5-9b58-41e5-a2e7-6f27aa6d34aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-ececa95d-9ccb-49ed-81d2-e1e915a580c1 {
  margin-left: auto;
margin-right: auto;
}

#s-07b4c5b0-0f89-4851-b74e-13cb32873f58 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-07b4c5b0-0f89-4851-b74e-13cb32873f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07b4c5b0-0f89-4851-b74e-13cb32873f58.shg-box.shg-c {
  justify-content: center;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image {
  box-sizing: border-box;
}



.s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container {
      position: relative;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fcf84a7-b12f-40b3-a558-9caa05998ce8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-b02a7283-0071-4bf4-8aac-097162f2e373 {
  margin-left: auto;
margin-right: auto;
}

#s-a2240bda-cc6d-4236-b489-0fa8fe45a3d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a2240bda-cc6d-4236-b489-0fa8fe45a3d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2240bda-cc6d-4236-b489-0fa8fe45a3d5.shg-box.shg-c {
  justify-content: center;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 123/112;
text-align: center;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-33ddd88a-f951-44d4-9639-1550f9888415 {
  margin: 0 !important;
  overflow: visible;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33ddd88a-f951-44d4-9639-1550f9888415 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add background color handling */
  
}

#s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }

    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-link {
      aspect-ratio: 123/112;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33ddd88a-f951-44d4-9639-1550f9888415 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-33ddd88a-f951-44d4-9639-1550f9888415 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image {
  box-sizing: border-box;
}



.s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33ddd88a-f951-44d4-9639-1550f9888415 {
      --shg-aspect-ratio: calc(123/112); 
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container {
      position: relative;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33ddd88a-f951-44d4-9639-1550f9888415 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-f53432d4-086b-49ed-91de-7e4170709183 {
  margin-left: auto;
margin-right: auto;
}

#s-81ee9a3f-b753-458b-8874-3784e837a77a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-81ee9a3f-b753-458b-8874-3784e837a77a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81ee9a3f-b753-458b-8874-3784e837a77a.shg-box.shg-c {
  justify-content: center;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  margin: 0 !important;
  overflow: visible;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add background color handling */
  
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image {
  box-sizing: border-box;
}



.s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container {
      position: relative;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bdaa429-6cd7-484e-bdad-58058c2dd6de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  margin: 0 !important;
  overflow: visible;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add background color handling */
  
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-7be5be49-1f0e-400e-8be4-eb87af442b0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image {
  box-sizing: border-box;
}



.s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container {
      position: relative;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7be5be49-1f0e-400e-8be4-eb87af442b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  margin: 0 !important;
  overflow: visible;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add background color handling */
  
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a17fc94a-056c-4694-9e4d-dcfaf535457f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image {
  box-sizing: border-box;
}



.s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container {
      position: relative;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a17fc94a-056c-4694-9e4d-dcfaf535457f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image {
  box-sizing: border-box;
}



.s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container {
      position: relative;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e0f1df-74e9-4827-a84a-79af24fd68b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image {
  box-sizing: border-box;
}



.s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container {
      position: relative;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-702a33f3-5ab3-43dc-ba3e-59fa5c1a64a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  margin: 0 !important;
  overflow: visible;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add background color handling */
  
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image {
  box-sizing: border-box;
}



.s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container {
      position: relative;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6dfc2b-3b47-411e-9ba2-a2ec32e34823 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  margin: 0 !important;
  overflow: visible;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0839a63f-4611-407f-91d3-d67eb9805f39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add background color handling */
  
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0839a63f-4611-407f-91d3-d67eb9805f39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0839a63f-4611-407f-91d3-d67eb9805f39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image {
  box-sizing: border-box;
}



.s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0839a63f-4611-407f-91d3-d67eb9805f39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container {
      position: relative;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0839a63f-4611-407f-91d3-d67eb9805f39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  margin: 0 !important;
  overflow: visible;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add background color handling */
  
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a8714632-13bb-46cc-bd37-a0db3b3d232a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image {
  box-sizing: border-box;
}



.s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container {
      position: relative;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a8714632-13bb-46cc-bd37-a0db3b3d232a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image {
  box-sizing: border-box;
}



.s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container {
      position: relative;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7bd5b2-20b6-4dfe-bb98-832d272d5cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  margin: 0 !important;
  overflow: visible;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add background color handling */
  
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image {
  box-sizing: border-box;
}



.s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container {
      position: relative;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c396c1f-6d09-4d30-b47d-2cf5e62b099d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  margin: 0 !important;
  overflow: visible;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add background color handling */
  
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image {
  box-sizing: border-box;
}



.s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container {
      position: relative;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58e7a310-22d8-4cc7-b0b9-89aa5a30cf12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  margin: 0 !important;
  overflow: visible;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add background color handling */
  
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image {
  box-sizing: border-box;
}



.s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container {
      position: relative;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc1ee6ea-fb3a-480f-bdae-d5578cbc5bd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  margin: 0 !important;
  overflow: visible;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add background color handling */
  
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image {
  box-sizing: border-box;
}



.s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container {
      position: relative;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a0ce79-ae1f-4b3d-9f43-0a1de936c92d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image {
  box-sizing: border-box;
}



.s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container {
      position: relative;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2903b5c7-051d-4037-ba93-d9edbfeca8d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-59069150-d270-4516-8e96-4fdd83746b49 {
  margin: 0 !important;
  overflow: visible;
}

#s-59069150-d270-4516-8e96-4fdd83746b49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59069150-d270-4516-8e96-4fdd83746b49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add background color handling */
  
}

#s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59069150-d270-4516-8e96-4fdd83746b49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-59069150-d270-4516-8e96-4fdd83746b49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image {
  box-sizing: border-box;
}



.s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59069150-d270-4516-8e96-4fdd83746b49 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container {
      position: relative;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59069150-d270-4516-8e96-4fdd83746b49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  margin: 0 !important;
  overflow: visible;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66f039a5-1834-4faa-a588-80d6eaed2265 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add background color handling */
  
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66f039a5-1834-4faa-a588-80d6eaed2265 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-66f039a5-1834-4faa-a588-80d6eaed2265 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image {
  box-sizing: border-box;
}



.s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-66f039a5-1834-4faa-a588-80d6eaed2265 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container {
      position: relative;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66f039a5-1834-4faa-a588-80d6eaed2265 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  margin: 0 !important;
  overflow: visible;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-168b5e4c-138a-494f-94f8-572ac8e32515 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add background color handling */
  
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-168b5e4c-138a-494f-94f8-572ac8e32515 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-168b5e4c-138a-494f-94f8-572ac8e32515 .shogun-image-content {
  
    justify-content: center;
  
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shg-align-container {
  display: flex;
  justify-content: center
}

.s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image {
  box-sizing: border-box;
}



.s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-168b5e4c-138a-494f-94f8-572ac8e32515 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container {
      position: relative;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-168b5e4c-138a-494f-94f8-572ac8e32515 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-cb5dd179-c6e7-4aeb-8b7f-3215a2f7751b {
  margin-left: auto;
margin-right: auto;
}

#s-570f568c-d258-47e0-a7b1-c57d0fefe040 {
  margin-left: auto;
margin-right: auto;
}

#s-09f72057-cae4-4232-a48d-6ba21ff15661 {
  margin-left: auto;
margin-right: auto;
}

#s-c75ca61c-8b26-4bbe-a3cd-2dce26cbf8c5 {
  margin-left: auto;
margin-right: auto;
}

#s-42e44718-5f21-413b-9029-287f417cf761 {
  margin-left: auto;
margin-right: auto;
}

#s-a1f7cb3c-fa44-41bc-ad66-8d503c8bfb4d {
  margin-left: auto;
margin-right: auto;
}

#s-302469dd-3996-4e32-aad7-043e5ff6a48c {
  margin-left: auto;
margin-right: auto;
}

#s-95cae4cd-fadd-4883-96b9-af0ef11d78f8 {
  margin-left: auto;
margin-right: auto;
}

#s-5911dabf-edfa-4599-b1f1-76ca5bf924cf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5911dabf-edfa-4599-b1f1-76ca5bf924cf .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-773d74a7-40d7-4647-9425-a4c9f36ea8ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-773d74a7-40d7-4647-9425-a4c9f36ea8ee .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f3b6b63b-e761-4857-b838-57a1455f22e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3b6b63b-e761-4857-b838-57a1455f22e3 .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c4a6d1ea-cf21-44f7-8045-7bdf03cdd610 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4a6d1ea-cf21-44f7-8045-7bdf03cdd610 .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-dca1be38-16a4-46fe-a4e3-c44fd8a5eadb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dca1be38-16a4-46fe-a4e3-c44fd8a5eadb .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0a667036-c385-4f81-9b82-1cf311992b73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a667036-c385-4f81-9b82-1cf311992b73 .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6f70950d-a963-4b74-9d50-9c8dc5f102fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f70950d-a963-4b74-9d50-9c8dc5f102fb .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-66c13c25-268a-4daf-9aa2-84db7f46a686 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66c13c25-268a-4daf-9aa2-84db7f46a686 .shogun-heading-component h4 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e9a60a56-d261-4576-92c6-ff4abc94a58e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9a60a56-d261-4576-92c6-ff4abc94a58e .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-bb3a784d-1e5b-4ab7-a4f7-91a43f061a58 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb3a784d-1e5b-4ab7-a4f7-91a43f061a58 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-df6c5beb-73bc-4ba7-8915-8acc6f524b0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df6c5beb-73bc-4ba7-8915-8acc6f524b0c .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-b2c75d45-7a98-4bf6-be00-13b3488f9fbb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2c75d45-7a98-4bf6-be00-13b3488f9fbb .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-6239aa47-eaac-4a17-850e-d294c07c2b77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6239aa47-eaac-4a17-850e-d294c07c2b77 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-c9b432f8-8977-41ea-947a-87405508c6af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9b432f8-8977-41ea-947a-87405508c6af .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-a5e9655d-86a8-4be0-9678-cf32b65dad70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5e9655d-86a8-4be0-9678-cf32b65dad70 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-d02e7166-87ec-4b7c-860c-404ebc2e08aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d02e7166-87ec-4b7c-860c-404ebc2e08aa .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-773e86d9-5d14-4032-bbb2-8ed3e263f159 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-773e86d9-5d14-4032-bbb2-8ed3e263f159 .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-17809ec0-3aa8-4bf0-9291-a6958b56e71f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17809ec0-3aa8-4bf0-9291-a6958b56e71f .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 197, 78, 1);
border-style: none;
border-radius: 100px;
background-color: rgba(255, 197, 78, 1);
text-align: center;
text-decoration: none;
color: rgba(37, 45, 64, 1);
background-image: none;
hover-type: color;
}
#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4:hover {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4:active {background-color: rgba(255, 197, 78, 1) !important;
text-decoration: none !important;
color: rgba(37, 45, 64, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4-root {
    text-align: center;
  }


#s-86b9cf80-54d4-4f24-a4c6-d4b681976eb4.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-31fd3e37-082c-4a23-8a97-b1bf453c25cf {
  margin-left: auto;
margin-right: auto;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-e84e719b-aa05-4d76-b092-5e42f65e3f48 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
