#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-2e9745fb-08a6-4893-a5d2-6c39872ab3f4 {
  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-2e9745fb-08a6-4893-a5d2-6c39872ab3f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e9745fb-08a6-4893-a5d2-6c39872ab3f4.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  margin-left: auto;
margin-right: auto;
max-width: 2214px;
text-align: center;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2214px;

      
    max-width: 2214px;

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




.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2214px;

      
    max-width: 2214px;

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




.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2214px;

      
    max-width: 2214px;

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




.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2214px;

      
    max-width: 2214px;

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




.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 img.shogun-image {
  width: 100%;
  
  
  max-width: 2214px;

      
    max-width: 2214px;

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




.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5298e9cb-272e-47c4-8b8d-dce149a1ccf6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f84c9fa-27d2-4aa8-b1a5-654690884a79 {
  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-0f84c9fa-27d2-4aa8-b1a5-654690884a79 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f84c9fa-27d2-4aa8-b1a5-654690884a79 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0f84c9fa-27d2-4aa8-b1a5-654690884a79 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-0f84c9fa-27d2-4aa8-b1a5-654690884a79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f84c9fa-27d2-4aa8-b1a5-654690884a79.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-66a8d4e0-94c7-40c8-996b-7a0737d7794d {
  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-66a8d4e0-94c7-40c8-996b-7a0737d7794d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
  #s-66a8d4e0-94c7-40c8-996b-7a0737d7794d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(235, 236, 239, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
#s-66a8d4e0-94c7-40c8-996b-7a0737d7794d .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-66a8d4e0-94c7-40c8-996b-7a0737d7794d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 45, 64, 1);
}

#s-66a8d4e0-94c7-40c8-996b-7a0737d7794d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(235, 236, 239, 1);
}

#s-66a8d4e0-94c7-40c8-996b-7a0737d7794d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(235, 236, 239, 1);
}

#s-f4504dee-88d4-43c4-9d6f-38a522ddc950 {
  margin-top: 0px;
margin-bottom: 100px;
padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
}

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

#s-db0a35a5-bf61-4cae-8fd2-b7838684acef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-db0a35a5-bf61-4cae-8fd2-b7838684acef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db0a35a5-bf61-4cae-8fd2-b7838684acef.shg-box.shg-c {
  justify-content: center;
}

#s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d0e9792-b7c9-4c45-b45f-d9f35fa17652"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-1bb34e5e-8391-4c5a-a4fe-d6e37351185b {
  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-1ca8649c-600e-4e04-ba4b-f3c15cfbe4f4 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-1ca8649c-600e-4e04-ba4b-f3c15cfbe4f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ca8649c-600e-4e04-ba4b-f3c15cfbe4f4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f6c169b-8930-4d91-91b3-1e3e754492f5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2705b5d5-dd42-47b1-b220-e8d55d4867b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2705b5d5-dd42-47b1-b220-e8d55d4867b7 .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-18148609-2161-4d0a-af3a-5436b0390d81 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-18148609-2161-4d0a-af3a-5436b0390d81 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-18148609-2161-4d0a-af3a-5436b0390d81 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-18148609-2161-4d0a-af3a-5436b0390d81 .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-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  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-8e8bfb98-7df9-46ad-a28a-ce146b842306: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-8e8bfb98-7df9-46ad-a28a-ce146b842306: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-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306-atc-btn-wrapper {
    text-align: center;
  }


#s-8e8bfb98-7df9-46ad-a28a-ce146b842306 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e8bfb98-7df9-46ad-a28a-ce146b842306.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-096f66be-b4c0-45fd-9d7a-a9737cb8ed72 {
  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-1162f1f4-c38e-455b-a4e4-47022983652b {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-1162f1f4-c38e-455b-a4e4-47022983652b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1162f1f4-c38e-455b-a4e4-47022983652b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a5c7de30-9c43-41d6-b537-ea077197fda7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5c7de30-9c43-41d6-b537-ea077197fda7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc8c76b4-d69c-4aab-937b-454b1f320280 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc8c76b4-d69c-4aab-937b-454b1f320280 .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-cd2d9d88-5a86-4ace-8f25-de1a0449d646 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cd2d9d88-5a86-4ace-8f25-de1a0449d646 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cd2d9d88-5a86-4ace-8f25-de1a0449d646 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-cd2d9d88-5a86-4ace-8f25-de1a0449d646 .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-ff9027eb-849d-453f-9691-e277c7db739c {
  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-ff9027eb-849d-453f-9691-e277c7db739c: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-ff9027eb-849d-453f-9691-e277c7db739c: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-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ff9027eb-849d-453f-9691-e277c7db739c-atc-btn-wrapper {
    text-align: center;
  }


#s-ff9027eb-849d-453f-9691-e277c7db739c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ff9027eb-849d-453f-9691-e277c7db739c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-184395b5-0ac8-4e79-b13d-11f502e5266f {
  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-7ec3000b-be61-46c0-a454-a245ac0945ad {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-7ec3000b-be61-46c0-a454-a245ac0945ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ec3000b-be61-46c0-a454-a245ac0945ad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-619ab9a6-b71a-445c-bb57-b3971520ea16 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619ab9a6-b71a-445c-bb57-b3971520ea16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-759094a3-e8fd-4967-9c16-14c4c513a9ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-759094a3-e8fd-4967-9c16-14c4c513a9ae .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-30d44b64-eae0-46a6-a495-e05ef1aecef3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-30d44b64-eae0-46a6-a495-e05ef1aecef3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-30d44b64-eae0-46a6-a495-e05ef1aecef3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-30d44b64-eae0-46a6-a495-e05ef1aecef3 .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-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  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-0fc9b723-14b5-4be2-9848-c36cc443cdf9: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-0fc9b723-14b5-4be2-9848-c36cc443cdf9: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-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9-atc-btn-wrapper {
    text-align: center;
  }


#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0fc9b723-14b5-4be2-9848-c36cc443cdf9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-c9472208-0949-486b-a8a4-d6aca0a14af2 {
  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-3faa099e-3c2a-4e67-a85d-7dca6cd54e43 {
  margin-left: auto;
margin-right: auto;
min-height: 260px;
}








#s-3faa099e-3c2a-4e67-a85d-7dca6cd54e43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3faa099e-3c2a-4e67-a85d-7dca6cd54e43.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5795e3d5-0afb-4dc5-b304-1219b6aa3a38 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ca0fb0c7-839d-4f1d-aa06-6d4a9c0f6ccc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca0fb0c7-839d-4f1d-aa06-6d4a9c0f6ccc .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-685f446b-2788-438c-a015-deb3e7b6229c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-685f446b-2788-438c-a015-deb3e7b6229c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-685f446b-2788-438c-a015-deb3e7b6229c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-685f446b-2788-438c-a015-deb3e7b6229c .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-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  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-13fe3d76-7d21-4bab-abcf-31dcdc83169a: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-13fe3d76-7d21-4bab-abcf-31dcdc83169a: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-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a-atc-btn-wrapper {
    text-align: center;
  }


#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn {
  color: rgba(37, 45, 64, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-13fe3d76-7d21-4bab-abcf-31dcdc83169a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-8d6c7575-f94d-4849-a40e-1ef99b8954e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 200px;
}

#s-14adb436-427c-4e0c-b5ec-c668a071453b {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-a97f5daf-6573-4361-ba7c-00bff3e799ac {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-a97f5daf-6573-4361-ba7c-00bff3e799ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a97f5daf-6573-4361-ba7c-00bff3e799ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a97f5daf-6573-4361-ba7c-00bff3e799ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a97f5daf-6573-4361-ba7c-00bff3e799ac"] > .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-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
  box-sizing: border-box;
}



.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
      position: relative;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
  box-sizing: border-box;
}



.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
      position: relative;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa 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-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
  box-sizing: border-box;
}



.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
      position: relative;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa 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-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
  box-sizing: border-box;
}



.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
      position: relative;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  margin: 0 !important;
  overflow: visible;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add background color handling */
  
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image {
  box-sizing: border-box;
}



.s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container {
      position: relative;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d4809a0-7bba-4e3e-ac20-9d94f00288fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-4910d7bf-807b-4747-a93e-0a7c3209a93a {
  margin-left: auto;
margin-right: auto;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
  box-sizing: border-box;
}



.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
      position: relative;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
  box-sizing: border-box;
}



.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
      position: relative;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 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-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
  box-sizing: border-box;
}



.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
      position: relative;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 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-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
  box-sizing: border-box;
}



.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
      position: relative;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image {
  box-sizing: border-box;
}



