#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-ec045c04-0f2e-43cc-af1e-8491fb0e35ad {
  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-ec045c04-0f2e-43cc-af1e-8491fb0e35ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec045c04-0f2e-43cc-af1e-8491fb0e35ad.shg-box.shg-c {
  justify-content: center;
}

#s-c90c2d53-4ecb-4351-aa56-cdecca03071f {
  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-c90c2d53-4ecb-4351-aa56-cdecca03071f {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c90c2d53-4ecb-4351-aa56-cdecca03071f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c90c2d53-4ecb-4351-aa56-cdecca03071f {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-c90c2d53-4ecb-4351-aa56-cdecca03071f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c90c2d53-4ecb-4351-aa56-cdecca03071f.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-a35f7026-0a32-4d6f-84b1-72a17355abcf {
  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-a35f7026-0a32-4d6f-84b1-72a17355abcf .shogun-tabs > li > .shogun-tab-box {
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
  #s-a35f7026-0a32-4d6f-84b1-72a17355abcf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(235, 236, 239, 1);
    border: 1px solid rgba(235, 236, 239, 1);
  }
#s-a35f7026-0a32-4d6f-84b1-72a17355abcf .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-a35f7026-0a32-4d6f-84b1-72a17355abcf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(37, 45, 64, 1);
}

#s-a35f7026-0a32-4d6f-84b1-72a17355abcf .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(235, 236, 239, 1);
}

#s-a35f7026-0a32-4d6f-84b1-72a17355abcf .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(235, 236, 239, 1);
}

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

#s-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-20c730ee-32e5-40ba-a26b-42f0205cc24d {
  margin-top: 0px;
margin-bottom: 100px;
padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
}

#s-baeb78ef-426a-4107-8cda-b8ad115e2762 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 200px;
}

#s-cb4efbb1-c8fd-4029-95e0-e7e4228a8dcc {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-2bc6143a-e621-4073-8b4b-ee65b1688edc {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-2bc6143a-e621-4073-8b4b-ee65b1688edc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2bc6143a-e621-4073-8b4b-ee65b1688edc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2bc6143a-e621-4073-8b4b-ee65b1688edc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bc6143a-e621-4073-8b4b-ee65b1688edc"] > .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-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
  box-sizing: border-box;
}



.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
      position: relative;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
  box-sizing: border-box;
}



.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
      position: relative;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 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-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
  box-sizing: border-box;
}



.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
      position: relative;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 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-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
  box-sizing: border-box;
}



.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
      position: relative;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image {
  box-sizing: border-box;
}



.s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container {
      position: relative;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1d1fe4a-b9cb-4b2b-ae5b-334d9d71f8a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-9360c4d3-0a2d-4f1b-a86b-fa6dfe6d77f9 {
  margin-left: auto;
margin-right: auto;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  margin: 0 !important;
  overflow: visible;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add background color handling */
  
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
  box-sizing: border-box;
}



.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
      position: relative;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  margin: 0 !important;
  overflow: visible;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add background color handling */
  
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
  box-sizing: border-box;
}



.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
      position: relative;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 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-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  margin: 0 !important;
  overflow: visible;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add background color handling */
  
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
  box-sizing: border-box;
}



.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
      position: relative;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 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-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  margin: 0 !important;
  overflow: visible;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add background color handling */
  
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
  box-sizing: border-box;
}



.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
      position: relative;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  margin: 0 !important;
  overflow: visible;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add background color handling */
  
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image {
  box-sizing: border-box;
}



.s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container {
      position: relative;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34362ed0-85a6-4f0f-b0f2-08a0394aca59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-dd6a98db-651c-458f-8434-635f1e8d0eda {
  margin-left: auto;
margin-right: auto;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 75px;
aspect-ratio: 75/45;
text-align: center;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
  box-sizing: border-box;
}



.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
      position: relative;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
  box-sizing: border-box;
}



.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
      position: relative;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 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-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
  box-sizing: border-box;
}



.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
      position: relative;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 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-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
  box-sizing: border-box;
}



.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
      position: relative;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }

    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-link {
      aspect-ratio: 75/45;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 75px;
  }



  img.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
    
    
    min-height: 77px;
    max-height: 75px;
  }


.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image {
  box-sizing: border-box;
}



.s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 {
      --shg-aspect-ratio: calc(75/45); 
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container {
      position: relative;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ab9dcd1-2485-4036-847a-f7f89b63b0c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 75px;
    }
  }

}
#s-0a7f060e-baec-4027-87b8-c05a7a623132 {
  margin-left: auto;
margin-right: auto;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
  box-sizing: border-box;
}



.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
      position: relative;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
  box-sizing: border-box;
}



.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
      position: relative;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 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-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
  box-sizing: border-box;
}



.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
      position: relative;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 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-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
  box-sizing: border-box;
}



.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
      position: relative;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 60px;
  }



  img.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
    
    
    min-height: 77px;
    max-height: 60px;
  }


.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image {
  box-sizing: border-box;
}



.s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container {
      position: relative;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c7cf36-ae8b-4484-9c2d-a7ef069e5525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 60px;
    }
  }

}
#s-2b1d0f10-2c8d-470d-a854-c5846a0a1a5a {
  margin-left: auto;
margin-right: auto;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 54px;
aspect-ratio: 54/36;
text-align: center;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  margin: 0 !important;
  overflow: visible;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add background color handling */
  
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
  box-sizing: border-box;
}



.s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-181e7045-eed8-4785-8e02-491ba6d93af9 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
      position: relative;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

@media (min-width: 1200px){#s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  margin: 0 !important;
  overflow: visible;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add background color handling */
  
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
  box-sizing: border-box;
}



.s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-181e7045-eed8-4785-8e02-491ba6d93af9 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
      position: relative;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9 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-181e7045-eed8-4785-8e02-491ba6d93af9 {
  margin: 0 !important;
  overflow: visible;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add background color handling */
  
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
  box-sizing: border-box;
}



.s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-181e7045-eed8-4785-8e02-491ba6d93af9 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
      position: relative;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9 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-181e7045-eed8-4785-8e02-491ba6d93af9 {
  margin: 0 !important;
  overflow: visible;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add background color handling */
  
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
  box-sizing: border-box;
}



.s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-181e7045-eed8-4785-8e02-491ba6d93af9 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
      position: relative;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}@media (max-width: 767px){#s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  margin: 0 !important;
  overflow: visible;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-181e7045-eed8-4785-8e02-491ba6d93af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add background color handling */
  
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }

    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-link {
      aspect-ratio: 54/36;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-181e7045-eed8-4785-8e02-491ba6d93af9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 54px;
  }



  img.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
    
    
    min-height: 77px;
    max-height: 54px;
  }


.s-181e7045-eed8-4785-8e02-491ba6d93af9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image {
  box-sizing: border-box;
}



.s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-181e7045-eed8-4785-8e02-491ba6d93af9 {
      --shg-aspect-ratio: calc(54/36); 
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container {
      position: relative;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-181e7045-eed8-4785-8e02-491ba6d93af9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 54px;
    }
  }

}
#s-75b4395d-3756-45fe-8b92-6ad35859c65a {
  margin-left: auto;
margin-right: auto;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  margin-left: auto;
margin-right: auto;
min-height: 77px;
max-width: 53px;
aspect-ratio: 1/1;
text-align: center;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
  box-sizing: border-box;
}



.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
      position: relative;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

@media (min-width: 1200px){#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
  box-sizing: border-box;
}



.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
      position: relative;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 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-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
  box-sizing: border-box;
}



.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
      position: relative;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 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-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
  box-sizing: border-box;
}



.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
      position: relative;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}@media (max-width: 767px){#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 77px;
    max-height: 53px;
  }



  img.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
    
    
    min-height: 77px;
    max-height: 53px;
  }


.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image {
  box-sizing: border-box;
}



.s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image {
  min-height: 77px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container {
      position: relative;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fd557d-d712-40bf-b29d-de13ea70cdc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 77px;
      max-width: 53px;
    }
  }

}
#s-b9bae3db-48c8-41c0-b804-bd0d46742a4c {
  margin-left: auto;
margin-right: auto;
}