.s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container {
      position: relative;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea2e5c26-042a-4be3-8b8e-def05d5c8a33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-b0cb0446-d840-41c2-b46d-6ba98ab8d55d {
  margin-left: auto;
margin-right: auto;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 75px;
aspect-ratio: 75/45;
text-align: center;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
  box-sizing: border-box;
}



.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
      position: relative;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
  box-sizing: border-box;
}



.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
      position: relative;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d 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-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
  box-sizing: border-box;
}



.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
      position: relative;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d 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-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
  box-sizing: border-box;
}



.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
      position: relative;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image {
  box-sizing: border-box;
}



.s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container {
      position: relative;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5998a5a-f7f8-43cf-a777-994b9b221a6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}
#s-ba75446b-142e-4d8b-91f5-53a255054299 {
  margin-left: auto;
margin-right: auto;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
  box-sizing: border-box;
}



.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
      position: relative;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
  box-sizing: border-box;
}



.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
      position: relative;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 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-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
  box-sizing: border-box;
}



.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
      position: relative;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 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-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
  box-sizing: border-box;
}



.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
      position: relative;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image {
  box-sizing: border-box;
}



.s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container {
      position: relative;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb74f6ca-759e-45e4-8805-835d21d30bf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-de8c1a8b-cb72-4ce4-b7d6-ecf1978b97f7 {
  margin-left: auto;
margin-right: auto;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 54px;
aspect-ratio: 54/36;
text-align: center;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  margin: 0 !important;
  overflow: visible;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add background color handling */
  
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-content {
  
    justify-content: center;
  
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shg-align-container {
  display: flex;
  justify-content: center
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
  box-sizing: border-box;
}



.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
      position: relative;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

@media (min-width: 1200px){#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  margin: 0 !important;
  overflow: visible;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add background color handling */
  
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-content {
  
    justify-content: center;
  
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shg-align-container {
  display: flex;
  justify-content: center
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
  box-sizing: border-box;
}



.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
      position: relative;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 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-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  margin: 0 !important;
  overflow: visible;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add background color handling */
  
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-content {
  
    justify-content: center;
  
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shg-align-container {
  display: flex;
  justify-content: center
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
  box-sizing: border-box;
}



.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
      position: relative;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 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-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  margin: 0 !important;
  overflow: visible;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add background color handling */
  
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-content {
  
    justify-content: center;
  
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shg-align-container {
  display: flex;
  justify-content: center
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
  box-sizing: border-box;
}



.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
      position: relative;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}@media (max-width: 767px){#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  margin: 0 !important;
  overflow: visible;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add background color handling */
  
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 .shogun-image-content {
  
    justify-content: center;
  
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shg-align-container {
  display: flex;
  justify-content: center
}

.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image {
  box-sizing: border-box;
}



.s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container {
      position: relative;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-509dd3b5-131e-4788-b4cb-d71bb4ccc013 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}
#s-357241f9-c056-4a98-8441-39e28d5a5c98 {
  margin-left: auto;
margin-right: auto;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 53px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
  box-sizing: border-box;
}



.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
      position: relative;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

@media (min-width: 1200px){#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
  box-sizing: border-box;
}



.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
      position: relative;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 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-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
  box-sizing: border-box;
}



.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
      position: relative;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 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-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
  box-sizing: border-box;
}



.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
      position: relative;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (max-width: 767px){#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image {
  box-sizing: border-box;
}



.s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container {
      position: relative;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2a02c7b-8a4a-41ba-880d-0064b4a34a50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}
#s-8b34cc4a-2322-4b2c-8fd3-b54a40f9d72d {
  margin-left: auto;
margin-right: auto;
}

#s-ad47c4b1-c432-428d-a340-3b6b54ff9bcb {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-ad47c4b1-c432-428d-a340-3b6b54ff9bcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad47c4b1-c432-428d-a340-3b6b54ff9bcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad47c4b1-c432-428d-a340-3b6b54ff9bcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad47c4b1-c432-428d-a340-3b6b54ff9bcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-807667f9-99a5-4e84-89f5-ece76d6b76ae {
  min-height: 50px;
}








#s-807667f9-99a5-4e84-89f5-ece76d6b76ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-807667f9-99a5-4e84-89f5-ece76d6b76ae.shg-box.shg-c {
  justify-content: center;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  margin: 0 !important;
  overflow: visible;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
  box-sizing: border-box;
}



.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
      position: relative;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  margin: 0 !important;
  overflow: visible;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add background color handling */
  
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
  box-sizing: border-box;
}



.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
      position: relative;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 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-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  margin: 0 !important;
  overflow: visible;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add background color handling */
  
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
  box-sizing: border-box;
}



.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
      position: relative;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 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-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  margin: 0 !important;
  overflow: visible;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add background color handling */
  
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
  box-sizing: border-box;
}



.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
      position: relative;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  margin: 0 !important;
  overflow: visible;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add background color handling */
  
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image {
  box-sizing: border-box;
}



.s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container {
      position: relative;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12564dd5-fbd9-4b8c-8bfe-6e611f888118 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-055a699c-c2f9-444e-8d19-434149eec18e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-055a699c-c2f9-444e-8d19-434149eec18e .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-1fd1fbd3-65b5-4c78-9a29-1cc1ca72c5d5 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3023a5d5-9f31-498b-970d-966a29b81bd0 {
  min-height: 50px;
}








#s-3023a5d5-9f31-498b-970d-966a29b81bd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3023a5d5-9f31-498b-970d-966a29b81bd0.shg-box.shg-c {
  justify-content: center;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
  box-sizing: border-box;
}



.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
      position: relative;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
  box-sizing: border-box;
}



.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
      position: relative;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 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-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
  box-sizing: border-box;
}



.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
      position: relative;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 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-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
  box-sizing: border-box;
}



.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
      position: relative;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image {
  box-sizing: border-box;
}



.s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container {
      position: relative;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1974b4-eebe-491b-9ddb-b44ed29f9a62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-752d817f-908b-4e5b-bf20-513fe0905e52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-752d817f-908b-4e5b-bf20-513fe0905e52 .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-8df6ff99-aff7-4800-a94c-edc09d8777fe {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-166d841c-0952-4875-b461-e82c89955897 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-166d841c-0952-4875-b461-e82c89955897"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-166d841c-0952-4875-b461-e82c89955897"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-166d841c-0952-4875-b461-e82c89955897"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-166d841c-0952-4875-b461-e82c89955897"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4519584d-0727-4776-9946-9c9c47347087 {
  min-height: 50px;
}








#s-4519584d-0727-4776-9946-9c9c47347087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4519584d-0727-4776-9946-9c9c47347087.shg-box.shg-c {
  justify-content: center;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  margin: 0 !important;
  overflow: visible;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
  box-sizing: border-box;
}



.s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-109da844-1f58-4cc8-83e4-52ae6a341614 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
      position: relative;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  margin: 0 !important;
  overflow: visible;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add background color handling */
  
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
  box-sizing: border-box;
}



.s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-109da844-1f58-4cc8-83e4-52ae6a341614 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
      position: relative;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614 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-109da844-1f58-4cc8-83e4-52ae6a341614 {
  margin: 0 !important;
  overflow: visible;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add background color handling */
  
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
  box-sizing: border-box;
}



.s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-109da844-1f58-4cc8-83e4-52ae6a341614 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
      position: relative;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614 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-109da844-1f58-4cc8-83e4-52ae6a341614 {
  margin: 0 !important;
  overflow: visible;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add background color handling */
  
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
  box-sizing: border-box;
}