#s-034d9637-9568-4919-8a65-3b90c87fa032 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-034d9637-9568-4919-8a65-3b90c87fa032"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-034d9637-9568-4919-8a65-3b90c87fa032"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-034d9637-9568-4919-8a65-3b90c87fa032"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-034d9637-9568-4919-8a65-3b90c87fa032"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d4fee221-e918-462a-9382-115b7ca1f9e6 {
  min-height: 50px;
}








#s-d4fee221-e918-462a-9382-115b7ca1f9e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4fee221-e918-462a-9382-115b7ca1f9e6.shg-box.shg-c {
  justify-content: center;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  margin: 0 !important;
  overflow: visible;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
  box-sizing: border-box;
}



.s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
      position: relative;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  margin: 0 !important;
  overflow: visible;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add background color handling */
  
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
  box-sizing: border-box;
}



.s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
      position: relative;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 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-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  margin: 0 !important;
  overflow: visible;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add background color handling */
  
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
  box-sizing: border-box;
}



.s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
      position: relative;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 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-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  margin: 0 !important;
  overflow: visible;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add background color handling */
  
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
  box-sizing: border-box;
}



.s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
      position: relative;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  margin: 0 !important;
  overflow: visible;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add background color handling */
  
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-7abcd058-17a9-452a-b88c-aca05cb79f14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image {
  box-sizing: border-box;
}



.s-7abcd058-17a9-452a-b88c-aca05cb79f14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container {
      position: relative;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7abcd058-17a9-452a-b88c-aca05cb79f14 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-f7e85db9-02ea-4da9-b824-b43eaaaf8b07 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7e85db9-02ea-4da9-b824-b43eaaaf8b07 .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-7c66aca7-df3c-4ea1-8729-ed8377c46f8a {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4cba4394-6442-4660-a2a3-05394b6cf697 {
  min-height: 50px;
}








#s-4cba4394-6442-4660-a2a3-05394b6cf697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cba4394-6442-4660-a2a3-05394b6cf697.shg-box.shg-c {
  justify-content: center;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  margin: 0 !important;
  overflow: visible;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
  box-sizing: border-box;
}



.s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
      position: relative;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  margin: 0 !important;
  overflow: visible;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add background color handling */
  
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
  box-sizing: border-box;
}



.s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
      position: relative;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 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-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  margin: 0 !important;
  overflow: visible;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add background color handling */
  
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
  box-sizing: border-box;
}



.s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
      position: relative;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 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-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  margin: 0 !important;
  overflow: visible;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add background color handling */
  
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
  box-sizing: border-box;
}



.s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
      position: relative;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  margin: 0 !important;
  overflow: visible;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add background color handling */
  
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-86dfaaea-a73f-4c24-9012-23a5e4075240 .shogun-image-content {
  
    justify-content: center;
  
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image {
  box-sizing: border-box;
}



.s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container {
      position: relative;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86dfaaea-a73f-4c24-9012-23a5e4075240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-d43d3139-c0cd-4937-9557-4b405d7fbd38 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d43d3139-c0cd-4937-9557-4b405d7fbd38 .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-c4f10315-b527-4b61-813f-ec89f1cb11f7 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-9b1f421a-848e-4773-b855-366490f520ad {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-9b1f421a-848e-4773-b855-366490f520ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b1f421a-848e-4773-b855-366490f520ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b1f421a-848e-4773-b855-366490f520ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b1f421a-848e-4773-b855-366490f520ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b50faf1c-7d66-4162-89b5-e9a24e32aedd {
  min-height: 50px;
}








#s-b50faf1c-7d66-4162-89b5-e9a24e32aedd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b50faf1c-7d66-4162-89b5-e9a24e32aedd.shg-box.shg-c {
  justify-content: center;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
  box-sizing: border-box;
}



.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
      position: relative;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
  box-sizing: border-box;
}



.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
      position: relative;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 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-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
  box-sizing: border-box;
}



.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
      position: relative;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 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-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
  box-sizing: border-box;
}



.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
      position: relative;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image {
  box-sizing: border-box;
}



.s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container {
      position: relative;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf4b3f8b-6802-466c-9451-873ed836a8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-25d49aa2-b8e2-4da0-9a3a-250a770fe6ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25d49aa2-b8e2-4da0-9a3a-250a770fe6ce .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-ad308309-3e0d-4751-a541-fbccb30fc8ec {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-fd51aefb-0170-47d9-8a2f-062ef560288e {
  min-height: 50px;
}








#s-fd51aefb-0170-47d9-8a2f-062ef560288e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd51aefb-0170-47d9-8a2f-062ef560288e.shg-box.shg-c {
  justify-content: center;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  margin: 0 !important;
  overflow: visible;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-content {
  
    justify-content: center;
  
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
  box-sizing: border-box;
}



.s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a01e9053-ee9b-4539-b64e-9d158148c5db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
      position: relative;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  margin: 0 !important;
  overflow: visible;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add background color handling */
  
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-content {
  
    justify-content: center;
  
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
  box-sizing: border-box;
}



.s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a01e9053-ee9b-4539-b64e-9d158148c5db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
      position: relative;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db 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-a01e9053-ee9b-4539-b64e-9d158148c5db {
  margin: 0 !important;
  overflow: visible;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add background color handling */
  
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-content {
  
    justify-content: center;
  
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
  box-sizing: border-box;
}



.s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a01e9053-ee9b-4539-b64e-9d158148c5db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
      position: relative;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db 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-a01e9053-ee9b-4539-b64e-9d158148c5db {
  margin: 0 !important;
  overflow: visible;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add background color handling */
  
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-content {
  
    justify-content: center;
  
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
  box-sizing: border-box;
}



.s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a01e9053-ee9b-4539-b64e-9d158148c5db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
      position: relative;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  margin: 0 !important;
  overflow: visible;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a01e9053-ee9b-4539-b64e-9d158148c5db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add background color handling */
  
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a01e9053-ee9b-4539-b64e-9d158148c5db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a01e9053-ee9b-4539-b64e-9d158148c5db .shogun-image-content {
  
    justify-content: center;
  
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image {
  box-sizing: border-box;
}



.s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a01e9053-ee9b-4539-b64e-9d158148c5db {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container {
      position: relative;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a01e9053-ee9b-4539-b64e-9d158148c5db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-ee1bdb3c-4351-4b69-9a51-ec45de7a8af8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee1bdb3c-4351-4b69-9a51-ec45de7a8af8 .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-7850a26a-3b64-47f6-a17c-9517b095a47d {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5473aecc-9c3b-4e4c-9672-fb6f4a8777aa {
  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-5473aecc-9c3b-4e4c-9672-fb6f4a8777aa {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5473aecc-9c3b-4e4c-9672-fb6f4a8777aa {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5473aecc-9c3b-4e4c-9672-fb6f4a8777aa {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-5473aecc-9c3b-4e4c-9672-fb6f4a8777aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5473aecc-9c3b-4e4c-9672-fb6f4a8777aa.shg-box.shg-c {
  justify-content: center;
}

#s-ac637ec4-20f7-4206-9553-54d2b2712237 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-ac637ec4-20f7-4206-9553-54d2b2712237 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-d59378f4-23d2-49d9-a027-1c63ae1099d6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-e7561a99-512d-4350-8cda-58b0cb634ac3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e7561a99-512d-4350-8cda-58b0cb634ac3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7561a99-512d-4350-8cda-58b0cb634ac3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7561a99-512d-4350-8cda-58b0cb634ac3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7561a99-512d-4350-8cda-58b0cb634ac3"] > .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-6b28bcf9-3636-436b-aaff-b30eca71fefa {
  margin-left: auto;
margin-right: auto;
}

#s-cf43ad58-aefc-4f22-8bfb-ab4bb3357711 {
  margin-left: auto;
margin-right: auto;
}

#s-5ff2857d-7b39-48be-87a9-aaa26fbd3705 {
  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-5ff2857d-7b39-48be-87a9-aaa26fbd3705 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ff2857d-7b39-48be-87a9-aaa26fbd3705 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5ff2857d-7b39-48be-87a9-aaa26fbd3705 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-5ff2857d-7b39-48be-87a9-aaa26fbd3705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ff2857d-7b39-48be-87a9-aaa26fbd3705.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-5ff2857d-7b39-48be-87a9-aaa26fbd3705 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-5ff2857d-7b39-48be-87a9-aaa26fbd3705.shg-box.shg-c {
  justify-content: center;
}
}
#s-d9b1c4f3-cdd4-4dfd-8c9b-7438d9192d1c {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d9b1c4f3-cdd4-4dfd-8c9b-7438d9192d1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9b1c4f3-cdd4-4dfd-8c9b-7438d9192d1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9b1c4f3-cdd4-4dfd-8c9b-7438d9192d1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9b1c4f3-cdd4-4dfd-8c9b-7438d9192d1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9b1c4f3-cdd4-4dfd-8c9b-7438d9192d1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9b1c4f3-cdd4-4dfd-8c9b-7438d9192d1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9b1c4f3-cdd4-4dfd-8c9b-7438d9192d1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-e8f55a38-2ae5-4977-8b51-950a37794fd4 {
  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-e8f55a38-2ae5-4977-8b51-950a37794fd4 .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-9d003013-7224-4a10-9ae8-4fdd2bcaf488 {
  margin-left: 0px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0.55);
}

#s-7fa0e369-4f7c-40a1-9b6d-1bebd689fa12 {
  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-7fa0e369-4f7c-40a1-9b6d-1bebd689fa12 {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fa0e369-4f7c-40a1-9b6d-1bebd689fa12 {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fa0e369-4f7c-40a1-9b6d-1bebd689fa12 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-7fa0e369-4f7c-40a1-9b6d-1bebd689fa12 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-7fa0e369-4f7c-40a1-9b6d-1bebd689fa12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fa0e369-4f7c-40a1-9b6d-1bebd689fa12.shg-box.shg-c {
  justify-content: center;
}

#s-6e4935b2-a456-4f59-a0bb-12dd71c9d299 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-6e4935b2-a456-4f59-a0bb-12dd71c9d299"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e4935b2-a456-4f59-a0bb-12dd71c9d299"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e4935b2-a456-4f59-a0bb-12dd71c9d299"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e4935b2-a456-4f59-a0bb-12dd71c9d299"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  margin: 0 !important;
  overflow: visible;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
  box-sizing: border-box;
}



.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
      position: relative;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  margin: 0 !important;
  overflow: visible;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add background color handling */
  
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
  box-sizing: border-box;
}



.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
      position: relative;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b 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-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  margin: 0 !important;
  overflow: visible;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add background color handling */
  
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
  box-sizing: border-box;
}



.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
      position: relative;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b 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-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  margin: 0 !important;
  overflow: visible;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add background color handling */
  
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
  box-sizing: border-box;
}



.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
      position: relative;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  margin: 0 !important;
  overflow: visible;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add background color handling */
  
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image {
  box-sizing: border-box;
}



.s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container {
      position: relative;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d9b0bf7-5bf3-4da1-97f0-457454a6357b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-2b7ad633-9328-4237-85a4-32937e298119 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b7ad633-9328-4237-85a4-32937e298119 .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-132288a6-eb8e-4b81-83f9-c8df9d2d48d4 {
  margin-left: auto;
margin-right: auto;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f {
  margin: 0 !important;
  overflow: visible;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
  box-sizing: border-box;
}



.s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2395e849-6e7b-4a01-945b-85320c67b84f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
      position: relative;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-2395e849-6e7b-4a01-945b-85320c67b84f {
  margin: 0 !important;
  overflow: visible;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add background color handling */
  
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
  box-sizing: border-box;
}



.s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2395e849-6e7b-4a01-945b-85320c67b84f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
      position: relative;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f 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-2395e849-6e7b-4a01-945b-85320c67b84f {
  margin: 0 !important;
  overflow: visible;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add background color handling */
  
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
  box-sizing: border-box;
}



.s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2395e849-6e7b-4a01-945b-85320c67b84f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
      position: relative;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f 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-2395e849-6e7b-4a01-945b-85320c67b84f {
  margin: 0 !important;
  overflow: visible;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add background color handling */
  
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
  box-sizing: border-box;
}



.s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2395e849-6e7b-4a01-945b-85320c67b84f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
      position: relative;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-2395e849-6e7b-4a01-945b-85320c67b84f {
  margin: 0 !important;
  overflow: visible;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2395e849-6e7b-4a01-945b-85320c67b84f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add background color handling */
  
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2395e849-6e7b-4a01-945b-85320c67b84f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-2395e849-6e7b-4a01-945b-85320c67b84f .shogun-image-content {
  
    justify-content: center;
  
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image {
  box-sizing: border-box;
}



.s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2395e849-6e7b-4a01-945b-85320c67b84f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container {
      position: relative;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2395e849-6e7b-4a01-945b-85320c67b84f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-69ebd339-7ac4-4838-b777-9fedbfa4bdf0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69ebd339-7ac4-4838-b777-9fedbfa4bdf0 .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-acc16f3c-4022-408b-bd73-a17d57cba5d3 {
  margin-left: auto;
margin-right: auto;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  margin: 0 !important;
  overflow: visible;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
  box-sizing: border-box;
}



.s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
      position: relative;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  margin: 0 !important;
  overflow: visible;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add background color handling */
  
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
  box-sizing: border-box;
}



.s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
      position: relative;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef 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-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  margin: 0 !important;
  overflow: visible;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add background color handling */
  
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
  box-sizing: border-box;
}



.s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
      position: relative;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef 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-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  margin: 0 !important;
  overflow: visible;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add background color handling */
  
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
  box-sizing: border-box;
}



.s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
      position: relative;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  margin: 0 !important;
  overflow: visible;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add background color handling */
  
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-d6586d5e-26fe-42a8-aad6-a0719c660cef .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image {
  box-sizing: border-box;
}



.s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container {
      position: relative;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6586d5e-26fe-42a8-aad6-a0719c660cef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-78b98ce7-54af-45a9-ac10-3748dc638079 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78b98ce7-54af-45a9-ac10-3748dc638079 .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-d9d5ab93-f6c5-4adb-b8c7-4e662bd4744f {
  margin-left: auto;
margin-right: auto;
}

#s-9a3c1bf5-dd7e-4cab-9dae-ce4c4cc7a79b {
  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-9a3c1bf5-dd7e-4cab-9dae-ce4c4cc7a79b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a3c1bf5-dd7e-4cab-9dae-ce4c4cc7a79b.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-9a3c1bf5-dd7e-4cab-9dae-ce4c4cc7a79b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-9a3c1bf5-dd7e-4cab-9dae-ce4c4cc7a79b.shg-box.shg-c {
  justify-content: center;
}
}
#s-eb847862-48a3-4076-b06d-597b77a79464 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-eb847862-48a3-4076-b06d-597b77a79464"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb847862-48a3-4076-b06d-597b77a79464"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb847862-48a3-4076-b06d-597b77a79464"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb847862-48a3-4076-b06d-597b77a79464"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-644f62de-cfe6-4c9e-ab4e-8066ad76829e {
  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-644f62de-cfe6-4c9e-ab4e-8066ad76829e .shogun-heading-component h3 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-1175e2eb-2676-4ba2-a93a-d7e379127660 {
  margin-left: 0px;
margin-bottom: 20px;
padding-left: 20%;
padding-right: 20%;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
  box-sizing: border-box;
}



.s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae51206c-4ace-4854-83ec-54d881675c75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
      position: relative;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

@media (min-width: 1200px){#s-ae51206c-4ace-4854-83ec-54d881675c75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
  box-sizing: border-box;
}



.s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae51206c-4ace-4854-83ec-54d881675c75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
      position: relative;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75 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-ae51206c-4ace-4854-83ec-54d881675c75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
  box-sizing: border-box;
}



.s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae51206c-4ace-4854-83ec-54d881675c75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
      position: relative;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75 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-ae51206c-4ace-4854-83ec-54d881675c75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
  box-sizing: border-box;
}



.s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae51206c-4ace-4854-83ec-54d881675c75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
      position: relative;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (max-width: 767px){#s-ae51206c-4ace-4854-83ec-54d881675c75 {
  margin: 0 !important;
  overflow: visible;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ae51206c-4ace-4854-83ec-54d881675c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add background color handling */
  
}

#s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ae51206c-4ace-4854-83ec-54d881675c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-ae51206c-4ace-4854-83ec-54d881675c75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image {
  box-sizing: border-box;
}



.s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ae51206c-4ace-4854-83ec-54d881675c75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container {
      position: relative;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae51206c-4ace-4854-83ec-54d881675c75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}
#s-4949f8d2-51de-468a-8440-df88ef13f6d1 {
  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-4949f8d2-51de-468a-8440-df88ef13f6d1 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4949f8d2-51de-468a-8440-df88ef13f6d1 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4949f8d2-51de-468a-8440-df88ef13f6d1 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-4949f8d2-51de-468a-8440-df88ef13f6d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4949f8d2-51de-468a-8440-df88ef13f6d1.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-4949f8d2-51de-468a-8440-df88ef13f6d1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-4949f8d2-51de-468a-8440-df88ef13f6d1.shg-box.shg-c {
  justify-content: center;
}
}
#s-02122652-0f69-4a16-868a-de2e92640669 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-02122652-0f69-4a16-868a-de2e92640669"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02122652-0f69-4a16-868a-de2e92640669"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02122652-0f69-4a16-868a-de2e92640669"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02122652-0f69-4a16-868a-de2e92640669"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02122652-0f69-4a16-868a-de2e92640669"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02122652-0f69-4a16-868a-de2e92640669"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02122652-0f69-4a16-868a-de2e92640669"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-588c44ac-9ba2-45b4-80c1-5315e3c5f2b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-588c44ac-9ba2-45b4-80c1-5315e3c5f2b9 .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-9563cf23-ca40-4d5b-b76f-bfe3a008c746 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-f7cf0278-60fc-417d-a40f-b90e60a9cdde {
  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-f7cf0278-60fc-417d-a40f-b90e60a9cdde {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7cf0278-60fc-417d-a40f-b90e60a9cdde {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7cf0278-60fc-417d-a40f-b90e60a9cdde {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f7cf0278-60fc-417d-a40f-b90e60a9cdde {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-f7cf0278-60fc-417d-a40f-b90e60a9cdde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7cf0278-60fc-417d-a40f-b90e60a9cdde.shg-box.shg-c {
  justify-content: center;
}

#s-0f737ef0-ebde-423b-9899-a40242bf5858 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-0f737ef0-ebde-423b-9899-a40242bf5858"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f737ef0-ebde-423b-9899-a40242bf5858"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0f737ef0-ebde-423b-9899-a40242bf5858"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f737ef0-ebde-423b-9899-a40242bf5858"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  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-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  margin: 0 !important;
  overflow: visible;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
  box-sizing: border-box;
}



.s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
      position: relative;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  margin: 0 !important;
  overflow: visible;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add background color handling */
  
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
  box-sizing: border-box;
}



.s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
      position: relative;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 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-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  margin: 0 !important;
  overflow: visible;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add background color handling */
  
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
  box-sizing: border-box;
}



.s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
      position: relative;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 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-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  margin: 0 !important;
  overflow: visible;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add background color handling */
  
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
  box-sizing: border-box;
}



.s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
      position: relative;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  margin: 0 !important;
  overflow: visible;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add background color handling */
  
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-072c8620-62a5-451c-8b6f-bf4577ecb473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image {
  box-sizing: border-box;
}



.s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container {
      position: relative;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-072c8620-62a5-451c-8b6f-bf4577ecb473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-9f60587c-c6a8-4dcd-921a-b3f906bdd716 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f60587c-c6a8-4dcd-921a-b3f906bdd716 .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-fb881aaf-b8df-42b1-b52d-3e33c533171d {
  margin-left: auto;
margin-right: auto;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  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-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  margin: 0 !important;
  overflow: visible;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
    
    
    
    
  }


.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
  box-sizing: border-box;
}



.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
      position: relative;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  margin: 0 !important;
  overflow: visible;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add background color handling */
  
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
    
    
    
    
  }


.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
  box-sizing: border-box;
}



.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
      position: relative;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  margin: 0 !important;
  overflow: visible;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add background color handling */
  
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
    
    
    
    
  }


.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
  box-sizing: border-box;
}