.s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-109da844-1f58-4cc8-83e4-52ae6a341614 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
      position: relative;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  margin: 0 !important;
  overflow: visible;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-109da844-1f58-4cc8-83e4-52ae6a341614 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add background color handling */
  
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-109da844-1f58-4cc8-83e4-52ae6a341614 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-109da844-1f58-4cc8-83e4-52ae6a341614 .shogun-image-content {
  
    justify-content: center;
  
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shg-align-container {
  display: flex;
  justify-content: center
}

.s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image {
  box-sizing: border-box;
}



.s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-109da844-1f58-4cc8-83e4-52ae6a341614 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container {
      position: relative;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-109da844-1f58-4cc8-83e4-52ae6a341614 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-a1f0ef49-a9e1-45f7-b961-c3afce96833c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1f0ef49-a9e1-45f7-b961-c3afce96833c .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-a30e13c2-1c13-4b08-a67b-59a670e11138 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-01e72249-8c22-435d-82ce-3988509e5de3 {
  min-height: 50px;
}








#s-01e72249-8c22-435d-82ce-3988509e5de3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01e72249-8c22-435d-82ce-3988509e5de3.shg-box.shg-c {
  justify-content: center;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
  box-sizing: border-box;
}



.s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c0903aa-6efe-431e-8c87-9184d185221b {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
      position: relative;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-4c0903aa-6efe-431e-8c87-9184d185221b {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add background color handling */
  
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
  box-sizing: border-box;
}



.s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c0903aa-6efe-431e-8c87-9184d185221b {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
      position: relative;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b 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-4c0903aa-6efe-431e-8c87-9184d185221b {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add background color handling */
  
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
  box-sizing: border-box;
}



.s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c0903aa-6efe-431e-8c87-9184d185221b {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
      position: relative;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b 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-4c0903aa-6efe-431e-8c87-9184d185221b {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add background color handling */
  
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
  box-sizing: border-box;
}



.s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c0903aa-6efe-431e-8c87-9184d185221b {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
      position: relative;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-4c0903aa-6efe-431e-8c87-9184d185221b {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0903aa-6efe-431e-8c87-9184d185221b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add background color handling */
  
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c0903aa-6efe-431e-8c87-9184d185221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4c0903aa-6efe-431e-8c87-9184d185221b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image {
  box-sizing: border-box;
}



.s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c0903aa-6efe-431e-8c87-9184d185221b {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container {
      position: relative;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c0903aa-6efe-431e-8c87-9184d185221b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-a525258c-fe00-49c9-921e-a5495d8742e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a525258c-fe00-49c9-921e-a5495d8742e5 .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-0b6a95dc-8629-493c-b628-ccf3f512fbce {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b5b864c6-1ae6-474f-8ed3-4997ea32afbd {
  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-b5b864c6-1ae6-474f-8ed3-4997ea32afbd {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5b864c6-1ae6-474f-8ed3-4997ea32afbd {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b5b864c6-1ae6-474f-8ed3-4997ea32afbd {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-b5b864c6-1ae6-474f-8ed3-4997ea32afbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5b864c6-1ae6-474f-8ed3-4997ea32afbd.shg-box.shg-c {
  justify-content: center;
}

#s-fa8ed028-07be-47b7-99ae-92bd9c27b7f5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-fa8ed028-07be-47b7-99ae-92bd9c27b7f5 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-59e347b3-fa10-4d90-9849-3001671f03bb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-35fc013b-b13c-46eb-a22c-d1674d803681 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-35fc013b-b13c-46eb-a22c-d1674d803681"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35fc013b-b13c-46eb-a22c-d1674d803681"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35fc013b-b13c-46eb-a22c-d1674d803681"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35fc013b-b13c-46eb-a22c-d1674d803681"] > .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-f7fb14f2-0d6c-4df8-a463-622b7df80694 {
  margin-left: auto;
margin-right: auto;
}

#s-ad0439c0-303a-4d51-8f78-08705ae3cbfd {
  margin-left: auto;
margin-right: auto;
}

#s-de77af46-1682-44a4-8c9c-fc99b81c7f47 {
  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-de77af46-1682-44a4-8c9c-fc99b81c7f47 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-de77af46-1682-44a4-8c9c-fc99b81c7f47 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-de77af46-1682-44a4-8c9c-fc99b81c7f47 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-de77af46-1682-44a4-8c9c-fc99b81c7f47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de77af46-1682-44a4-8c9c-fc99b81c7f47.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-de77af46-1682-44a4-8c9c-fc99b81c7f47 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-de77af46-1682-44a4-8c9c-fc99b81c7f47.shg-box.shg-c {
  justify-content: center;
}
}
#s-0d792584-a6a5-4266-a64c-d49db53866a5 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-0d792584-a6a5-4266-a64c-d49db53866a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d792584-a6a5-4266-a64c-d49db53866a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d792584-a6a5-4266-a64c-d49db53866a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d792584-a6a5-4266-a64c-d49db53866a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d792584-a6a5-4266-a64c-d49db53866a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d792584-a6a5-4266-a64c-d49db53866a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d792584-a6a5-4266-a64c-d49db53866a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-88d6b6de-bb2a-41bf-9228-70db7f8696c3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
background-color: rgba(255, 255, 255, 0.55);
}

#s-88d6b6de-bb2a-41bf-9228-70db7f8696c3 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-a1c3ad2f-5abf-4b9c-aa76-7bbb94f3cdfe {
  margin-left: 0px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0.55);
}

#s-98785738-15c5-495c-89bf-3476567b1ba8 {
  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-98785738-15c5-495c-89bf-3476567b1ba8 {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98785738-15c5-495c-89bf-3476567b1ba8 {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98785738-15c5-495c-89bf-3476567b1ba8 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-98785738-15c5-495c-89bf-3476567b1ba8 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-98785738-15c5-495c-89bf-3476567b1ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98785738-15c5-495c-89bf-3476567b1ba8.shg-box.shg-c {
  justify-content: center;
}

#s-2ed2a367-1f8d-4860-ab79-d3ee0cbb0245 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-2ed2a367-1f8d-4860-ab79-d3ee0cbb0245"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ed2a367-1f8d-4860-ab79-d3ee0cbb0245"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ed2a367-1f8d-4860-ab79-d3ee0cbb0245"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ed2a367-1f8d-4860-ab79-d3ee0cbb0245"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-84ca033f-850a-43f7-b98b-8c884e1161df {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df {
  margin: 0 !important;
  overflow: visible;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
  box-sizing: border-box;
}



.s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ca033f-850a-43f7-b98b-8c884e1161df {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
      position: relative;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-84ca033f-850a-43f7-b98b-8c884e1161df {
  margin: 0 !important;
  overflow: visible;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add background color handling */
  
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
  box-sizing: border-box;
}



.s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ca033f-850a-43f7-b98b-8c884e1161df {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
      position: relative;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df 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-84ca033f-850a-43f7-b98b-8c884e1161df {
  margin: 0 !important;
  overflow: visible;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add background color handling */
  
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
  box-sizing: border-box;
}



.s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ca033f-850a-43f7-b98b-8c884e1161df {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
      position: relative;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df 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-84ca033f-850a-43f7-b98b-8c884e1161df {
  margin: 0 !important;
  overflow: visible;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add background color handling */
  
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
  box-sizing: border-box;
}



.s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ca033f-850a-43f7-b98b-8c884e1161df {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
      position: relative;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-84ca033f-850a-43f7-b98b-8c884e1161df {
  margin: 0 !important;
  overflow: visible;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84ca033f-850a-43f7-b98b-8c884e1161df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add background color handling */
  
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84ca033f-850a-43f7-b98b-8c884e1161df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-84ca033f-850a-43f7-b98b-8c884e1161df .shogun-image-content {
  
    justify-content: center;
  
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image {
  box-sizing: border-box;
}



.s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84ca033f-850a-43f7-b98b-8c884e1161df {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container {
      position: relative;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84ca033f-850a-43f7-b98b-8c884e1161df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-4a915040-bd20-4ed1-9084-dceb0faa776c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a915040-bd20-4ed1-9084-dceb0faa776c .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-003346da-f360-44e6-8294-b0e023f258f2 {
  margin-left: auto;
margin-right: auto;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
  box-sizing: border-box;
}



.s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
      position: relative;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
  box-sizing: border-box;
}



.s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
      position: relative;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 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-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
  box-sizing: border-box;
}



.s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
      position: relative;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 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-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
  box-sizing: border-box;
}



.s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
      position: relative;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-283902a8-ad71-49e5-a935-1a6cc9319d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image {
  box-sizing: border-box;
}



.s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container {
      position: relative;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283902a8-ad71-49e5-a935-1a6cc9319d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-13598b42-6afe-4f87-9858-009918cf41e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13598b42-6afe-4f87-9858-009918cf41e8 .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-77f20175-dab6-491a-bcfb-43a0788e90b2 {
  margin-left: auto;
margin-right: auto;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
  box-sizing: border-box;
}



.s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f374d0ce-e18f-495c-ab47-659c142765f2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
      position: relative;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
  box-sizing: border-box;
}



.s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f374d0ce-e18f-495c-ab47-659c142765f2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
      position: relative;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2 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-f374d0ce-e18f-495c-ab47-659c142765f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
  box-sizing: border-box;
}



.s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f374d0ce-e18f-495c-ab47-659c142765f2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
      position: relative;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2 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-f374d0ce-e18f-495c-ab47-659c142765f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
  box-sizing: border-box;
}



.s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f374d0ce-e18f-495c-ab47-659c142765f2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
      position: relative;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  margin: 0 !important;
  overflow: visible;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f374d0ce-e18f-495c-ab47-659c142765f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add background color handling */
  
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f374d0ce-e18f-495c-ab47-659c142765f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-f374d0ce-e18f-495c-ab47-659c142765f2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image {
  box-sizing: border-box;
}



.s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f374d0ce-e18f-495c-ab47-659c142765f2 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container {
      position: relative;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f374d0ce-e18f-495c-ab47-659c142765f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-d01aefef-0b7a-4b71-9a52-9a01ec5ae4de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d01aefef-0b7a-4b71-9a52-9a01ec5ae4de .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-9d4f4edb-3be4-4f69-b81c-fe43847de5ff {
  margin-left: auto;
margin-right: auto;
}

#s-05bd5923-bb08-4e02-9245-33bb69610ef7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 8%;
min-height: 650px;
background-position: left center;
background-attachment: scroll;
}








#s-05bd5923-bb08-4e02-9245-33bb69610ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05bd5923-bb08-4e02-9245-33bb69610ef7.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-05bd5923-bb08-4e02-9245-33bb69610ef7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-05bd5923-bb08-4e02-9245-33bb69610ef7.shg-box.shg-c {
  justify-content: center;
}
}
#s-80048503-cf31-4b8c-854c-c2d4d7c014f3 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-80048503-cf31-4b8c-854c-c2d4d7c014f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80048503-cf31-4b8c-854c-c2d4d7c014f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80048503-cf31-4b8c-854c-c2d4d7c014f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80048503-cf31-4b8c-854c-c2d4d7c014f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de547b73-397e-4e58-b852-4351d13e0872 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-de547b73-397e-4e58-b852-4351d13e0872 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-adf3bcba-d9b6-4c48-92a9-f3a8a5b061ad {
  margin-left: 0px;
margin-bottom: 20px;
padding-left: 20%;
padding-right: 20%;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda {
  margin: 0 !important;
  overflow: visible;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add background color handling */
  
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
  box-sizing: border-box;
}



.s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1918a9bc-9591-416e-9054-3d9386959eda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
      position: relative;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

@media (min-width: 1200px){#s-1918a9bc-9591-416e-9054-3d9386959eda {
  margin: 0 !important;
  overflow: visible;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add background color handling */
  
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
  box-sizing: border-box;
}



.s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1918a9bc-9591-416e-9054-3d9386959eda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
      position: relative;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1918a9bc-9591-416e-9054-3d9386959eda {
  margin: 0 !important;
  overflow: visible;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add background color handling */
  
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
  box-sizing: border-box;
}



.s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1918a9bc-9591-416e-9054-3d9386959eda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
      position: relative;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1918a9bc-9591-416e-9054-3d9386959eda {
  margin: 0 !important;
  overflow: visible;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add background color handling */
  
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
  box-sizing: border-box;
}



.s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1918a9bc-9591-416e-9054-3d9386959eda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
      position: relative;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (max-width: 767px){#s-1918a9bc-9591-416e-9054-3d9386959eda {
  margin: 0 !important;
  overflow: visible;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1918a9bc-9591-416e-9054-3d9386959eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add background color handling */
  
}

#s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1918a9bc-9591-416e-9054-3d9386959eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-1918a9bc-9591-416e-9054-3d9386959eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image {
  box-sizing: border-box;
}



.s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1918a9bc-9591-416e-9054-3d9386959eda {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container {
      position: relative;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1918a9bc-9591-416e-9054-3d9386959eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}
#s-b1a958da-09df-4153-b162-afe583143d40 {
  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-b1a958da-09df-4153-b162-afe583143d40 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1a958da-09df-4153-b162-afe583143d40 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b1a958da-09df-4153-b162-afe583143d40 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-b1a958da-09df-4153-b162-afe583143d40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1a958da-09df-4153-b162-afe583143d40.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-b1a958da-09df-4153-b162-afe583143d40 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-b1a958da-09df-4153-b162-afe583143d40.shg-box.shg-c {
  justify-content: center;
}
}
#s-f96ac9e3-cba3-4486-a1cf-0a335d135761 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-f96ac9e3-cba3-4486-a1cf-0a335d135761"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f96ac9e3-cba3-4486-a1cf-0a335d135761"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f96ac9e3-cba3-4486-a1cf-0a335d135761"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f96ac9e3-cba3-4486-a1cf-0a335d135761"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f96ac9e3-cba3-4486-a1cf-0a335d135761"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f96ac9e3-cba3-4486-a1cf-0a335d135761"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f96ac9e3-cba3-4486-a1cf-0a335d135761"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-30402354-45a8-4f03-b6d5-5bf84a5cb961 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30402354-45a8-4f03-b6d5-5bf84a5cb961 .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-8cb725cc-d8e2-47b2-b4ae-f8bcd2e44641 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-b0af2b5d-3087-4d05-bc7c-c430ec1cbb4c {
  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-b0af2b5d-3087-4d05-bc7c-c430ec1cbb4c {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0af2b5d-3087-4d05-bc7c-c430ec1cbb4c {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0af2b5d-3087-4d05-bc7c-c430ec1cbb4c {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b0af2b5d-3087-4d05-bc7c-c430ec1cbb4c {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-b0af2b5d-3087-4d05-bc7c-c430ec1cbb4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0af2b5d-3087-4d05-bc7c-c430ec1cbb4c.shg-box.shg-c {
  justify-content: center;
}

#s-4986ca96-f202-4b5b-abf0-cda1054694a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-4986ca96-f202-4b5b-abf0-cda1054694a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4986ca96-f202-4b5b-abf0-cda1054694a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4986ca96-f202-4b5b-abf0-cda1054694a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4986ca96-f202-4b5b-abf0-cda1054694a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  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-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
  box-sizing: border-box;
}



.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
      position: relative;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
  box-sizing: border-box;
}



.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
      position: relative;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 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-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
  box-sizing: border-box;
}



.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
      position: relative;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 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-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
  box-sizing: border-box;
}



.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
      position: relative;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image {
  box-sizing: border-box;
}



.s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container {
      position: relative;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7a911cc-e602-4010-84a8-aa0674caeeb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-433d03d1-a5a1-4489-a88f-cda6b4fc6a2c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-433d03d1-a5a1-4489-a88f-cda6b4fc6a2c .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-ddae05ee-ea6b-47cb-8ee2-4560421b862d {
  margin-left: auto;
margin-right: auto;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  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-03a24f28-ff90-4851-a030-e1eccd10e84b {
  margin: 0 !important;
  overflow: visible;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
    
    
    
    
  }


.s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-content {
  
    justify-content: center;
  
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
  box-sizing: border-box;
}



.s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03a24f28-ff90-4851-a030-e1eccd10e84b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
      position: relative;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  margin: 0 !important;
  overflow: visible;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add background color handling */
  
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
    
    
    
    
  }


.s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-content {
  
    justify-content: center;
  
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
  box-sizing: border-box;
}



.s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03a24f28-ff90-4851-a030-e1eccd10e84b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
      position: relative;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  margin: 0 !important;
  overflow: visible;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add background color handling */
  
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
    
    
    
    
  }


.s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-content {
  
    justify-content: center;
  
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
  box-sizing: border-box;
}



.s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03a24f28-ff90-4851-a030-e1eccd10e84b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
      position: relative;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  margin: 0 !important;
  overflow: visible;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add background color handling */
  
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
    
    
    
    
  }


.s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-content {
  
    justify-content: center;
  
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
  box-sizing: border-box;
}



.s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03a24f28-ff90-4851-a030-e1eccd10e84b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
      position: relative;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  margin: 0 !important;
  overflow: visible;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03a24f28-ff90-4851-a030-e1eccd10e84b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add background color handling */
  
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03a24f28-ff90-4851-a030-e1eccd10e84b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
    
    
    
    
  }


.s-03a24f28-ff90-4851-a030-e1eccd10e84b .shogun-image-content {
  
    justify-content: center;
  
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image {
  box-sizing: border-box;
}



.s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03a24f28-ff90-4851-a030-e1eccd10e84b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container {
      position: relative;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03a24f28-ff90-4851-a030-e1eccd10e84b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-4d67db80-b765-4601-97b1-5652d8e0725d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d67db80-b765-4601-97b1-5652d8e0725d .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-c9f7d375-5f91-4c79-a163-609087319b7b {
  margin-left: auto;
margin-right: auto;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  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-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
    
    
    
    
  }


.s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
  box-sizing: border-box;
}



.s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
      position: relative;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
    
    
    
    
  }


.s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
  box-sizing: border-box;
}



.s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
      position: relative;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
    
    
    
    
  }


.s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
  box-sizing: border-box;
}



.s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
      position: relative;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
    
    
    
    
  }


.s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
  box-sizing: border-box;
}



.s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
      position: relative;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
    
    
    
    
  }


.s-fb60d304-8c8c-4be0-b891-7d28680353b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image {
  box-sizing: border-box;
}



.s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container {
      position: relative;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb60d304-8c8c-4be0-b891-7d28680353b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-2cd5e3f0-e134-4e36-a499-ec32f82452f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cd5e3f0-e134-4e36-a499-ec32f82452f0 .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-de888e38-c6bd-4c1b-9b09-b2e22822c04a {
  margin-left: auto;
margin-right: auto;
}

#s-e7e8506a-19de-4f0a-8b34-84d8f746f0ab {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-e7e8506a-19de-4f0a-8b34-84d8f746f0ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7e8506a-19de-4f0a-8b34-84d8f746f0ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e7e8506a-19de-4f0a-8b34-84d8f746f0ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7e8506a-19de-4f0a-8b34-84d8f746f0ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  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-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
    
    
    
    
  }


.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
  box-sizing: border-box;
}



.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
      position: relative;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
    
    
    
    
  }


.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
  box-sizing: border-box;
}



.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
      position: relative;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
    
    
    
    
  }


.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
  box-sizing: border-box;
}



.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
      position: relative;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
    
    
    
    
  }


.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
  box-sizing: border-box;
}



.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
      position: relative;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  margin: 0 !important;
  overflow: visible;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add background color handling */
  
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
    
    
    
    
  }