.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
      position: relative;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  margin: 0 !important;
  overflow: visible;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add background color handling */
  
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
    
    
    
    
  }


.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
  box-sizing: border-box;
}



.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
      position: relative;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  margin: 0 !important;
  overflow: visible;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add background color handling */
  
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
    
    
    
    
  }


.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image {
  box-sizing: border-box;
}



.s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container {
      position: relative;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e25e446-1f0b-4370-b0ca-f6cc803b028f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-b64a9471-95fe-4125-ad93-eb0156d0a8a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b64a9471-95fe-4125-ad93-eb0156d0a8a2 .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-1b9f4929-4352-4aad-9736-ecb16eebed84 {
  margin-left: auto;
margin-right: auto;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  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-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  margin: 0 !important;
  overflow: visible;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
    
    
    
    
  }


.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
  box-sizing: border-box;
}



.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
      position: relative;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  margin: 0 !important;
  overflow: visible;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add background color handling */
  
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
    
    
    
    
  }


.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
  box-sizing: border-box;
}



.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
      position: relative;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  margin: 0 !important;
  overflow: visible;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add background color handling */
  
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
    
    
    
    
  }


.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
  box-sizing: border-box;
}



.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
      position: relative;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  margin: 0 !important;
  overflow: visible;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add background color handling */
  
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
    
    
    
    
  }


.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
  box-sizing: border-box;
}



.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
      position: relative;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  margin: 0 !important;
  overflow: visible;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add background color handling */
  
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
    
    
    
    
  }


.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image {
  box-sizing: border-box;
}



.s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container {
      position: relative;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20e0a5c9-36d7-44c9-a199-d88bff658e9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-b813fd36-50c2-4e2a-9c08-cc239d419e27 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b813fd36-50c2-4e2a-9c08-cc239d419e27 .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-da8f0d31-eeca-485b-b497-9fa1fd4bbc7e {
  margin-left: auto;
margin-right: auto;
}

#s-a033cd23-bd2b-423e-9e88-9f361a92ee3e {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-a033cd23-bd2b-423e-9e88-9f361a92ee3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a033cd23-bd2b-423e-9e88-9f361a92ee3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a033cd23-bd2b-423e-9e88-9f361a92ee3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a033cd23-bd2b-423e-9e88-9f361a92ee3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  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-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
    
    
    
    
  }


.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
  box-sizing: border-box;
}



.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
      position: relative;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
    
    
    
    
  }


.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
  box-sizing: border-box;
}



.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
      position: relative;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
    
    
    
    
  }


.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
  box-sizing: border-box;
}



.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
      position: relative;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
    
    
    
    
  }


.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
  box-sizing: border-box;
}



.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
      position: relative;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  margin: 0 !important;
  overflow: visible;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add background color handling */
  
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
    
    
    
    
  }


.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image {
  box-sizing: border-box;
}



.s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container {
      position: relative;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f06957b-3650-4f1a-b522-f8eb02ab6d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-7ad9cd70-ec43-491f-88b5-3f1fc88bc027 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ad9cd70-ec43-491f-88b5-3f1fc88bc027 .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-3ef79ae7-62cf-45e6-9cd6-9e7f4831dcc6 {
  margin-left: auto;
margin-right: auto;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  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-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
    
    
    
    
  }


.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
  box-sizing: border-box;
}



.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
      position: relative;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
    
    
    
    
  }


.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
  box-sizing: border-box;
}



.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
      position: relative;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
    
    
    
    
  }


.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
  box-sizing: border-box;
}



.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
      position: relative;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
    
    
    
    
  }


.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
  box-sizing: border-box;
}



.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
      position: relative;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
    
    
    
    
  }


.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image {
  box-sizing: border-box;
}



.s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container {
      position: relative;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f00ff12d-206a-4a10-a6ce-430cbd88dca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-914620c6-fa1a-4c43-b533-ea4bdaaf4267 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-914620c6-fa1a-4c43-b533-ea4bdaaf4267 .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-8ddd5621-09ff-433c-86b4-49ed1e21af35 {
  margin-left: auto;
margin-right: auto;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add background color handling */
  background: rgba(24, 35, 55, 1);
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
  box-sizing: border-box;
}



.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
      position: relative;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
  box-sizing: border-box;
}



.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
      position: relative;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 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-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
  box-sizing: border-box;
}



.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
      position: relative;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 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-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
  box-sizing: border-box;
}



.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
      position: relative;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image {
  box-sizing: border-box;
}



.s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container {
      position: relative;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba33a151-ac6d-4a08-b64a-e69a077334a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-925457fd-c258-48c0-af1a-06c8fb0601f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-925457fd-c258-48c0-af1a-06c8fb0601f6 .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-a87c1b36-19f4-4857-ad38-8aa1a0e9c7ca {
  margin-left: auto;
margin-right: auto;
}

#s-70be5e89-e9ae-4287-8564-6545a5c42bcc {
  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-70be5e89-e9ae-4287-8564-6545a5c42bcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 2.775557561562891e-17;
  display: block;
}#s-70be5e89-e9ae-4287-8564-6545a5c42bcc.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-70be5e89-e9ae-4287-8564-6545a5c42bcc > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 2.775557561562891e-17;
  display: block;
}#s-70be5e89-e9ae-4287-8564-6545a5c42bcc.shg-box.shg-c {
  justify-content: center;
}
}
#s-76cccc50-aa40-4bc1-ae0c-2a1c841e81e2 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-76cccc50-aa40-4bc1-ae0c-2a1c841e81e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76cccc50-aa40-4bc1-ae0c-2a1c841e81e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76cccc50-aa40-4bc1-ae0c-2a1c841e81e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76cccc50-aa40-4bc1-ae0c-2a1c841e81e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-82194126-4f9b-48b6-8447-dce0bc3881e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82194126-4f9b-48b6-8447-dce0bc3881e7 .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-ccc1a98e-26da-43ee-9229-fec4217492ea {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-6da6ea63-2ef9-4393-ba2c-2fc0f757e822 {
  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-6da6ea63-2ef9-4393-ba2c-2fc0f757e822 {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6da6ea63-2ef9-4393-ba2c-2fc0f757e822 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6da6ea63-2ef9-4393-ba2c-2fc0f757e822 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-6da6ea63-2ef9-4393-ba2c-2fc0f757e822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6da6ea63-2ef9-4393-ba2c-2fc0f757e822.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-6da6ea63-2ef9-4393-ba2c-2fc0f757e822 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-6da6ea63-2ef9-4393-ba2c-2fc0f757e822.shg-box.shg-c {
  justify-content: center;
}
}
#s-2d17cb19-d608-482a-9308-bb252466995c {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2d17cb19-d608-482a-9308-bb252466995c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d17cb19-d608-482a-9308-bb252466995c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d17cb19-d608-482a-9308-bb252466995c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d17cb19-d608-482a-9308-bb252466995c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-558bdc04-ac48-4c58-a6e2-66aedbe1f098 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-558bdc04-ac48-4c58-a6e2-66aedbe1f098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-558bdc04-ac48-4c58-a6e2-66aedbe1f098.shg-box.shg-c {
  justify-content: center;
}

#s-f68d791e-aba6-4f48-8b1c-30503a6ec0b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f68d791e-aba6-4f48-8b1c-30503a6ec0b1 .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-2c8fe1ca-28cb-43a1-8767-b930d4e9e258 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-69d77703-ad29-466a-8fd2-e7911048533f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-69d77703-ad29-466a-8fd2-e7911048533f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69d77703-ad29-466a-8fd2-e7911048533f.shg-box.shg-c {
  justify-content: center;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  margin-left: auto;
margin-right: auto;
max-width: 731px;
aspect-ratio: 731/441;
text-align: center;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
  box-sizing: border-box;
}



.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
      position: relative;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

@media (min-width: 1200px){#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
  box-sizing: border-box;
}



.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
      position: relative;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a 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-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
  box-sizing: border-box;
}



.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
      position: relative;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a 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-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
  box-sizing: border-box;
}



.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
      position: relative;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}@media (max-width: 767px){#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  margin: 0 !important;
  overflow: visible;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add background color handling */
  
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }

    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-link {
      aspect-ratio: 731/441;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 731px;
  }



  img.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
    
    
    
    max-height: 731px;
  }


.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image {
  box-sizing: border-box;
}



.s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a {
      --shg-aspect-ratio: calc(731/441); 
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container {
      position: relative;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9a38d0c-d585-4438-b32c-6a7e1d36fe2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 731px;
    }
  }

}
#s-7d379ac6-2d40-47b2-bf9d-fc53633df531 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7d379ac6-2d40-47b2-bf9d-fc53633df531 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d379ac6-2d40-47b2-bf9d-fc53633df531.shg-box.shg-c {
  justify-content: center;
}

#s-68ea0372-af5f-406f-aa75-12998ed03709 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-68ea0372-af5f-406f-aa75-12998ed03709"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68ea0372-af5f-406f-aa75-12998ed03709"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-68ea0372-af5f-406f-aa75-12998ed03709"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68ea0372-af5f-406f-aa75-12998ed03709"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-68ea0372-af5f-406f-aa75-12998ed03709"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ea0372-af5f-406f-aa75-12998ed03709"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-68ea0372-af5f-406f-aa75-12998ed03709"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  margin-left: auto;
margin-right: auto;
max-width: 2008px;
aspect-ratio: 2008/737;
text-align: center;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image {
  box-sizing: border-box;
}



.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
      position: relative;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

@media (min-width: 1200px){#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image {
  box-sizing: border-box;
}



.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
      position: relative;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 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-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image {
  box-sizing: border-box;
}



.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
      position: relative;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 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-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image {
  box-sizing: border-box;
}



.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
      position: relative;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}@media (max-width: 767px){#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }

    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-link {
      aspect-ratio: 2008/737;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2008px;
  }




.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image {
  box-sizing: border-box;
}



.s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 {
      --shg-aspect-ratio: calc(2008/737); 
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container {
      position: relative;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7df4b4c-26a1-4aea-960c-7e3c4b6f9075 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2008px;
    }
  }

}
#s-da8e801a-9486-41f8-9750-8f1a7f26facc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-da8e801a-9486-41f8-9750-8f1a7f26facc .shogun-heading-component h2 {
  color: rgba(37, 45, 64, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d7f59377-644c-460b-9bc4-1e1633c2c41d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d7f59377-644c-460b-9bc4-1e1633c2c41d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7f59377-644c-460b-9bc4-1e1633c2c41d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d7f59377-644c-460b-9bc4-1e1633c2c41d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d7f59377-644c-460b-9bc4-1e1633c2c41d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-b79e72d4-7a08-403b-8dc3-05ee9cd800f5 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-fffd11df-f7f7-4b0e-b8b3-6103b0c4bc9c {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3a0166a4-c1e8-48c3-b330-0049988e2820 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0ff3aac6-de1b-4374-80f2-59ed58343d36 {
  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-0ff3aac6-de1b-4374-80f2-59ed58343d36 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ff3aac6-de1b-4374-80f2-59ed58343d36 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0ff3aac6-de1b-4374-80f2-59ed58343d36 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-0ff3aac6-de1b-4374-80f2-59ed58343d36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ff3aac6-de1b-4374-80f2-59ed58343d36.shg-box.shg-c {
  justify-content: center;
}

#s-de6c9d3c-787d-4049-a27f-7b299a5a6469 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-de6c9d3c-787d-4049-a27f-7b299a5a6469"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de6c9d3c-787d-4049-a27f-7b299a5a6469"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de6c9d3c-787d-4049-a27f-7b299a5a6469"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de6c9d3c-787d-4049-a27f-7b299a5a6469"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-97e15860-42da-4dd4-8b41-8d701605064b {
  min-height: 50px;
}








#s-97e15860-42da-4dd4-8b41-8d701605064b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97e15860-42da-4dd4-8b41-8d701605064b.shg-box.shg-c {
  justify-content: center;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
  box-sizing: border-box;
}



.s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba065b69-37c9-4c96-b127-db24feb19b45 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
      position: relative;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
  box-sizing: border-box;
}