.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image {
  box-sizing: border-box;
}



.s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container {
      position: relative;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-706ac2fc-e1ac-4b00-8a12-09caf0fa7cf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-06301e98-ca25-4fe6-82fd-5678ca8d0931 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06301e98-ca25-4fe6-82fd-5678ca8d0931 .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-41d19813-be41-4830-8ea1-d602f7a31398 {
  margin-left: auto;
margin-right: auto;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  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-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
    
    
    
    
  }


.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
  box-sizing: border-box;
}



.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
      position: relative;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
    
    
    
    
  }


.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
  box-sizing: border-box;
}



.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
      position: relative;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
    
    
    
    
  }


.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
  box-sizing: border-box;
}



.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
      position: relative;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
    
    
    
    
  }


.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
  box-sizing: border-box;
}



.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
      position: relative;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  margin: 0 !important;
  overflow: visible;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add background color handling */
  
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
    
    
    
    
  }


.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image {
  box-sizing: border-box;
}



.s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container {
      position: relative;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a1b1a3f-032e-4e77-ad24-8951f41083a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-b9e38f39-10d7-4e1a-b1b4-89b23a569a57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9e38f39-10d7-4e1a-b1b4-89b23a569a57 .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-45b9c759-684a-4f6e-b2e1-f205c6692085 {
  margin-left: auto;
margin-right: auto;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  margin: 0 !important;
  overflow: visible;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
  box-sizing: border-box;
}



.s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b7b3c-24f2-4fc2-a696-615320ae978c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
      position: relative;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  margin: 0 !important;
  overflow: visible;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add background color handling */
  
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
  box-sizing: border-box;
}



.s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b7b3c-24f2-4fc2-a696-615320ae978c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
      position: relative;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c 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-544b7b3c-24f2-4fc2-a696-615320ae978c {
  margin: 0 !important;
  overflow: visible;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add background color handling */
  
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
  box-sizing: border-box;
}



.s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b7b3c-24f2-4fc2-a696-615320ae978c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
      position: relative;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c 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-544b7b3c-24f2-4fc2-a696-615320ae978c {
  margin: 0 !important;
  overflow: visible;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add background color handling */
  
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
  box-sizing: border-box;
}



.s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b7b3c-24f2-4fc2-a696-615320ae978c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
      position: relative;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  margin: 0 !important;
  overflow: visible;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-544b7b3c-24f2-4fc2-a696-615320ae978c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add background color handling */
  
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544b7b3c-24f2-4fc2-a696-615320ae978c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-544b7b3c-24f2-4fc2-a696-615320ae978c .shogun-image-content {
  
    justify-content: center;
  
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image {
  box-sizing: border-box;
}



.s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-544b7b3c-24f2-4fc2-a696-615320ae978c {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container {
      position: relative;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544b7b3c-24f2-4fc2-a696-615320ae978c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-ba96f8a2-e36c-4cd1-8a78-db954d75d3fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba96f8a2-e36c-4cd1-8a78-db954d75d3fe .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-4b5eb0ec-fc34-47e6-828e-8c4153a72736 {
  margin-left: auto;
margin-right: auto;
}

#s-75ed1e12-aa5c-4b72-8256-3c3d8c87bdbf {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}








#s-75ed1e12-aa5c-4b72-8256-3c3d8c87bdbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 2.775557561562891e-17;
  display: block;
}#s-75ed1e12-aa5c-4b72-8256-3c3d8c87bdbf.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-75ed1e12-aa5c-4b72-8256-3c3d8c87bdbf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 2.775557561562891e-17;
  display: block;
}#s-75ed1e12-aa5c-4b72-8256-3c3d8c87bdbf.shg-box.shg-c {
  justify-content: center;
}
}
#s-2667b09f-31eb-412b-a3f2-c61b40586c5e {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2667b09f-31eb-412b-a3f2-c61b40586c5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2667b09f-31eb-412b-a3f2-c61b40586c5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2667b09f-31eb-412b-a3f2-c61b40586c5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2667b09f-31eb-412b-a3f2-c61b40586c5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-05ce55ff-b76a-4992-a669-447ba6ed4b78 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05ce55ff-b76a-4992-a669-447ba6ed4b78 .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-9ff26354-0213-4ace-a816-ab7b93fa0264 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-b6cfdb6f-58a5-4ff7-b2db-feee38d03c89 {
  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-b6cfdb6f-58a5-4ff7-b2db-feee38d03c89 {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6cfdb6f-58a5-4ff7-b2db-feee38d03c89 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b6cfdb6f-58a5-4ff7-b2db-feee38d03c89 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-b6cfdb6f-58a5-4ff7-b2db-feee38d03c89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6cfdb6f-58a5-4ff7-b2db-feee38d03c89.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-b6cfdb6f-58a5-4ff7-b2db-feee38d03c89 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-b6cfdb6f-58a5-4ff7-b2db-feee38d03c89.shg-box.shg-c {
  justify-content: center;
}
}
#s-a07dee66-711d-4f7e-b435-dc8c8a8ccf15 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a07dee66-711d-4f7e-b435-dc8c8a8ccf15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a07dee66-711d-4f7e-b435-dc8c8a8ccf15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a07dee66-711d-4f7e-b435-dc8c8a8ccf15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a07dee66-711d-4f7e-b435-dc8c8a8ccf15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8253ef32-9d1c-46e3-a136-74b7b6e46a2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8253ef32-9d1c-46e3-a136-74b7b6e46a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8253ef32-9d1c-46e3-a136-74b7b6e46a2d.shg-box.shg-c {
  justify-content: center;
}

#s-bacd0f83-7542-40e7-a6b8-a239067b1bc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bacd0f83-7542-40e7-a6b8-a239067b1bc2 .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-6a383481-1f71-4b41-8384-b92ae018a4c8 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-e75b4a53-0da4-48c5-8405-cb77f2fff1cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e75b4a53-0da4-48c5-8405-cb77f2fff1cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e75b4a53-0da4-48c5-8405-cb77f2fff1cc.shg-box.shg-c {
  justify-content: center;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  margin-left: auto;
margin-right: auto;
max-width: 731px;
aspect-ratio: 731/441;
text-align: center;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
  box-sizing: border-box;
}



.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
      position: relative;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

@media (min-width: 1200px){#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
  box-sizing: border-box;
}



.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
      position: relative;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a 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-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
  box-sizing: border-box;
}



.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
      position: relative;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a 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-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
  box-sizing: border-box;
}



.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
      position: relative;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}@media (max-width: 767px){#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  margin: 0 !important;
  overflow: visible;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add background color handling */
  
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image {
  box-sizing: border-box;
}



.s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container {
      position: relative;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c559e7e0-4ea9-43ce-8733-f6c03c04bf2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}
#s-3f7865a8-e369-4d9e-826a-213cc2724957 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3f7865a8-e369-4d9e-826a-213cc2724957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f7865a8-e369-4d9e-826a-213cc2724957.shg-box.shg-c {
  justify-content: center;
}