.s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba065b69-37c9-4c96-b127-db24feb19b45 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
      position: relative;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45 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-ba065b69-37c9-4c96-b127-db24feb19b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
  box-sizing: border-box;
}



.s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba065b69-37c9-4c96-b127-db24feb19b45 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
      position: relative;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45 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-ba065b69-37c9-4c96-b127-db24feb19b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
  box-sizing: border-box;
}



.s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba065b69-37c9-4c96-b127-db24feb19b45 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
      position: relative;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba065b69-37c9-4c96-b127-db24feb19b45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba065b69-37c9-4c96-b127-db24feb19b45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-ba065b69-37c9-4c96-b127-db24feb19b45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image {
  box-sizing: border-box;
}



.s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba065b69-37c9-4c96-b127-db24feb19b45 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container {
      position: relative;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba065b69-37c9-4c96-b127-db24feb19b45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-47c9064e-8f3c-4681-981f-79dc8a3eca0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47c9064e-8f3c-4681-981f-79dc8a3eca0c .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-3f58de46-cc49-41a3-9442-ea71494c9fff {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  margin: 0 !important;
  overflow: visible;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
  box-sizing: border-box;
}



.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
      position: relative;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  margin: 0 !important;
  overflow: visible;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add background color handling */
  
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
  box-sizing: border-box;
}



.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
      position: relative;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 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-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  margin: 0 !important;
  overflow: visible;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add background color handling */
  
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
  box-sizing: border-box;
}



.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
      position: relative;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 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-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  margin: 0 !important;
  overflow: visible;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add background color handling */
  
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
  box-sizing: border-box;
}



.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
      position: relative;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  margin: 0 !important;
  overflow: visible;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add background color handling */
  
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image {
  box-sizing: border-box;
}



.s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container {
      position: relative;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ac02a3-1811-49a4-83ff-afbadfeb6291 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-ea3795e8-4112-4aba-b73f-e59178046719 {
  min-height: 50px;
}








#s-ea3795e8-4112-4aba-b73f-e59178046719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea3795e8-4112-4aba-b73f-e59178046719.shg-box.shg-c {
  justify-content: center;
}

#s-75f90761-4912-4c2d-9a86-13111b47f0ba {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75f90761-4912-4c2d-9a86-13111b47f0ba .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-062d76d5-ecef-4d06-acd2-808cc595c432 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
  box-sizing: border-box;
}



.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
      position: relative;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
  box-sizing: border-box;
}



.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
      position: relative;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 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-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
  box-sizing: border-box;
}



.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
      position: relative;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 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-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
  box-sizing: border-box;
}



.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
      position: relative;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image {
  box-sizing: border-box;
}



.s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container {
      position: relative;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc9ca2b-d3ad-4371-ab4c-744ca677cea7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-f5577e58-9f7c-42f0-b117-629b09e7a693 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5577e58-9f7c-42f0-b117-629b09e7a693 .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-8af51224-2d90-4c73-bcfc-8963dbe9fa43 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f42f4bc6-a814-4ccb-b51e-a1f23bac96e0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-f42f4bc6-a814-4ccb-b51e-a1f23bac96e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f42f4bc6-a814-4ccb-b51e-a1f23bac96e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f42f4bc6-a814-4ccb-b51e-a1f23bac96e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f42f4bc6-a814-4ccb-b51e-a1f23bac96e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cc6f3c5d-0282-483c-b83f-03cb2331ca8a {
  min-height: 50px;
}








#s-cc6f3c5d-0282-483c-b83f-03cb2331ca8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc6f3c5d-0282-483c-b83f-03cb2331ca8a.shg-box.shg-c {
  justify-content: center;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
  box-sizing: border-box;
}



.s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22bc7e69-c290-4c87-818b-af598f498bb7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
      position: relative;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
  box-sizing: border-box;
}



.s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22bc7e69-c290-4c87-818b-af598f498bb7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
      position: relative;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7 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-22bc7e69-c290-4c87-818b-af598f498bb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
  box-sizing: border-box;
}



.s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22bc7e69-c290-4c87-818b-af598f498bb7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
      position: relative;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7 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-22bc7e69-c290-4c87-818b-af598f498bb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
  box-sizing: border-box;
}



.s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22bc7e69-c290-4c87-818b-af598f498bb7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
      position: relative;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22bc7e69-c290-4c87-818b-af598f498bb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22bc7e69-c290-4c87-818b-af598f498bb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-22bc7e69-c290-4c87-818b-af598f498bb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image {
  box-sizing: border-box;
}



.s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22bc7e69-c290-4c87-818b-af598f498bb7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container {
      position: relative;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22bc7e69-c290-4c87-818b-af598f498bb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-712b5e2e-9e4c-419c-8bdf-f00e2d1fc298 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-712b5e2e-9e4c-419c-8bdf-f00e2d1fc298 .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-40c4d077-0d5f-4ba1-b6f0-49fcf9c95f1b {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ae82e291-bb3b-4ef6-a83a-a5187d9a01d4 {
  min-height: 50px;
}








#s-ae82e291-bb3b-4ef6-a83a-a5187d9a01d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae82e291-bb3b-4ef6-a83a-a5187d9a01d4.shg-box.shg-c {
  justify-content: center;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  margin: 0 !important;
  overflow: visible;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
  box-sizing: border-box;
}



.s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bffca7bf-4219-44b2-8601-899ac9f5056a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
      position: relative;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  margin: 0 !important;
  overflow: visible;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add background color handling */
  
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
  box-sizing: border-box;
}



.s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bffca7bf-4219-44b2-8601-899ac9f5056a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
      position: relative;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a 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-bffca7bf-4219-44b2-8601-899ac9f5056a {
  margin: 0 !important;
  overflow: visible;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add background color handling */
  
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
  box-sizing: border-box;
}



.s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bffca7bf-4219-44b2-8601-899ac9f5056a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
      position: relative;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a 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-bffca7bf-4219-44b2-8601-899ac9f5056a {
  margin: 0 !important;
  overflow: visible;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add background color handling */
  
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
  box-sizing: border-box;
}



.s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bffca7bf-4219-44b2-8601-899ac9f5056a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
      position: relative;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  margin: 0 !important;
  overflow: visible;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bffca7bf-4219-44b2-8601-899ac9f5056a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add background color handling */
  
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bffca7bf-4219-44b2-8601-899ac9f5056a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-bffca7bf-4219-44b2-8601-899ac9f5056a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image {
  box-sizing: border-box;
}



.s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bffca7bf-4219-44b2-8601-899ac9f5056a {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container {
      position: relative;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bffca7bf-4219-44b2-8601-899ac9f5056a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-a931cf1a-544f-41b7-8320-8dc1aea3d905 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a931cf1a-544f-41b7-8320-8dc1aea3d905 .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-213b7f4b-6899-4dd9-b01c-18047aa1ee66 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 4/3;
text-align: center;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
  box-sizing: border-box;
}



.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
      position: relative;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add background color handling */
  
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
  box-sizing: border-box;
}



.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
      position: relative;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 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-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add background color handling */
  
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
  box-sizing: border-box;
}



.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
      position: relative;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 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-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add background color handling */
  
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
  box-sizing: border-box;
}



.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
      position: relative;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  margin: 0 !important;
  overflow: visible;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add background color handling */
  
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image {
  box-sizing: border-box;
}



.s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container {
      position: relative;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64a97b4a-73c4-40a0-8fc5-55d447f4e967 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-9d28c0b1-fbc3-4fc9-86d3-ebc08f4f2be0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d28c0b1-fbc3-4fc9-86d3-ebc08f4f2be0 .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-35b9c7e8-7ebf-400f-bb06-dc568de325eb {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1a78158a-bbf3-45be-a2a9-102aebbe73da {
  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-1a78158a-bbf3-45be-a2a9-102aebbe73da {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a78158a-bbf3-45be-a2a9-102aebbe73da {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1a78158a-bbf3-45be-a2a9-102aebbe73da {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-1a78158a-bbf3-45be-a2a9-102aebbe73da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a78158a-bbf3-45be-a2a9-102aebbe73da.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-1a78158a-bbf3-45be-a2a9-102aebbe73da > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-1a78158a-bbf3-45be-a2a9-102aebbe73da.shg-box.shg-c {
  justify-content: center;
}
}
#s-65ebad02-66ba-485b-a480-2cb62f60d5ff {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-65ebad02-66ba-485b-a480-2cb62f60d5ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65ebad02-66ba-485b-a480-2cb62f60d5ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65ebad02-66ba-485b-a480-2cb62f60d5ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65ebad02-66ba-485b-a480-2cb62f60d5ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  margin-left: auto;
margin-right: auto;
max-width: 1794px;
aspect-ratio: 1794/1512;
text-align: center;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  margin: 0 !important;
  overflow: visible;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add background color handling */
  
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
  box-sizing: border-box;
}



.s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
      position: relative;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

@media (min-width: 1200px){#s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  margin: 0 !important;
  overflow: visible;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add background color handling */
  
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
  box-sizing: border-box;
}



.s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
      position: relative;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 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-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  margin: 0 !important;
  overflow: visible;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add background color handling */
  
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
  box-sizing: border-box;
}



.s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
      position: relative;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 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-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  margin: 0 !important;
  overflow: visible;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add background color handling */
  
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
  box-sizing: border-box;
}



.s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
      position: relative;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}@media (max-width: 767px){#s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  margin: 0 !important;
  overflow: visible;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add background color handling */
  
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }

    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-link {
      aspect-ratio: 1794/1512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1794px;
  }



  img.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
    
    
    
    max-height: 1794px;
  }


.s-d89a22a1-ef9e-44ce-9294-ef0859811835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image {
  box-sizing: border-box;
}



.s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 {
      --shg-aspect-ratio: calc(1794/1512); 
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container {
      position: relative;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89a22a1-ef9e-44ce-9294-ef0859811835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1794px;
    }
  }

}
#s-0ab714fe-a3c4-4df6-ad43-8c6e1fb68325 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ab714fe-a3c4-4df6-ad43-8c6e1fb68325 .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-4929dab9-c58b-4dd6-8c00-88acc92a545b {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-becc8286-9cbf-4cce-b850-0529bd6173b4 {
  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-becc8286-9cbf-4cce-b850-0529bd6173b4 {
  padding-left: 18%;
padding-right: 18%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-becc8286-9cbf-4cce-b850-0529bd6173b4 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-becc8286-9cbf-4cce-b850-0529bd6173b4 {
  padding-top: 5%;
padding-bottom: 5%;
}
}







#s-becc8286-9cbf-4cce-b850-0529bd6173b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-becc8286-9cbf-4cce-b850-0529bd6173b4.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-becc8286-9cbf-4cce-b850-0529bd6173b4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-becc8286-9cbf-4cce-b850-0529bd6173b4.shg-box.shg-c {
  justify-content: center;
}
}
#s-593d492c-0d0d-4592-883d-a1bd0a73dbe5 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-593d492c-0d0d-4592-883d-a1bd0a73dbe5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-593d492c-0d0d-4592-883d-a1bd0a73dbe5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-593d492c-0d0d-4592-883d-a1bd0a73dbe5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-593d492c-0d0d-4592-883d-a1bd0a73dbe5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8a8829b-7a8b-4c1d-9cbe-1fbe06184b0d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a8a8829b-7a8b-4c1d-9cbe-1fbe06184b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8a8829b-7a8b-4c1d-9cbe-1fbe06184b0d.shg-box.shg-c {
  justify-content: center;
}

#s-db872adf-3b7a-44da-a0ef-c22198017bfc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db872adf-3b7a-44da-a0ef-c22198017bfc .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-e85e88bb-2a81-4b3d-8e77-7cbbb09ab862 {
  margin-left: 0px;
margin-bottom: 20px;
}

#s-61fe0aad-a69b-44b5-ab29-6b3144e7bed1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-61fe0aad-a69b-44b5-ab29-6b3144e7bed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61fe0aad-a69b-44b5-ab29-6b3144e7bed1.shg-box.shg-c {
  justify-content: center;
}

#s-552ff7d2-ecc4-4d2b-bb35-e3b8f9affb39 {
  margin-left: auto;
margin-right: auto;
}

#s-6e80d0e1-03d2-4386-91b9-28dae3dbff81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6e80d0e1-03d2-4386-91b9-28dae3dbff81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e80d0e1-03d2-4386-91b9-28dae3dbff81.shg-box.shg-c {
  justify-content: center;
}

#s-88f61ab9-a02d-416e-8edd-0019c13a41d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-88f61ab9-a02d-416e-8edd-0019c13a41d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88f61ab9-a02d-416e-8edd-0019c13a41d2.shg-box.shg-c {
  justify-content: center;
}

#s-68c2dc00-e109-4b63-a99c-8b1983e0af60 {
  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-68c2dc00-e109-4b63-a99c-8b1983e0af60 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-68c2dc00-e109-4b63-a99c-8b1983e0af60 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-68c2dc00-e109-4b63-a99c-8b1983e0af60 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-68c2dc00-e109-4b63-a99c-8b1983e0af60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68c2dc00-e109-4b63-a99c-8b1983e0af60.shg-box.shg-c {
  justify-content: center;
}

#s-64d74228-7212-4fd3-8346-8a6ad8911875 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-64d74228-7212-4fd3-8346-8a6ad8911875"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64d74228-7212-4fd3-8346-8a6ad8911875"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64d74228-7212-4fd3-8346-8a6ad8911875"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64d74228-7212-4fd3-8346-8a6ad8911875"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e5b5a01d-833e-45d9-85da-9a2bc34a91e9 {
  min-height: 50px;
}








#s-e5b5a01d-833e-45d9-85da-9a2bc34a91e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5b5a01d-833e-45d9-85da-9a2bc34a91e9.shg-box.shg-c {
  justify-content: center;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  margin: 0 !important;
  overflow: visible;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
  box-sizing: border-box;
}



.s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bef3f94-4162-41ab-9839-d50f66e1903e {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
      position: relative;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  margin: 0 !important;
  overflow: visible;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add background color handling */
  
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
  box-sizing: border-box;
}



.s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bef3f94-4162-41ab-9839-d50f66e1903e {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
      position: relative;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e 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-5bef3f94-4162-41ab-9839-d50f66e1903e {
  margin: 0 !important;
  overflow: visible;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add background color handling */
  
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
  box-sizing: border-box;
}



.s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bef3f94-4162-41ab-9839-d50f66e1903e {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
      position: relative;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e 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-5bef3f94-4162-41ab-9839-d50f66e1903e {
  margin: 0 !important;
  overflow: visible;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add background color handling */
  
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
  box-sizing: border-box;
}



.s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bef3f94-4162-41ab-9839-d50f66e1903e {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
      position: relative;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  margin: 0 !important;
  overflow: visible;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5bef3f94-4162-41ab-9839-d50f66e1903e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add background color handling */
  
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5bef3f94-4162-41ab-9839-d50f66e1903e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-5bef3f94-4162-41ab-9839-d50f66e1903e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image {
  box-sizing: border-box;
}



.s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5bef3f94-4162-41ab-9839-d50f66e1903e {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container {
      position: relative;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bef3f94-4162-41ab-9839-d50f66e1903e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-73ec10bf-f098-4fa0-91cb-323d5dafb104 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73ec10bf-f098-4fa0-91cb-323d5dafb104 .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-673a77b3-6b20-4179-917f-0645fcc9bf75 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0d851c2d-560d-42ca-bdd2-13e63d258b80 {
  min-height: 50px;
}








#s-0d851c2d-560d-42ca-bdd2-13e63d258b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d851c2d-560d-42ca-bdd2-13e63d258b80.shg-box.shg-c {
  justify-content: center;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
  box-sizing: border-box;
}



.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
      position: relative;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
  box-sizing: border-box;
}



.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
      position: relative;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 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-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
  box-sizing: border-box;
}



.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
      position: relative;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 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-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
  box-sizing: border-box;
}



.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
      position: relative;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image {
  box-sizing: border-box;
}



.s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container {
      position: relative;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e0bdfa-8555-4db6-9b0b-e9f8a4430c57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-b3a4b882-b72c-4217-99a2-719fc4eb3606 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3a4b882-b72c-4217-99a2-719fc4eb3606 .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-25cb84ff-5f49-4e42-9735-4f56fe31cc0e {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e5bc61f0-efd6-4a82-9a83-a164dd96ac9c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-e5bc61f0-efd6-4a82-9a83-a164dd96ac9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5bc61f0-efd6-4a82-9a83-a164dd96ac9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5bc61f0-efd6-4a82-9a83-a164dd96ac9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5bc61f0-efd6-4a82-9a83-a164dd96ac9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  margin: 0 !important;
  overflow: visible;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
  box-sizing: border-box;
}



.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
      position: relative;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  margin: 0 !important;
  overflow: visible;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add background color handling */
  
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
  box-sizing: border-box;
}



.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
      position: relative;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c 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-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  margin: 0 !important;
  overflow: visible;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add background color handling */
  
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
  box-sizing: border-box;
}