#s-cb8f495a-eef6-4a6a-9d24-fd513a5c6f5d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cb8f495a-eef6-4a6a-9d24-fd513a5c6f5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb8f495a-eef6-4a6a-9d24-fd513a5c6f5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb8f495a-eef6-4a6a-9d24-fd513a5c6f5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb8f495a-eef6-4a6a-9d24-fd513a5c6f5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb8f495a-eef6-4a6a-9d24-fd513a5c6f5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb8f495a-eef6-4a6a-9d24-fd513a5c6f5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb8f495a-eef6-4a6a-9d24-fd513a5c6f5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  margin-left: auto;
margin-right: auto;
max-width: 2008px;
aspect-ratio: 2008/737;
text-align: center;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image {
  box-sizing: border-box;
}



.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
      position: relative;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

@media (min-width: 1200px){#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image {
  box-sizing: border-box;
}



.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
      position: relative;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 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-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image {
  box-sizing: border-box;
}



.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
      position: relative;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 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-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image {
  box-sizing: border-box;
}



.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
      position: relative;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}@media (max-width: 767px){#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image {
  box-sizing: border-box;
}



.s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container {
      position: relative;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2f28e10-e830-4948-a5dc-b24dc89ae148 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}
#s-1f8d33d6-19a5-4c7b-aca3-99506f2f59a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-1f8d33d6-19a5-4c7b-aca3-99506f2f59a8 .shogun-heading-component h2 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0f00b2c0-028d-4764-8d30-87e1e050c64c {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-0f00b2c0-028d-4764-8d30-87e1e050c64c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f00b2c0-028d-4764-8d30-87e1e050c64c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-0f00b2c0-028d-4764-8d30-87e1e050c64c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-0f00b2c0-028d-4764-8d30-87e1e050c64c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-128275c6-3729-4e25-af47-f9e7c81b1a16 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a5da1022-e7fb-46fc-a2f8-941af54c59a6 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-11b3f43b-6b0e-4403-b25c-2433747bf295 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-76cc58d0-4150-4463-aafa-1cb96497e9da {
  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-76cc58d0-4150-4463-aafa-1cb96497e9da {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-76cc58d0-4150-4463-aafa-1cb96497e9da {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-76cc58d0-4150-4463-aafa-1cb96497e9da {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-76cc58d0-4150-4463-aafa-1cb96497e9da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76cc58d0-4150-4463-aafa-1cb96497e9da.shg-box.shg-c {
  justify-content: center;
}

#s-a733e7ab-a12f-46ad-a6e4-3f47e87097d8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-a733e7ab-a12f-46ad-a6e4-3f47e87097d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a733e7ab-a12f-46ad-a6e4-3f47e87097d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a733e7ab-a12f-46ad-a6e4-3f47e87097d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a733e7ab-a12f-46ad-a6e4-3f47e87097d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4b7a773f-d577-45fe-913f-14efae1e8a45 {
  min-height: 50px;
}








#s-4b7a773f-d577-45fe-913f-14efae1e8a45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b7a773f-d577-45fe-913f-14efae1e8a45.shg-box.shg-c {
  justify-content: center;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  margin: 0 !important;
  overflow: visible;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
  box-sizing: border-box;
}



.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
      position: relative;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  margin: 0 !important;
  overflow: visible;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add background color handling */
  
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
  box-sizing: border-box;
}



.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
      position: relative;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 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-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  margin: 0 !important;
  overflow: visible;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add background color handling */
  
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
  box-sizing: border-box;
}



.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
      position: relative;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 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-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  margin: 0 !important;
  overflow: visible;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add background color handling */
  
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
  box-sizing: border-box;
}



.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
      position: relative;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  margin: 0 !important;
  overflow: visible;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add background color handling */
  
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image {
  box-sizing: border-box;
}



.s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container {
      position: relative;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73d0f4a6-1c89-4f21-8b4a-3ab4c5a34954 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-c6bf2760-10a9-4ad1-b35d-8524b7931bb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6bf2760-10a9-4ad1-b35d-8524b7931bb7 .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-6b5ea4d3-1793-468b-9090-9b610b17e88a {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
  box-sizing: border-box;
}



.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
      position: relative;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add background color handling */
  
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
  box-sizing: border-box;
}



.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
      position: relative;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a 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-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add background color handling */
  
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
  box-sizing: border-box;
}



.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
      position: relative;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a 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-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add background color handling */
  
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
  box-sizing: border-box;
}



.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
      position: relative;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  margin: 0 !important;
  overflow: visible;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add background color handling */
  
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image {
  box-sizing: border-box;
}



.s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container {
      position: relative;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae7f1e63-310a-4dd2-903a-bd2816265b8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-6e58d543-3505-4ab5-bbad-c16d57ad6aa5 {
  min-height: 50px;
}








#s-6e58d543-3505-4ab5-bbad-c16d57ad6aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e58d543-3505-4ab5-bbad-c16d57ad6aa5.shg-box.shg-c {
  justify-content: center;
}

#s-2240c10a-de54-4ebb-96dd-2f5d1b01cf07 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2240c10a-de54-4ebb-96dd-2f5d1b01cf07 .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-3a905e83-ec68-4e01-bf68-13b713b608a0 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb {
  margin: 0 !important;
  overflow: visible;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
  box-sizing: border-box;
}



.s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60637eb-99b6-41c9-9447-a451854110cb {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
      position: relative;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-a60637eb-99b6-41c9-9447-a451854110cb {
  margin: 0 !important;
  overflow: visible;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add background color handling */
  
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
  box-sizing: border-box;
}



.s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60637eb-99b6-41c9-9447-a451854110cb {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
      position: relative;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb 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-a60637eb-99b6-41c9-9447-a451854110cb {
  margin: 0 !important;
  overflow: visible;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add background color handling */
  
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
  box-sizing: border-box;
}



.s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60637eb-99b6-41c9-9447-a451854110cb {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
      position: relative;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb 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-a60637eb-99b6-41c9-9447-a451854110cb {
  margin: 0 !important;
  overflow: visible;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add background color handling */
  
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
  box-sizing: border-box;
}



.s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60637eb-99b6-41c9-9447-a451854110cb {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
      position: relative;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-a60637eb-99b6-41c9-9447-a451854110cb {
  margin: 0 !important;
  overflow: visible;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a60637eb-99b6-41c9-9447-a451854110cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add background color handling */
  
}

#s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a60637eb-99b6-41c9-9447-a451854110cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-a60637eb-99b6-41c9-9447-a451854110cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image {
  box-sizing: border-box;
}



.s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a60637eb-99b6-41c9-9447-a451854110cb {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container {
      position: relative;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a60637eb-99b6-41c9-9447-a451854110cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-8fd7411d-04a7-4c25-ba61-ed5d933fa0c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fd7411d-04a7-4c25-ba61-ed5d933fa0c8 .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-b8731a5b-cba0-408b-bd5a-8e2e506b2d86 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d151d92a-97fc-4799-82ad-2a892d21740d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-d151d92a-97fc-4799-82ad-2a892d21740d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d151d92a-97fc-4799-82ad-2a892d21740d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d151d92a-97fc-4799-82ad-2a892d21740d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d151d92a-97fc-4799-82ad-2a892d21740d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9f1799b6-f8c7-4818-9e56-cf0207af8983 {
  min-height: 50px;
}








#s-9f1799b6-f8c7-4818-9e56-cf0207af8983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f1799b6-f8c7-4818-9e56-cf0207af8983.shg-box.shg-c {
  justify-content: center;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f {
  margin: 0 !important;
  overflow: visible;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
  box-sizing: border-box;
}



.s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26693608-eeef-4d2d-8536-e220db6dd42f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
      position: relative;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-26693608-eeef-4d2d-8536-e220db6dd42f {
  margin: 0 !important;
  overflow: visible;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add background color handling */
  
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
  box-sizing: border-box;
}



.s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26693608-eeef-4d2d-8536-e220db6dd42f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
      position: relative;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f 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-26693608-eeef-4d2d-8536-e220db6dd42f {
  margin: 0 !important;
  overflow: visible;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add background color handling */
  
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
  box-sizing: border-box;
}



.s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26693608-eeef-4d2d-8536-e220db6dd42f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
      position: relative;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f 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-26693608-eeef-4d2d-8536-e220db6dd42f {
  margin: 0 !important;
  overflow: visible;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add background color handling */
  
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
  box-sizing: border-box;
}



.s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26693608-eeef-4d2d-8536-e220db6dd42f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
      position: relative;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-26693608-eeef-4d2d-8536-e220db6dd42f {
  margin: 0 !important;
  overflow: visible;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26693608-eeef-4d2d-8536-e220db6dd42f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add background color handling */
  
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26693608-eeef-4d2d-8536-e220db6dd42f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-26693608-eeef-4d2d-8536-e220db6dd42f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image {
  box-sizing: border-box;
}



.s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26693608-eeef-4d2d-8536-e220db6dd42f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container {
      position: relative;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26693608-eeef-4d2d-8536-e220db6dd42f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-f50a06ff-93ef-457c-a373-744dba38e75f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f50a06ff-93ef-457c-a373-744dba38e75f .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-5666346a-4cfc-49f4-a150-9592dc8aa432 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ba66eb74-7e4b-4836-868b-1af4a69c1c98 {
  min-height: 50px;
}








#s-ba66eb74-7e4b-4836-868b-1af4a69c1c98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba66eb74-7e4b-4836-868b-1af4a69c1c98.shg-box.shg-c {
  justify-content: center;
}

#s-8add1485-af23-4f27-890b-024e804fe45b {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-8add1485-af23-4f27-890b-024e804fe45b {
  margin: 0 !important;
  overflow: visible;
}

#s-8add1485-af23-4f27-890b-024e804fe45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
  box-sizing: border-box;
}



.s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8add1485-af23-4f27-890b-024e804fe45b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
      position: relative;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-8add1485-af23-4f27-890b-024e804fe45b {
  margin: 0 !important;
  overflow: visible;
}

#s-8add1485-af23-4f27-890b-024e804fe45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add background color handling */
  
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
  box-sizing: border-box;
}



.s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8add1485-af23-4f27-890b-024e804fe45b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
      position: relative;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b 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-8add1485-af23-4f27-890b-024e804fe45b {
  margin: 0 !important;
  overflow: visible;
}

#s-8add1485-af23-4f27-890b-024e804fe45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add background color handling */
  
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
  box-sizing: border-box;
}



.s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8add1485-af23-4f27-890b-024e804fe45b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
      position: relative;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b 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-8add1485-af23-4f27-890b-024e804fe45b {
  margin: 0 !important;
  overflow: visible;
}

#s-8add1485-af23-4f27-890b-024e804fe45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add background color handling */
  
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
  box-sizing: border-box;
}



.s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8add1485-af23-4f27-890b-024e804fe45b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
      position: relative;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-8add1485-af23-4f27-890b-024e804fe45b {
  margin: 0 !important;
  overflow: visible;
}

#s-8add1485-af23-4f27-890b-024e804fe45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8add1485-af23-4f27-890b-024e804fe45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add background color handling */
  
}

#s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8add1485-af23-4f27-890b-024e804fe45b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-8add1485-af23-4f27-890b-024e804fe45b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image {
  box-sizing: border-box;
}



.s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8add1485-af23-4f27-890b-024e804fe45b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container {
      position: relative;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8add1485-af23-4f27-890b-024e804fe45b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-a93408f6-71a7-43f4-85c9-f65c25e92476 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a93408f6-71a7-43f4-85c9-f65c25e92476 .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-8bbc8fcd-9b29-4044-a034-133ed96aaf67 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 {
  margin: 0 !important;
  overflow: visible;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-content {
  
    justify-content: center;
  
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
  box-sizing: border-box;
}



.s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-302f38b5-9787-482e-8a17-d7af4f431026 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
      position: relative;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-302f38b5-9787-482e-8a17-d7af4f431026 {
  margin: 0 !important;
  overflow: visible;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add background color handling */
  
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-content {
  
    justify-content: center;
  
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
  box-sizing: border-box;
}



.s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-302f38b5-9787-482e-8a17-d7af4f431026 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
      position: relative;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026 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-302f38b5-9787-482e-8a17-d7af4f431026 {
  margin: 0 !important;
  overflow: visible;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add background color handling */
  
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-content {
  
    justify-content: center;
  
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
  box-sizing: border-box;
}



.s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-302f38b5-9787-482e-8a17-d7af4f431026 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
      position: relative;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026 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-302f38b5-9787-482e-8a17-d7af4f431026 {
  margin: 0 !important;
  overflow: visible;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add background color handling */
  
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-content {
  
    justify-content: center;
  
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
  box-sizing: border-box;
}



.s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-302f38b5-9787-482e-8a17-d7af4f431026 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
      position: relative;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-302f38b5-9787-482e-8a17-d7af4f431026 {
  margin: 0 !important;
  overflow: visible;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-302f38b5-9787-482e-8a17-d7af4f431026 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add background color handling */
  
}

#s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-302f38b5-9787-482e-8a17-d7af4f431026 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-302f38b5-9787-482e-8a17-d7af4f431026 .shogun-image-content {
  
    justify-content: center;
  
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shg-align-container {
  display: flex;
  justify-content: center
}

.s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image {
  box-sizing: border-box;
}



.s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-302f38b5-9787-482e-8a17-d7af4f431026 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container {
      position: relative;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-302f38b5-9787-482e-8a17-d7af4f431026 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-9f70adf2-2ce2-497f-877a-e9eb5b38b6d9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f70adf2-2ce2-497f-877a-e9eb5b38b6d9 .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-220978e8-2f01-4f72-bfdf-e5e40c70af65 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ea2ba9e7-09f1-4b58-8fb8-3f3f7b9b6fc7 {
  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-ea2ba9e7-09f1-4b58-8fb8-3f3f7b9b6fc7 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea2ba9e7-09f1-4b58-8fb8-3f3f7b9b6fc7 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ea2ba9e7-09f1-4b58-8fb8-3f3f7b9b6fc7 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-ea2ba9e7-09f1-4b58-8fb8-3f3f7b9b6fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea2ba9e7-09f1-4b58-8fb8-3f3f7b9b6fc7.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-ea2ba9e7-09f1-4b58-8fb8-3f3f7b9b6fc7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-ea2ba9e7-09f1-4b58-8fb8-3f3f7b9b6fc7.shg-box.shg-c {
  justify-content: center;
}
}
#s-3857cc19-2cff-4320-bcac-296fa0e43d83 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-3857cc19-2cff-4320-bcac-296fa0e43d83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3857cc19-2cff-4320-bcac-296fa0e43d83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3857cc19-2cff-4320-bcac-296fa0e43d83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3857cc19-2cff-4320-bcac-296fa0e43d83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  margin-left: auto;
margin-right: auto;
max-width: 1794px;
aspect-ratio: 1794/1512;
text-align: center;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  margin: 0 !important;
  overflow: visible;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add background color handling */
  
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
  box-sizing: border-box;
}



.s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
      position: relative;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

@media (min-width: 1200px){#s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  margin: 0 !important;
  overflow: visible;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add background color handling */
  
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
  box-sizing: border-box;
}



.s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
      position: relative;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae 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-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  margin: 0 !important;
  overflow: visible;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add background color handling */
  
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
  box-sizing: border-box;
}



.s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
      position: relative;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae 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-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  margin: 0 !important;
  overflow: visible;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add background color handling */
  
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
  box-sizing: border-box;
}



.s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
      position: relative;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}@media (max-width: 767px){#s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  margin: 0 !important;
  overflow: visible;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add background color handling */
  
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-717b2d9b-ee33-4bf5-a734-6f9847080cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image {
  box-sizing: border-box;
}



.s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container {
      position: relative;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-717b2d9b-ee33-4bf5-a734-6f9847080cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}
#s-af83a438-8d22-4d10-b665-838c055c4fde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af83a438-8d22-4d10-b665-838c055c4fde .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-97a364da-0277-4f77-b1d8-61eae8edb9cd {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-27938020-4d71-45f1-b6ac-a2a18a5f38b3 {
  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-27938020-4d71-45f1-b6ac-a2a18a5f38b3 {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27938020-4d71-45f1-b6ac-a2a18a5f38b3 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-27938020-4d71-45f1-b6ac-a2a18a5f38b3 {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-27938020-4d71-45f1-b6ac-a2a18a5f38b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27938020-4d71-45f1-b6ac-a2a18a5f38b3.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-27938020-4d71-45f1-b6ac-a2a18a5f38b3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-27938020-4d71-45f1-b6ac-a2a18a5f38b3.shg-box.shg-c {
  justify-content: center;
}
}
#s-6f18ca38-d163-499a-ae13-6c0e6a13d66f {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-6f18ca38-d163-499a-ae13-6c0e6a13d66f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f18ca38-d163-499a-ae13-6c0e6a13d66f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f18ca38-d163-499a-ae13-6c0e6a13d66f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f18ca38-d163-499a-ae13-6c0e6a13d66f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d0745177-b6d3-4c15-94f0-8aae279ed70b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d0745177-b6d3-4c15-94f0-8aae279ed70b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0745177-b6d3-4c15-94f0-8aae279ed70b.shg-box.shg-c {
  justify-content: center;
}

#s-87f6be53-565a-4e0b-b6b9-14b1fa5fb607 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87f6be53-565a-4e0b-b6b9-14b1fa5fb607 .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-a10c5745-9795-4539-87bd-587dd036cd59 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-10184141-cc86-438a-acaf-daf96aca2b7e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-10184141-cc86-438a-acaf-daf96aca2b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10184141-cc86-438a-acaf-daf96aca2b7e.shg-box.shg-c {
  justify-content: center;
}

#s-3ec58ca1-d076-412a-ae9d-5143987b26f3 {
  margin-left: auto;
margin-right: auto;
}

#s-534056af-82d8-4337-a31b-8a85ec9c94da {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-534056af-82d8-4337-a31b-8a85ec9c94da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-534056af-82d8-4337-a31b-8a85ec9c94da.shg-box.shg-c {
  justify-content: center;
}