.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
      position: relative;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c 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-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  margin: 0 !important;
  overflow: visible;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add background color handling */
  
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
  box-sizing: border-box;
}



.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
      position: relative;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  margin: 0 !important;
  overflow: visible;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add background color handling */
  
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image {
  box-sizing: border-box;
}



.s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container {
      position: relative;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c47eacd-f3f1-4048-9fa4-b933fb77b99c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-abe9bc48-3a55-4663-a36c-63e435eaba44 {
  min-height: 50px;
}








#s-abe9bc48-3a55-4663-a36c-63e435eaba44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abe9bc48-3a55-4663-a36c-63e435eaba44.shg-box.shg-c {
  justify-content: center;
}

#s-653d6543-7caa-4b06-91e1-4cadc599d82b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-653d6543-7caa-4b06-91e1-4cadc599d82b .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-daa93790-3fa0-4ca6-a275-0d39cff22221 {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-75e5f222-25e5-473b-ada7-48c5c3f247fa {
  min-height: 50px;
}








#s-75e5f222-25e5-473b-ada7-48c5c3f247fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75e5f222-25e5-473b-ada7-48c5c3f247fa.shg-box.shg-c {
  justify-content: center;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/300;
text-align: center;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff {
  margin: 0 !important;
  overflow: visible;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add background color handling */
  background: rgba(37, 45, 64, 1);
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
  box-sizing: border-box;
}



.s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-429efc8c-46c3-400f-9153-e7584caba8ff {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
      position: relative;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-429efc8c-46c3-400f-9153-e7584caba8ff {
  margin: 0 !important;
  overflow: visible;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add background color handling */
  
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
  box-sizing: border-box;
}



.s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-429efc8c-46c3-400f-9153-e7584caba8ff {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
      position: relative;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff 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-429efc8c-46c3-400f-9153-e7584caba8ff {
  margin: 0 !important;
  overflow: visible;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add background color handling */
  
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
  box-sizing: border-box;
}



.s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-429efc8c-46c3-400f-9153-e7584caba8ff {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
      position: relative;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff 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-429efc8c-46c3-400f-9153-e7584caba8ff {
  margin: 0 !important;
  overflow: visible;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add background color handling */
  
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
  box-sizing: border-box;
}



.s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-429efc8c-46c3-400f-9153-e7584caba8ff {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
      position: relative;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-429efc8c-46c3-400f-9153-e7584caba8ff {
  margin: 0 !important;
  overflow: visible;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-429efc8c-46c3-400f-9153-e7584caba8ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add background color handling */
  
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }

    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-link {
      aspect-ratio: 550/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-429efc8c-46c3-400f-9153-e7584caba8ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-429efc8c-46c3-400f-9153-e7584caba8ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image {
  box-sizing: border-box;
}



.s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-429efc8c-46c3-400f-9153-e7584caba8ff {
      --shg-aspect-ratio: calc(550/300); 
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container {
      position: relative;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-429efc8c-46c3-400f-9153-e7584caba8ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-ed659807-aa79-446d-b052-c312b235a387 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed659807-aa79-446d-b052-c312b235a387 .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-e50e8b51-6f1e-4abd-b01f-5e775532ac1b {
  margin-left: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-46f8b68f-333a-4572-a521-a6c5bcefecd6 {
  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-46f8b68f-333a-4572-a521-a6c5bcefecd6 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46f8b68f-333a-4572-a521-a6c5bcefecd6 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-46f8b68f-333a-4572-a521-a6c5bcefecd6 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-46f8b68f-333a-4572-a521-a6c5bcefecd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46f8b68f-333a-4572-a521-a6c5bcefecd6.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-46f8b68f-333a-4572-a521-a6c5bcefecd6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
  display: block;
}#s-46f8b68f-333a-4572-a521-a6c5bcefecd6.shg-box.shg-c {
  justify-content: center;
}
}
#s-8f67bd7d-e4a2-4fce-a9c3-7c9272912088 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8f67bd7d-e4a2-4fce-a9c3-7c9272912088"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f67bd7d-e4a2-4fce-a9c3-7c9272912088"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f67bd7d-e4a2-4fce-a9c3-7c9272912088"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f67bd7d-e4a2-4fce-a9c3-7c9272912088"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f67bd7d-e4a2-4fce-a9c3-7c9272912088"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f67bd7d-e4a2-4fce-a9c3-7c9272912088"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f67bd7d-e4a2-4fce-a9c3-7c9272912088"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-78ce65db-9654-4207-a54c-c12522a8b8f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78ce65db-9654-4207-a54c-c12522a8b8f3 .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-ff82fd3f-d8dd-4ab2-9166-b731a1f88882 {
  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-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a738fdd8-c9be-4384-927d-e1ad9eb158c1 {
  margin-left: auto;
margin-right: auto;
}

#s-a738fdd8-c9be-4384-927d-e1ad9eb158c1 .shg-proportional-font-size,
#s-a738fdd8-c9be-4384-927d-e1ad9eb158c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0bb76d87-636a-4e98-bb42-abb7508e7b57 {
  margin-left: auto;
margin-right: auto;
}

#s-0bb76d87-636a-4e98-bb42-abb7508e7b57 .shg-proportional-font-size,
#s-0bb76d87-636a-4e98-bb42-abb7508e7b57 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1402d2c7-eadb-47db-b3ec-ce0b4dfe8419 {
  margin-left: auto;
margin-right: auto;
}

#s-1402d2c7-eadb-47db-b3ec-ce0b4dfe8419 .shg-proportional-font-size,
#s-1402d2c7-eadb-47db-b3ec-ce0b4dfe8419 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-29f9da35-fd9b-44f8-978f-ed90d9183cba {
  margin-left: auto;
margin-right: auto;
}

#s-29f9da35-fd9b-44f8-978f-ed90d9183cba .shg-proportional-font-size,
#s-29f9da35-fd9b-44f8-978f-ed90d9183cba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32ab301c-dfc7-47da-8bad-fe256816674a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32ab301c-dfc7-47da-8bad-fe256816674a .shogun-heading-component h6 {
  color: rgba(37, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



.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-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-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-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;
}
@media (min-width: 1200px){#s-6d66098f-f8f5-4c4a-9474-1b1d9a1ccf69 {
  min-height: 125px;
max-width: 900px;
}
}
#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;
}
@media (min-width: 1200px){#s-e7c497a7-45b1-4f4a-aad2-47665214df1a {
  min-height: 125px;
max-width: 900px;
}
}
#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;
}
@media (min-width: 1200px){#s-a81dc112-59b9-45db-bb8f-50151a35dba0 {
  min-height: 125px;
max-width: 900px;
}
}
#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;
}
@media (min-width: 1200px){#s-1f5541ce-ed5c-42d2-a2ba-1ea39a63d5c0 {
  min-height: 125px;
max-width: 900px;
}
}
#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-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-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-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-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-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-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-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-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-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-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-31fd3e37-082c-4a23-8a97-b1bf453c25cf {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
}