#s-6dfcb904-cc01-46e2-b0c3-4a9819435b08 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6dfcb904-cc01-46e2-b0c3-4a9819435b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dfcb904-cc01-46e2-b0c3-4a9819435b08.shg-box.shg-c {
  justify-content: center;
}

#s-0d663ea4-a03f-4c9e-a27b-b450badf689e {
  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-0d663ea4-a03f-4c9e-a27b-b450badf689e {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d663ea4-a03f-4c9e-a27b-b450badf689e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0d663ea4-a03f-4c9e-a27b-b450badf689e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-0d663ea4-a03f-4c9e-a27b-b450badf689e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d663ea4-a03f-4c9e-a27b-b450badf689e.shg-box.shg-c {
  justify-content: center;
}

#s-f83b0145-fcc4-4cf5-986d-964ca215646c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-f83b0145-fcc4-4cf5-986d-964ca215646c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f83b0145-fcc4-4cf5-986d-964ca215646c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f83b0145-fcc4-4cf5-986d-964ca215646c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f83b0145-fcc4-4cf5-986d-964ca215646c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c8b8309-d693-4451-a425-883284c4a4f4 {
  min-height: 50px;
}








#s-6c8b8309-d693-4451-a425-883284c4a4f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c8b8309-d693-4451-a425-883284c4a4f4.shg-box.shg-c {
  justify-content: center;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
  box-sizing: border-box;
}



.s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf24815-9203-4fd4-a754-60875a2189a0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
      position: relative;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
  box-sizing: border-box;
}



.s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf24815-9203-4fd4-a754-60875a2189a0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
      position: relative;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0 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-8bf24815-9203-4fd4-a754-60875a2189a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
  box-sizing: border-box;
}



.s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf24815-9203-4fd4-a754-60875a2189a0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
      position: relative;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0 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-8bf24815-9203-4fd4-a754-60875a2189a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
  box-sizing: border-box;
}



.s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf24815-9203-4fd4-a754-60875a2189a0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
      position: relative;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bf24815-9203-4fd4-a754-60875a2189a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf24815-9203-4fd4-a754-60875a2189a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-8bf24815-9203-4fd4-a754-60875a2189a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image {
  box-sizing: border-box;
}



.s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf24815-9203-4fd4-a754-60875a2189a0 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container {
      position: relative;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf24815-9203-4fd4-a754-60875a2189a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-e4d6b938-d0a5-4fa9-9b00-2f332625ba0b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4d6b938-d0a5-4fa9-9b00-2f332625ba0b .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-d47e9ffa-696d-4754-b12f-c08bd95fdf8f {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4c8eaaaf-c972-4dc7-a9fb-426da557fe76 {
  min-height: 50px;
}








#s-4c8eaaaf-c972-4dc7-a9fb-426da557fe76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c8eaaaf-c972-4dc7-a9fb-426da557fe76.shg-box.shg-c {
  justify-content: center;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
  box-sizing: border-box;
}



.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
      position: relative;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
  box-sizing: border-box;
}



.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
      position: relative;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 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-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
  box-sizing: border-box;
}



.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
      position: relative;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 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-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
  box-sizing: border-box;
}



.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
      position: relative;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image {
  box-sizing: border-box;
}



.s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container {
      position: relative;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcd5d7a-0a5f-4167-bc7a-c937d54bccf2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-b04a0bbb-0efb-4af6-9666-cc81fcaa19cd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b04a0bbb-0efb-4af6-9666-cc81fcaa19cd .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-e26f154e-3d33-4a0f-8385-a3092c7e8acf {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-cbbe8ace-a604-4e9e-ba03-e590c16c3157 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-cbbe8ace-a604-4e9e-ba03-e590c16c3157"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbbe8ace-a604-4e9e-ba03-e590c16c3157"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbbe8ace-a604-4e9e-ba03-e590c16c3157"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbbe8ace-a604-4e9e-ba03-e590c16c3157"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
  box-sizing: border-box;
}



.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
      position: relative;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
  box-sizing: border-box;
}



.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
      position: relative;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 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-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
  box-sizing: border-box;
}



.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
      position: relative;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 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-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
  box-sizing: border-box;
}



.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
      position: relative;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image {
  box-sizing: border-box;
}



.s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container {
      position: relative;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6b6b999-bceb-4517-bf78-7ec536d776c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-b3cdaad5-7fe3-4b9d-8ef2-eda8e1907ce8 {
  min-height: 50px;
}








#s-b3cdaad5-7fe3-4b9d-8ef2-eda8e1907ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3cdaad5-7fe3-4b9d-8ef2-eda8e1907ce8.shg-box.shg-c {
  justify-content: center;
}

#s-49a50872-5527-4c1b-afed-661a9fe58f77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49a50872-5527-4c1b-afed-661a9fe58f77 .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-5ea8d2f3-ee47-4ad9-80e1-d705bccc0916 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c92b790b-541f-4257-b3cb-d6e83aa91226 {
  min-height: 50px;
}








#s-c92b790b-541f-4257-b3cb-d6e83aa91226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c92b790b-541f-4257-b3cb-d6e83aa91226.shg-box.shg-c {
  justify-content: center;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
  box-sizing: border-box;
}



.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
      position: relative;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add background color handling */
  
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
  box-sizing: border-box;
}



.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
      position: relative;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a 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-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add background color handling */
  
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
  box-sizing: border-box;
}



.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
      position: relative;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a 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-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add background color handling */
  
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
  box-sizing: border-box;
}



.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
      position: relative;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add background color handling */
  
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image {
  box-sizing: border-box;
}



.s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container {
      position: relative;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e53f86d-3ab1-48d5-bb41-5e020207bf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-1a966938-e04f-4173-8fae-ad8249bdc023 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a966938-e04f-4173-8fae-ad8249bdc023 .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-7f9a8580-33b2-46cc-85ff-f286a4c012b4 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-77db029b-2ac3-4776-adcc-eeed80f659f1 {
  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-77db029b-2ac3-4776-adcc-eeed80f659f1 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77db029b-2ac3-4776-adcc-eeed80f659f1 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-77db029b-2ac3-4776-adcc-eeed80f659f1 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-77db029b-2ac3-4776-adcc-eeed80f659f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77db029b-2ac3-4776-adcc-eeed80f659f1.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-77db029b-2ac3-4776-adcc-eeed80f659f1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-77db029b-2ac3-4776-adcc-eeed80f659f1.shg-box.shg-c {
  justify-content: center;
}
}
#s-6f598427-9d41-4f09-a46d-57998f394fe7 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-6f598427-9d41-4f09-a46d-57998f394fe7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f598427-9d41-4f09-a46d-57998f394fe7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f598427-9d41-4f09-a46d-57998f394fe7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f598427-9d41-4f09-a46d-57998f394fe7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f598427-9d41-4f09-a46d-57998f394fe7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f598427-9d41-4f09-a46d-57998f394fe7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f598427-9d41-4f09-a46d-57998f394fe7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4d1f4432-597a-4bec-b1c0-504c7103e9b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d1f4432-597a-4bec-b1c0-504c7103e9b5 .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-a7bb1904-ac91-487b-9a76-2eba8bacd8b0 {
  margin-left: 0px;
margin-bottom: 20px;
}

#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-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;
}
