.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-1cdc97d4-b308-45b8-9174-bcc972007100 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-1cdc97d4-b308-45b8-9174-bcc972007100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cdc97d4-b308-45b8-9174-bcc972007100.shg-box.shg-c {
  justify-content: center;
}

.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(0, 0, 0, 1);
  font-family: "Inter";
  text-transform: none;
  font-weight: 700;
  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-2866fd3c-6127-49c0-ac23-d3994510d8e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2866fd3c-6127-49c0-ac23-d3994510d8e7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}


@media (max-width: 767px){#s-2866fd3c-6127-49c0-ac23-d3994510d8e7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-dabe8071-06f9-4f8b-8e22-2279284e5738 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-dabe8071-06f9-4f8b-8e22-2279284e5738 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGMyZjMxMGMtM2M2Mi00ZTljLWIzYjUtZWNjODUxZDE0ZDAxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZmNmY2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYzJmMzEwYy0zYzYyLTRlOWMtYjNiNS1lY2M4NTFkMTRkMDEpIi8+PC9zdmc+);
}








#s-dabe8071-06f9-4f8b-8e22-2279284e5738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dabe8071-06f9-4f8b-8e22-2279284e5738.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-61fc14bb-524d-493b-905e-ed7ba0a35b8c {
  margin-top: 5px;
margin-left: 1%;
margin-bottom: 5px;
margin-right: 1%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-61fc14bb-524d-493b-905e-ed7ba0a35b8c {
  margin-left: 1%;
margin-right: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-61fc14bb-524d-493b-905e-ed7ba0a35b8c {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-61fc14bb-524d-493b-905e-ed7ba0a35b8c {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-61fc14bb-524d-493b-905e-ed7ba0a35b8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-61fc14bb-524d-493b-905e-ed7ba0a35b8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 992px) {
[id="s-61fc14bb-524d-493b-905e-ed7ba0a35b8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 1200px) {
[id="s-61fc14bb-524d-493b-905e-ed7ba0a35b8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.25px);
}

}

.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-a42acaf7-0492-480c-be08-792c665dcd7e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a42acaf7-0492-480c-be08-792c665dcd7e {
  margin-top: 1%;
margin-bottom: 1%;
}
}
#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 209, 23, 1);
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 209, 23, 1);
  padding: 10px;
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 209, 23, 1);
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-a42acaf7-0492-480c-be08-792c665dcd7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-891faec0-b8ab-4bba-8e9c-84cb183b146c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-891faec0-b8ab-4bba-8e9c-84cb183b146c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6defd97e-e7ca-442d-8d8e-ff2435bdaa8e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85cb1d4a-bd81-4dde-af8a-6af2b656c8a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85cb1d4a-bd81-4dde-af8a-6af2b656c8a4 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-85cb1d4a-bd81-4dde-af8a-6af2b656c8a4 .shogun-heading-component h5 a {
  color: ;
}


#s-d6fd280a-e4d9-4654-80f7-98e869680bba {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d6fd280a-e4d9-4654-80f7-98e869680bba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin-left: auto;
margin-right: auto;
max-width: 896px;
text-align: center;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-67b0f0e2-620d-43f1-86de-93c3b09266a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-67b0f0e2-620d-43f1-86de-93c3b09266a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67b0f0e2-620d-43f1-86de-93c3b09266a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cf314785-eb87-4708-ba61-fed227e81b66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf314785-eb87-4708-ba61-fed227e81b66 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-cf314785-eb87-4708-ba61-fed227e81b66 .shogun-heading-component h5 a {
  color: ;
}


#s-d0e245f0-2b49-4715-b0b5-bc9504cf688b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d0e245f0-2b49-4715-b0b5-bc9504cf688b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin-left: auto;
margin-right: auto;
max-width: 898px;
text-align: center;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-78847442-1dba-480f-ab10-6ca72b9d4f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-78847442-1dba-480f-ab10-6ca72b9d4f43 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-78847442-1dba-480f-ab10-6ca72b9d4f43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78847442-1dba-480f-ab10-6ca72b9d4f43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-adfb7c2f-e1b3-4f2a-a889-42201c20fdf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adfb7c2f-e1b3-4f2a-a889-42201c20fdf6 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-adfb7c2f-e1b3-4f2a-a889-42201c20fdf6 .shogun-heading-component h5 a {
  color: ;
}


#s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f5f7c371-25eb-49fe-85fb-23d9d35a58ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin-left: auto;
margin-right: auto;
max-width: 898px;
text-align: center;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f50fe46-3fed-45d6-8fee-f82f1056dd93.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b5a3bb68-2c29-404c-a4d7-4f208980d909 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5a3bb68-2c29-404c-a4d7-4f208980d909 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b5a3bb68-2c29-404c-a4d7-4f208980d909 .shogun-heading-component h5 a {
  color: ;
}


#s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-fa5b7d8d-1417-41e8-a5ce-932d9be3da9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin-left: auto;
margin-right: auto;
max-width: 898px;
text-align: center;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f9c24e17-baf0-48d2-aaa9-e01886153688 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f9c24e17-baf0-48d2-aaa9-e01886153688 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-f9c24e17-baf0-48d2-aaa9-e01886153688 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c24e17-baf0-48d2-aaa9-e01886153688.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1c780d04-ead4-42b3-83ba-d9dd62e16425 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c780d04-ead4-42b3-83ba-d9dd62e16425 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-1c780d04-ead4-42b3-83ba-d9dd62e16425 .shogun-heading-component h5 a {
  color: ;
}


#s-5f6a49dd-f290-4de2-9711-603e64127fb7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f6a49dd-f290-4de2-9711-603e64127fb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin-left: auto;
margin-right: auto;
max-width: 898px;
text-align: center;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 img.shogun-image {
  width: 100%;
  
  
  max-width: 898px;

      
    max-width: 898px;

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




.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd980bc1-2668-4ed5-b2de-76fa417acdf9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7fa08fb0-2169-43d3-b97f-e15e51e87671 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fa08fb0-2169-43d3-b97f-e15e51e87671 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-7fa08fb0-2169-43d3-b97f-e15e51e87671 .shogun-heading-component h5 a {
  color: ;
}


.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: "Inter";
}

.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-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 3px;
background-color: rgba(229, 229, 229, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed:hover {background-color: rgba(246, 246, 246, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 37, 37, 1) !important;}#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed-root {
    text-align: center;
  }


#s-06c6b9f9-d0b8-4dea-bff5-a8ba83921bed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}
#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 209, 23, 1);
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 209, 23, 1);
  padding: 10px;
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 209, 23, 1);
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-e125d4e9-f4e7-47e0-b191-b3f053b4e5c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-3fd95807-b464-4793-b1a3-78ebbad9fb78 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-3fd95807-b464-4793-b1a3-78ebbad9fb78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ae22497-9c62-4d8f-8b8e-0c0ac9fbaeda.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1b683c90-c65c-4c50-a977-f6c1895961ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b683c90-c65c-4c50-a977-f6c1895961ec .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-1b683c90-c65c-4c50-a977-f6c1895961ec .shogun-heading-component h5 a {
  color: ;
}


#s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7271ed1e-7ef0-40ac-a1c0-1c17ff94fe10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-624a78a3-a727-48a0-99e9-bc8f59df2226 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-624a78a3-a727-48a0-99e9-bc8f59df2226 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-624a78a3-a727-48a0-99e9-bc8f59df2226 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-624a78a3-a727-48a0-99e9-bc8f59df2226.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5e35d623-dbf1-4f88-8643-08b929cd16cf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e35d623-dbf1-4f88-8643-08b929cd16cf .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-5e35d623-dbf1-4f88-8643-08b929cd16cf .shogun-heading-component h5 a {
  color: ;
}


#s-a32d0f68-7c44-40c9-8c40-57293891b0a7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a32d0f68-7c44-40c9-8c40-57293891b0a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1c2401b5-a331-45bb-a133-471be68269ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c2401b5-a331-45bb-a133-471be68269ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1c2401b5-a331-45bb-a133-471be68269ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c2401b5-a331-45bb-a133-471be68269ee img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1c2401b5-a331-45bb-a133-471be68269ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2401b5-a331-45bb-a133-471be68269ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ffc485a0-4c6c-4ff4-a717-b3158fd23ab5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffc485a0-4c6c-4ff4-a717-b3158fd23ab5 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-ffc485a0-4c6c-4ff4-a717-b3158fd23ab5 .shogun-heading-component h5 a {
  color: ;
}


#s-2c74f37d-7bf3-4129-9683-812429f5871f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-2c74f37d-7bf3-4129-9683-812429f5871f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e1916925-3cbf-4b32-85e0-753f4d580d53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1916925-3cbf-4b32-85e0-753f4d580d53 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e1916925-3cbf-4b32-85e0-753f4d580d53 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1916925-3cbf-4b32-85e0-753f4d580d53.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3bff869e-9b42-48a6-bef0-17c737f9493f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bff869e-9b42-48a6-bef0-17c737f9493f .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-3bff869e-9b42-48a6-bef0-17c737f9493f .shogun-heading-component h5 a {
  color: ;
}


#s-a3fad9f2-decc-472d-9477-3277d70f31c4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3fad9f2-decc-472d-9477-3277d70f31c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1902ff49-9871-47d6-8d20-871b47b55f55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1902ff49-9871-47d6-8d20-871b47b55f55 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1902ff49-9871-47d6-8d20-871b47b55f55 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1902ff49-9871-47d6-8d20-871b47b55f55.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bbee2908-a42d-4365-90fa-65b4f8743e04 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbee2908-a42d-4365-90fa-65b4f8743e04 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-bbee2908-a42d-4365-90fa-65b4f8743e04 .shogun-heading-component h5 a {
  color: ;
}


#s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d52a2d2f-7d46-47aa-b53a-bbe498ff26ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2af3214d-937a-4081-9d49-6785b0ad1a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2af3214d-937a-4081-9d49-6785b0ad1a02 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-2af3214d-937a-4081-9d49-6785b0ad1a02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2af3214d-937a-4081-9d49-6785b0ad1a02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b9d5c85d-bb21-4212-a7be-e069517edecd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9d5c85d-bb21-4212-a7be-e069517edecd .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b9d5c85d-bb21-4212-a7be-e069517edecd .shogun-heading-component h5 a {
  color: ;
}


#s-4a514046-b8e2-4704-a853-3c62f686dad0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4a514046-b8e2-4704-a853-3c62f686dad0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11cc3c84-2a3b-4604-aaa0-739ccf51e119.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fca7b30d-a37c-42fa-9d09-db3ccac6a769 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fca7b30d-a37c-42fa-9d09-db3ccac6a769 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-fca7b30d-a37c-42fa-9d09-db3ccac6a769 .shogun-heading-component h5 a {
  color: ;
}


#s-d066a54f-2eac-4745-aedc-6dde8a4e3b28 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-d066a54f-2eac-4745-aedc-6dde8a4e3b28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f1fb8f1b-e466-476a-8495-db12309e03f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f1fb8f1b-e466-476a-8495-db12309e03f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f1fb8f1b-e466-476a-8495-db12309e03f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1fb8f1b-e466-476a-8495-db12309e03f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-02635736-3dc1-454d-9b1c-4cf41a363b0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02635736-3dc1-454d-9b1c-4cf41a363b0d .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-02635736-3dc1-454d-9b1c-4cf41a363b0d .shogun-heading-component h5 a {
  color: ;
}


#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(229, 229, 229, 1);
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(229, 229, 229, 1);
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-6c14cf7e-5c4f-4f33-b265-b000b358fed7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9abe7053-20eb-4f08-b974-51a9b5fe5045 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-9abe7053-20eb-4f08-b974-51a9b5fe5045"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin-left: auto;
margin-right: auto;
max-width: 896px;
text-align: center;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d6c31eb-3881-4332-a977-9fc880b519ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d6c31eb-3881-4332-a977-9fc880b519ac img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3d6c31eb-3881-4332-a977-9fc880b519ac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d6c31eb-3881-4332-a977-9fc880b519ac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f4aaaee2-5730-4098-9f46-5083b7b44ada {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4aaaee2-5730-4098-9f46-5083b7b44ada .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-f4aaaee2-5730-4098-9f46-5083b7b44ada .shogun-heading-component h5 a {
  color: ;
}


#s-81bc623c-c9d5-4b38-b0ac-33a3711b251d {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81bc623c-c9d5-4b38-b0ac-33a3711b251d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin-left: auto;
margin-right: auto;
max-width: 896px;
text-align: center;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e1a93ac-5145-4e2d-b55e-9b3911b459c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2b1e0811-09af-4876-ad47-54a545a98c7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b1e0811-09af-4876-ad47-54a545a98c7f .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-2b1e0811-09af-4876-ad47-54a545a98c7f .shogun-heading-component h5 a {
  color: ;
}


#s-983b6e18-dd4a-4f65-921c-8b83968e5acd {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-983b6e18-dd4a-4f65-921c-8b83968e5acd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin-left: auto;
margin-right: auto;
max-width: 896px;
text-align: center;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 img.shogun-image {
  width: 100%;
  
  
  max-width: 896px;

      
    max-width: 896px;

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




.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c799a0c-eb0a-491c-832d-0b6fdab3f407.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bf75a1fd-5d9d-42d6-9812-d16d32e6ef9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf75a1fd-5d9d-42d6-9812-d16d32e6ef9e .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-bf75a1fd-5d9d-42d6-9812-d16d32e6ef9e .shogun-heading-component h5 a {
  color: ;
}


#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(229, 229, 229, 1);
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(229, 229, 229, 1);
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-76a4a3bf-0a82-436e-99ba-79c88b8f4ef5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-32fbfc1e-2bee-4306-8575-2c098cead49a {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-32fbfc1e-2bee-4306-8575-2c098cead49a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32fbfc1e-2bee-4306-8575-2c098cead49a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-32fbfc1e-2bee-4306-8575-2c098cead49a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-32fbfc1e-2bee-4306-8575-2c098cead49a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e {
  margin-left: auto;
margin-right: auto;
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(229, 229, 229, 1);
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 229, 229, 1);
  padding: 10px;
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(229, 229, 229, 1);
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-a0451a9f-04e6-4a8b-9632-479b5ec9100e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-022fdbc1-554b-4614-805c-c17d18e4a220 {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-022fdbc1-554b-4614-805c-c17d18e4a220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-022fdbc1-554b-4614-805c-c17d18e4a220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-022fdbc1-554b-4614-805c-c17d18e4a220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-022fdbc1-554b-4614-805c-c17d18e4a220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 {
  margin-left: auto;
margin-right: auto;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-50c027d1-8203-4306-8cad-6c134b2601f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-004cdb9b-0638-402d-8369-c9106ff578da {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-004cdb9b-0638-402d-8369-c9106ff578da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f5316aba-b7fd-411f-8cbc-81122f0998fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f5316aba-b7fd-411f-8cbc-81122f0998fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5316aba-b7fd-411f-8cbc-81122f0998fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-75977fd2-0a5a-4483-b20f-7efbe7fbb28b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75977fd2-0a5a-4483-b20f-7efbe7fbb28b .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-75977fd2-0a5a-4483-b20f-7efbe7fbb28b .shogun-heading-component h5 a {
  color: ;
}


#s-b1120f93-579b-4177-9d07-281edb6e7cb0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b1120f93-579b-4177-9d07-281edb6e7cb0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d1b79a97-7854-4b31-acdb-4dce94ac35fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b79a97-7854-4b31-acdb-4dce94ac35fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-11b5c7f1-ccce-4b0e-95f1-0593b007679a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11b5c7f1-ccce-4b0e-95f1-0593b007679a .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-11b5c7f1-ccce-4b0e-95f1-0593b007679a .shogun-heading-component h5 a {
  color: ;
}


#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 {
  margin-left: auto;
margin-right: auto;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-1d36649e-8dcf-461f-8721-e1c04ccbeeb0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-87cf5d4b-fb72-4100-9137-20546a6c8ac2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-87cf5d4b-fb72-4100-9137-20546a6c8ac2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6b6fd8d-4d3c-4b58-8a7a-406c9c4e467d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1e0ac62d-00f0-4252-9c15-575c41a11984 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e0ac62d-00f0-4252-9c15-575c41a11984 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-1e0ac62d-00f0-4252-9c15-575c41a11984 .shogun-heading-component h5 a {
  color: ;
}


#s-5db4a9da-bd6e-4e37-947b-354237e1ca1f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5db4a9da-bd6e-4e37-947b-354237e1ca1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b6c0bdf-4df1-4c73-b806-fa0cf7fcb806.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-29e6fb60-e2f7-4f7d-b7d3-ae2f4078947c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29e6fb60-e2f7-4f7d-b7d3-ae2f4078947c .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-29e6fb60-e2f7-4f7d-b7d3-ae2f4078947c .shogun-heading-component h5 a {
  color: ;
}


#s-de824952-eb5d-4eb4-b1bb-1d63873ca261 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-de824952-eb5d-4eb4-b1bb-1d63873ca261"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f0838d89-2032-45dc-804b-dc22b1b03368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f0838d89-2032-45dc-804b-dc22b1b03368 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f0838d89-2032-45dc-804b-dc22b1b03368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0838d89-2032-45dc-804b-dc22b1b03368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-520f8d5f-c034-477e-a223-355e4384c5d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-520f8d5f-c034-477e-a223-355e4384c5d0 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-520f8d5f-c034-477e-a223-355e4384c5d0 .shogun-heading-component h5 a {
  color: ;
}


#s-96a91245-a123-47d8-adf2-df98c7e1d5f3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-96a91245-a123-47d8-adf2-df98c7e1d5f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-384597ac-75b0-4197-9d20-b23c00ac5586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-384597ac-75b0-4197-9d20-b23c00ac5586 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-384597ac-75b0-4197-9d20-b23c00ac5586 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384597ac-75b0-4197-9d20-b23c00ac5586.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-96f2ce37-6982-4351-836a-20c1591e5e1a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96f2ce37-6982-4351-836a-20c1591e5e1a .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-96f2ce37-6982-4351-836a-20c1591e5e1a .shogun-heading-component h5 a {
  color: ;
}


#s-6f410840-ed3d-4e87-8891-95990d4e6efd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6f410840-ed3d-4e87-8891-95990d4e6efd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95ad08fe-85cf-4b94-8b1c-f4d4c453b72b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b45526b9-d8f8-40f0-a195-ab9777bb96d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b45526b9-d8f8-40f0-a195-ab9777bb96d0 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b45526b9-d8f8-40f0-a195-ab9777bb96d0 .shogun-heading-component h5 a {
  color: ;
}


#s-b3b857e8-f2db-4071-9965-36b57a17d42b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b3b857e8-f2db-4071-9965-36b57a17d42b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9a480bad-7cfa-4fb7-a07c-c2284ada545a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a480bad-7cfa-4fb7-a07c-c2284ada545a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4db94442-807e-488d-8707-47771f33f59a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4db94442-807e-488d-8707-47771f33f59a .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4db94442-807e-488d-8707-47771f33f59a .shogun-heading-component h5 a {
  color: ;
}


#s-f2313879-623b-4879-a919-a7873d3a3f21 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2313879-623b-4879-a919-a7873d3a3f21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bfcea54-99e9-46c1-9ec2-49c8ee905f14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-07ea3578-c09a-4bcc-afe7-d8aa23edd474 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07ea3578-c09a-4bcc-afe7-d8aa23edd474 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-07ea3578-c09a-4bcc-afe7-d8aa23edd474 .shogun-heading-component h5 a {
  color: ;
}


#s-82140716-5cd9-4ede-aea0-2ceebcad9574 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-82140716-5cd9-4ede-aea0-2ceebcad9574"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a10d095a-22ec-4f8a-811f-67bac9161a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-a10d095a-22ec-4f8a-811f-67bac9161a7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a10d095a-22ec-4f8a-811f-67bac9161a7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cc624435-512b-47ae-b06b-ba84d65fcd63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc624435-512b-47ae-b06b-ba84d65fcd63 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-cc624435-512b-47ae-b06b-ba84d65fcd63 .shogun-heading-component h5 a {
  color: ;
}


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 3px;
background-color: rgba(229, 229, 229, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c:hover {background-color: rgba(246, 246, 246, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 37, 37, 1) !important;}#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8d66bec2-abdd-4320-81a9-f4c2404abf8c-root {
    text-align: center;
  }


#s-8d66bec2-abdd-4320-81a9-f4c2404abf8c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}
#s-09683db8-ab26-4957-9d77-e33230317d08 {
  margin-left: auto;
margin-right: auto;
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-09683db8-ab26-4957-9d77-e33230317d08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-06d25785-3093-457d-b31e-dadf0329dd87 {
  margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-06d25785-3093-457d-b31e-dadf0329dd87 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e6d4fb42-804f-4dd6-9031-43d81e0de318 {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e6d4fb42-804f-4dd6-9031-43d81e0de318"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6d4fb42-804f-4dd6-9031-43d81e0de318"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-e6d4fb42-804f-4dd6-9031-43d81e0de318"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-e6d4fb42-804f-4dd6-9031-43d81e0de318"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 {
  margin-left: auto;
margin-right: auto;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-c0a21771-a205-40c9-9a23-4332f384fb83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c381306f-a453-4936-9fae-075e101e4cdf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-c381306f-a453-4936-9fae-075e101e4cdf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-423b0bcd-b71d-4d2c-8ae9-2a0ce9b4aefc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fee17d25-46ca-4472-aebe-99610757f518 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fee17d25-46ca-4472-aebe-99610757f518 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-fee17d25-46ca-4472-aebe-99610757f518 .shogun-heading-component h5 a {
  color: ;
}


#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa {
  margin-left: auto;
margin-right: auto;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-1e69f00f-065d-4879-aa0c-da94cf5ef2fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4c8d7789-ffb7-473b-bccc-d322c6026547 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4c8d7789-ffb7-473b-bccc-d322c6026547"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e42d6b31-af57-4e5c-bad8-b2fba0660fe3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4aa8c08c-5e17-4c3e-904e-c3f0fc02b90f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4aa8c08c-5e17-4c3e-904e-c3f0fc02b90f .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4aa8c08c-5e17-4c3e-904e-c3f0fc02b90f .shogun-heading-component h5 a {
  color: ;
}


#s-874ad218-c466-4649-961d-3dd2ebd364dc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-874ad218-c466-4649-961d-3dd2ebd364dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f606f6a0-cf08-4ac4-82ef-761324b659a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-f606f6a0-cf08-4ac4-82ef-761324b659a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f606f6a0-cf08-4ac4-82ef-761324b659a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8f4d0865-fb99-4dc1-ac97-56bdcace5e16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f4d0865-fb99-4dc1-ac97-56bdcace5e16 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8f4d0865-fb99-4dc1-ac97-56bdcace5e16 .shogun-heading-component h5 a {
  color: ;
}


#s-140c0372-140c-4cf5-a85a-e600c0271cbc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-140c0372-140c-4cf5-a85a-e600c0271cbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-84d47383-90d8-41c5-aa75-7c73e4b600c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-84d47383-90d8-41c5-aa75-7c73e4b600c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84d47383-90d8-41c5-aa75-7c73e4b600c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3c2522b6-36af-41d4-8046-7af0dcb8085b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c2522b6-36af-41d4-8046-7af0dcb8085b .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-3c2522b6-36af-41d4-8046-7af0dcb8085b .shogun-heading-component h5 a {
  color: ;
}


#s-1386436f-4786-40e6-b36f-7304c4387d61 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1386436f-4786-40e6-b36f-7304c4387d61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c93eda59-6c9e-4fed-9108-40d8b626ed07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-c93eda59-6c9e-4fed-9108-40d8b626ed07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93eda59-6c9e-4fed-9108-40d8b626ed07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-29e7079f-8af9-46a4-9887-a1788275e774 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29e7079f-8af9-46a4-9887-a1788275e774 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-29e7079f-8af9-46a4-9887-a1788275e774 .shogun-heading-component h5 a {
  color: ;
}


#s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-05b69a90-d155-4a4d-a8cf-3bf8059a37a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-42709db7-697d-4ff6-94fb-746af646d105 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-42709db7-697d-4ff6-94fb-746af646d105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-42709db7-697d-4ff6-94fb-746af646d105 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-42709db7-697d-4ff6-94fb-746af646d105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-42709db7-697d-4ff6-94fb-746af646d105 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-42709db7-697d-4ff6-94fb-746af646d105 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42709db7-697d-4ff6-94fb-746af646d105.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9defdaad-64d8-4517-a27c-e67582d3f183 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9defdaad-64d8-4517-a27c-e67582d3f183 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9defdaad-64d8-4517-a27c-e67582d3f183 .shogun-heading-component h5 a {
  color: ;
}


#s-66572f33-5643-4aa1-8a8c-b4e194dc04d8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-66572f33-5643-4aa1-8a8c-b4e194dc04d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-911ec892-2b5c-4355-bbef-50c5a7d4630f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-911ec892-2b5c-4355-bbef-50c5a7d4630f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-911ec892-2b5c-4355-bbef-50c5a7d4630f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b32140b1-91ea-4339-926e-4fd8a8cd3917 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b32140b1-91ea-4339-926e-4fd8a8cd3917 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-b32140b1-91ea-4339-926e-4fd8a8cd3917 .shogun-heading-component h5 a {
  color: ;
}


#s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ea5cf6ad-cb5d-4812-a0d3-358e0252035d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fa3b559-820b-4399-a60f-7eebab0d89f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-1fa3b559-820b-4399-a60f-7eebab0d89f4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fa3b559-820b-4399-a60f-7eebab0d89f4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-353a021b-853f-4f00-ad9e-3c16e73fb1ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-353a021b-853f-4f00-ad9e-3c16e73fb1ce .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-353a021b-853f-4f00-ad9e-3c16e73fb1ce .shogun-heading-component h5 a {
  color: ;
}


#s-ad490d08-27ac-462f-976a-3b3739635c47 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-ad490d08-27ac-462f-976a-3b3739635c47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0cb02b7-bfa8-4b43-97d0-9390139495bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0cb02b7-bfa8-4b43-97d0-9390139495bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-63de1350-6efb-4829-b853-d8fbafa8fcd9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63de1350-6efb-4829-b853-d8fbafa8fcd9 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-63de1350-6efb-4829-b853-d8fbafa8fcd9 .shogun-heading-component h5 a {
  color: ;
}


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
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: 3px;
background-color: rgba(229, 229, 229, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f:hover {background-color: rgba(246, 246, 246, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(37, 37, 37, 1) !important;}#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f-root {
    text-align: center;
  }


#s-8f05a27f-dff4-4bd9-b6dc-9cd61a44ed6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Inter;
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-f8af58c3-0a8f-47e4-99d7-70e92ab76296 {
  margin-left: auto;
margin-right: auto;
}

#s-f8af58c3-0a8f-47e4-99d7-70e92ab76296 hr {
  border-top: 1px solid #ddd;
}

#s-aa79c87d-54ab-49da-bd26-cbd23c59dada {
  margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}

#s-aa79c87d-54ab-49da-bd26-cbd23c59dada .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4487430b-471a-40d6-a8fe-3ccba5c13b7d {
  margin-top: 3px;
margin-left: 1%;
margin-bottom: 3px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-4487430b-471a-40d6-a8fe-3ccba5c13b7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4487430b-471a-40d6-a8fe-3ccba5c13b7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-4487430b-471a-40d6-a8fe-3ccba5c13b7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-4487430b-471a-40d6-a8fe-3ccba5c13b7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-fe9b757f-98bd-45a4-af27-369769438950 {
  margin-left: auto;
margin-right: auto;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 229, 229, 1);
  padding: 10px;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-fe9b757f-98bd-45a4-af27-369769438950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 {
  margin-left: auto;
margin-right: auto;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(246, 246, 246, 1);
  padding: 10px;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Inter;
  font-weight: 900;
  font-style: ;
  font-size: 16px;
}

#s-2d66bbac-1150-4bbc-ac67-f9bdc54894b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f57190fc-4efb-43f8-afe5-16fa27822ee2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f57190fc-4efb-43f8-afe5-16fa27822ee2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c1f5a-fb5b-43a5-aab3-a74d64b878fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f4953798-dc08-4510-b940-ad676006a38c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4953798-dc08-4510-b940-ad676006a38c .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-f4953798-dc08-4510-b940-ad676006a38c .shogun-heading-component h5 a {
  color: ;
}


#s-f63db63a-a351-436a-b29b-436c91aa648a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f63db63a-a351-436a-b29b-436c91aa648a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-db43bcda-00b4-4c1c-a26a-514290d75573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db43bcda-00b4-4c1c-a26a-514290d75573 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-db43bcda-00b4-4c1c-a26a-514290d75573 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db43bcda-00b4-4c1c-a26a-514290d75573.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4c23958b-554a-49fa-ad2c-a0d4927b871b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c23958b-554a-49fa-ad2c-a0d4927b871b .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-4c23958b-554a-49fa-ad2c-a0d4927b871b .shogun-heading-component h5 a {
  color: ;
}


#s-7990a58e-8860-41ce-806e-b6f69cf401c0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7990a58e-8860-41ce-806e-b6f69cf401c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin-left: auto;
margin-right: auto;
max-width: 1332px;
text-align: center;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5484ecd3-15f3-4b1a-93ca-7e040f470307 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307 img.shogun-image {
  width: 100%;
  
  
  max-width: 1332px;

      
    max-width: 1332px;

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




.s-5484ecd3-15f3-4b1a-93ca-7e040f470307 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5484ecd3-15f3-4b1a-93ca-7e040f470307.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c7356959-1d6e-4bb6-9c60-c4134b584ad3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7356959-1d6e-4bb6-9c60-c4134b584ad3 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c7356959-1d6e-4bb6-9c60-c4134b584ad3 .shogun-heading-component h5 a {
  color: ;
}


#s-52ff0ce1-a220-4f66-a672-11e814907ea5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52ff0ce1-a220-4f66-a672-11e814907ea5 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-52ff0ce1-a220-4f66-a672-11e814907ea5 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-52ff0ce1-a220-4f66-a672-11e814907ea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52ff0ce1-a220-4f66-a672-11e814907ea5.shg-box.shg-c {
  justify-content: center;
}

#s-7479334a-b310-4ab5-be52-bc797d750abd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7479334a-b310-4ab5-be52-bc797d750abd .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}


@media (max-width: 767px){#s-7479334a-b310-4ab5-be52-bc797d750abd .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-4fdffcde-0220-47e8-878e-5cab14d59aaa {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-4fdffcde-0220-47e8-878e-5cab14d59aaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fdffcde-0220-47e8-878e-5cab14d59aaa.shg-box.shg-c {
  justify-content: center;
}

#s-6a71ebd0-a53b-4ff8-bec7-f524efad22c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a71ebd0-a53b-4ff8-bec7-f524efad22c1 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-6a71ebd0-a53b-4ff8-bec7-f524efad22c1 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-1f97ea08-d73a-461a-9790-7ae857b23f71 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1f97ea08-d73a-461a-9790-7ae857b23f71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1f97ea08-d73a-461a-9790-7ae857b23f71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1f97ea08-d73a-461a-9790-7ae857b23f71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f97ea08-d73a-461a-9790-7ae857b23f71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-304396ac-f35b-43c4-9ce7-6ba41540705a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-304396ac-f35b-43c4-9ce7-6ba41540705a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-304396ac-f35b-43c4-9ce7-6ba41540705a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-304396ac-f35b-43c4-9ce7-6ba41540705a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-304396ac-f35b-43c4-9ce7-6ba41540705a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-304396ac-f35b-43c4-9ce7-6ba41540705a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-304396ac-f35b-43c4-9ce7-6ba41540705a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-304396ac-f35b-43c4-9ce7-6ba41540705a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-304396ac-f35b-43c4-9ce7-6ba41540705a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-304396ac-f35b-43c4-9ce7-6ba41540705a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-304396ac-f35b-43c4-9ce7-6ba41540705a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-304396ac-f35b-43c4-9ce7-6ba41540705a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-93ec5b48-d38c-4056-8282-a41003814417 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93ec5b48-d38c-4056-8282-a41003814417 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-93ec5b48-d38c-4056-8282-a41003814417 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-88b661f3-0b48-41de-ae2d-ea63d9163f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b661f3-0b48-41de-ae2d-ea63d9163f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b64d6584-1a0b-4f79-9913-6e8a460afb4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b64d6584-1a0b-4f79-9913-6e8a460afb4a .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-b64d6584-1a0b-4f79-9913-6e8a460afb4a .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-68f26a94-5a29-4d3a-9abf-12e9ec83225a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f26a94-5a29-4d3a-9abf-12e9ec83225a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1434522c-6614-4124-958e-426984b60d3f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1434522c-6614-4124-958e-426984b60d3f .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-1434522c-6614-4124-958e-426984b60d3f .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1e8838dd-5228-466a-a855-a1cea9e4a888 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1e8838dd-5228-466a-a855-a1cea9e4a888 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-1e8838dd-5228-466a-a855-a1cea9e4a888 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e8838dd-5228-466a-a855-a1cea9e4a888.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b0459e77-fcd3-4711-ad8c-07065164f740 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0459e77-fcd3-4711-ad8c-07065164f740 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-b0459e77-fcd3-4711-ad8c-07065164f740 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb2bcee-eb15-4f78-b3f6-edc52160f0c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bda4cdcf-95c9-44cd-ac04-b7435abef9fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bda4cdcf-95c9-44cd-ac04-b7435abef9fb .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-bda4cdcf-95c9-44cd-ac04-b7435abef9fb .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-eb5ba8fe-e176-4f1d-86b2-8ee12635ff88 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb5ba8fe-e176-4f1d-86b2-8ee12635ff88 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-eb5ba8fe-e176-4f1d-86b2-8ee12635ff88 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-eb5ba8fe-e176-4f1d-86b2-8ee12635ff88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb5ba8fe-e176-4f1d-86b2-8ee12635ff88.shg-box.shg-c {
  justify-content: center;
}

#s-90c49951-58b9-4ef0-994f-69702ff6f522 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5390831c-8baa-48a7-a19a-d76f3fb14750 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5390831c-8baa-48a7-a19a-d76f3fb14750 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5390831c-8baa-48a7-a19a-d76f3fb14750.shg-box.shg-c {
  justify-content: center;
}

#s-dcbd3d3f-6282-4dde-97e6-48d911bda2a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-dcbd3d3f-6282-4dde-97e6-48d911bda2a5 {
  text-align: center;
}
}
#s-dcbd3d3f-6282-4dde-97e6-48d911bda2a5 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}


@media (max-width: 767px){#s-dcbd3d3f-6282-4dde-97e6-48d911bda2a5 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-1fe7680e-f5ff-4eae-ae67-0e35e80e096a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-1fe7680e-f5ff-4eae-ae67-0e35e80e096a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fe7680e-f5ff-4eae-ae67-0e35e80e096a.shg-box.shg-c {
  justify-content: center;
}

#s-d2336c2a-c1f0-411a-8a69-cbe1bab58220 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d2336c2a-c1f0-411a-8a69-cbe1bab58220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2336c2a-c1f0-411a-8a69-cbe1bab58220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2336c2a-c1f0-411a-8a69-cbe1bab58220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2336c2a-c1f0-411a-8a69-cbe1bab58220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cef6aae6-59af-4d6d-8169-f08f9d31d306 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cef6aae6-59af-4d6d-8169-f08f9d31d306 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e47ff71b-606f-4bb4-8406-6dcc9a731f8c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-e47ff71b-606f-4bb4-8406-6dcc9a731f8c {
  text-align: left;
}
}
#s-e47ff71b-606f-4bb4-8406-6dcc9a731f8c .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-e47ff71b-606f-4bb4-8406-6dcc9a731f8c .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-2e882c2e-0145-4c87-a66f-571f820c707c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-2e882c2e-0145-4c87-a66f-571f820c707c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e882c2e-0145-4c87-a66f-571f820c707c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e882c2e-0145-4c87-a66f-571f820c707c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e882c2e-0145-4c87-a66f-571f820c707c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e882c2e-0145-4c87-a66f-571f820c707c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e882c2e-0145-4c87-a66f-571f820c707c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e882c2e-0145-4c87-a66f-571f820c707c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-94c0d9a4-219a-41bf-8dea-8ed0d5d06b6e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-94c0d9a4-219a-41bf-8dea-8ed0d5d06b6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94c0d9a4-219a-41bf-8dea-8ed0d5d06b6e {
  cursor: pointer;
}#s-94c0d9a4-219a-41bf-8dea-8ed0d5d06b6e.shg-box.shg-c {
  justify-content: center;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c8351fff-4290-4dd9-b17b-82faf2de0c68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-c8351fff-4290-4dd9-b17b-82faf2de0c68 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8351fff-4290-4dd9-b17b-82faf2de0c68.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6514d869-9ff5-4eb9-b0ee-474356fdb8af {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6514d869-9ff5-4eb9-b0ee-474356fdb8af .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7072fcd6-1268-4d13-97c6-55d3103a436f {
  margin-left: auto;
margin-right: auto;
}

#s-250f96bc-df78-4fa9-a121-b8086830edfa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-250f96bc-df78-4fa9-a121-b8086830edfa .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-250f96bc-df78-4fa9-a121-b8086830edfa .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-250f96bc-df78-4fa9-a121-b8086830edfa .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-5345c946-8782-4d7f-ae64-44c484f743e4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-5345c946-8782-4d7f-ae64-44c484f743e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5345c946-8782-4d7f-ae64-44c484f743e4.shg-box.shg-c {
  justify-content: center;
}

#s-c7c8f1c4-4544-420c-8c4f-2710db34b4a5 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7c8f1c4-4544-420c-8c4f-2710db34b4a5 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1dc706f0-fe1e-4141-a4b4-ac0f22456240 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1dc706f0-fe1e-4141-a4b4-ac0f22456240"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dc706f0-fe1e-4141-a4b4-ac0f22456240"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dc706f0-fe1e-4141-a4b4-ac0f22456240"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dc706f0-fe1e-4141-a4b4-ac0f22456240"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9fc4f218-d240-4e49-b957-f2d7cf3f4fa8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9fc4f218-d240-4e49-b957-f2d7cf3f4fa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fc4f218-d240-4e49-b957-f2d7cf3f4fa8 {
  cursor: pointer;
}#s-9fc4f218-d240-4e49-b957-f2d7cf3f4fa8.shg-box.shg-c {
  justify-content: center;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  margin-left: auto;
margin-right: auto;
max-width: 3203px;
text-align: center;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe3a8579-7edc-4850-b886-2df5989aed73 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe3a8579-7edc-4850-b886-2df5989aed73 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe3a8579-7edc-4850-b886-2df5989aed73 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe3a8579-7edc-4850-b886-2df5989aed73 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe3a8579-7edc-4850-b886-2df5989aed73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe3a8579-7edc-4850-b886-2df5989aed73 img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe3a8579-7edc-4850-b886-2df5989aed73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fe3a8579-7edc-4850-b886-2df5989aed73 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-97c77ddc-5a09-4430-8e51-4273b36bf7fa {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97c77ddc-5a09-4430-8e51-4273b36bf7fa .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2aa07a45-5814-45f3-84fa-1dbf1da61212 {
  margin-left: auto;
margin-right: auto;
}

#s-8a3aff37-d592-4789-983b-a8489aa98069 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8a3aff37-d592-4789-983b-a8489aa98069 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-8a3aff37-d592-4789-983b-a8489aa98069 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-8a3aff37-d592-4789-983b-a8489aa98069 .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-1703ff7f-5ac7-4bad-b3a7-cea3fa06408c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1703ff7f-5ac7-4bad-b3a7-cea3fa06408c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1703ff7f-5ac7-4bad-b3a7-cea3fa06408c {
  cursor: pointer;
}#s-1703ff7f-5ac7-4bad-b3a7-cea3fa06408c.shg-box.shg-c {
  justify-content: center;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  margin-left: auto;
margin-right: auto;
max-width: 3119px;
text-align: center;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

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




.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

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




.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

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




.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

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




.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3119px;

      
    max-width: 3119px;

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




.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60123fc5-332c-46cb-aadd-13e2d7fdeba5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-60123fc5-332c-46cb-aadd-13e2d7fdeba5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-7a202d3a-2750-496e-b88b-5595be6a472d {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a202d3a-2750-496e-b88b-5595be6a472d .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-adecb5af-ef73-43c8-84c4-c7aeb00e3034 {
  margin-left: auto;
margin-right: auto;
}

#s-3f8d40a7-8522-415d-b204-1db44b645278 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3f8d40a7-8522-415d-b204-1db44b645278 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-3f8d40a7-8522-415d-b204-1db44b645278 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-3f8d40a7-8522-415d-b204-1db44b645278 .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;
}

.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-6b459fb2-6f35-452e-a581-a194ae960f23 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-6b459fb2-6f35-452e-a581-a194ae960f23 .shg-proportional-font-size,
#s-6b459fb2-6f35-452e-a581-a194ae960f23 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9af4e0cb-2fef-4e09-9a4a-f9cec350b779 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c5f71e34-e6e0-4eaf-b68f-2fe11934cf4e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-c5f71e34-e6e0-4eaf-b68f-2fe11934cf4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5f71e34-e6e0-4eaf-b68f-2fe11934cf4e.shg-box.shg-c {
  justify-content: center;
}

#s-884b68a4-7721-4a1a-86e4-7a4aad0040a3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-884b68a4-7721-4a1a-86e4-7a4aad0040a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-884b68a4-7721-4a1a-86e4-7a4aad0040a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-884b68a4-7721-4a1a-86e4-7a4aad0040a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-884b68a4-7721-4a1a-86e4-7a4aad0040a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4db0fb47-3b5e-4b1d-b1a3-7d76f55adef2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4db0fb47-3b5e-4b1d-b1a3-7d76f55adef2 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0aa71b19-89a1-443f-99ed-de9dc486f11c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-0aa71b19-89a1-443f-99ed-de9dc486f11c {
  text-align: left;
}
}
#s-0aa71b19-89a1-443f-99ed-de9dc486f11c .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-0aa71b19-89a1-443f-99ed-de9dc486f11c .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-08cd12bd-0e56-4a6c-bc2c-fb7ba7f62bea {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-08cd12bd-0e56-4a6c-bc2c-fb7ba7f62bea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08cd12bd-0e56-4a6c-bc2c-fb7ba7f62bea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08cd12bd-0e56-4a6c-bc2c-fb7ba7f62bea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08cd12bd-0e56-4a6c-bc2c-fb7ba7f62bea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08cd12bd-0e56-4a6c-bc2c-fb7ba7f62bea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08cd12bd-0e56-4a6c-bc2c-fb7ba7f62bea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08cd12bd-0e56-4a6c-bc2c-fb7ba7f62bea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c0cb5df8-b20e-48f3-a610-7079d103f840 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c0cb5df8-b20e-48f3-a610-7079d103f840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0cb5df8-b20e-48f3-a610-7079d103f840 {
  cursor: pointer;
}#s-c0cb5df8-b20e-48f3-a610-7079d103f840.shg-box.shg-c {
  justify-content: center;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa {
  margin-left: auto;
margin-right: auto;
max-width: 1240px;
text-align: center;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a98648-010a-4e10-a204-9d20e8a544fa img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

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




.s-35a98648-010a-4e10-a204-9d20e8a544fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-35a98648-010a-4e10-a204-9d20e8a544fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a98648-010a-4e10-a204-9d20e8a544fa img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

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




.s-35a98648-010a-4e10-a204-9d20e8a544fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-35a98648-010a-4e10-a204-9d20e8a544fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a98648-010a-4e10-a204-9d20e8a544fa img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

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




.s-35a98648-010a-4e10-a204-9d20e8a544fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-35a98648-010a-4e10-a204-9d20e8a544fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a98648-010a-4e10-a204-9d20e8a544fa img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

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




.s-35a98648-010a-4e10-a204-9d20e8a544fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-35a98648-010a-4e10-a204-9d20e8a544fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-35a98648-010a-4e10-a204-9d20e8a544fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a98648-010a-4e10-a204-9d20e8a544fa img.shogun-image {
  width: 100%;
  
  
  max-width: 1240px;

      
    max-width: 1240px;

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




.s-35a98648-010a-4e10-a204-9d20e8a544fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a98648-010a-4e10-a204-9d20e8a544fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b3e3088c-3025-4479-935b-5894947e107a {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3e3088c-3025-4479-935b-5894947e107a .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1ecc6d98-d01d-4cd1-947e-e78e69abc080 {
  margin-left: auto;
margin-right: auto;
}

#s-7e0cf95e-d2b4-4e2c-8233-530f32e69cb8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7e0cf95e-d2b4-4e2c-8233-530f32e69cb8 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-7e0cf95e-d2b4-4e2c-8233-530f32e69cb8 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-7e0cf95e-d2b4-4e2c-8233-530f32e69cb8 .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-977cef0f-2e5d-472e-aa71-e4e4dfe900f1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-977cef0f-2e5d-472e-aa71-e4e4dfe900f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-977cef0f-2e5d-472e-aa71-e4e4dfe900f1.shg-box.shg-c {
  justify-content: center;
}

#s-50796399-f15c-4acf-a433-66a06101079f {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50796399-f15c-4acf-a433-66a06101079f .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5801146c-396a-419b-94f0-a7acc22e9ff7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5801146c-396a-419b-94f0-a7acc22e9ff7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5801146c-396a-419b-94f0-a7acc22e9ff7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5801146c-396a-419b-94f0-a7acc22e9ff7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5801146c-396a-419b-94f0-a7acc22e9ff7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4c38a8ad-09cc-4fc9-952a-664d85de74d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4c38a8ad-09cc-4fc9-952a-664d85de74d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c38a8ad-09cc-4fc9-952a-664d85de74d2 {
  cursor: pointer;
}#s-4c38a8ad-09cc-4fc9-952a-664d85de74d2.shg-box.shg-c {
  justify-content: center;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a {
  margin-left: auto;
margin-right: auto;
max-width: 3203px;
text-align: center;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49106f48-21e9-4e22-81ad-02eae7be702a img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-49106f48-21e9-4e22-81ad-02eae7be702a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49106f48-21e9-4e22-81ad-02eae7be702a img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-49106f48-21e9-4e22-81ad-02eae7be702a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49106f48-21e9-4e22-81ad-02eae7be702a img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-49106f48-21e9-4e22-81ad-02eae7be702a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49106f48-21e9-4e22-81ad-02eae7be702a img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-49106f48-21e9-4e22-81ad-02eae7be702a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49106f48-21e9-4e22-81ad-02eae7be702a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49106f48-21e9-4e22-81ad-02eae7be702a img.shogun-image {
  width: 100%;
  
  
  max-width: 3203px;

      
    max-width: 3203px;

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




.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49106f48-21e9-4e22-81ad-02eae7be702a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-49106f48-21e9-4e22-81ad-02eae7be702a .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-7ec9bbbb-5ba5-4078-af10-3603160840a1 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ec9bbbb-5ba5-4078-af10-3603160840a1 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fdbf1fb7-21e5-459b-abb4-04d2e72e325a {
  margin-left: auto;
margin-right: auto;
}

#s-c8432031-7f10-4292-b1ea-edcdf73af030 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c8432031-7f10-4292-b1ea-edcdf73af030 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-c8432031-7f10-4292-b1ea-edcdf73af030 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-c8432031-7f10-4292-b1ea-edcdf73af030 .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-d642ffe4-332c-4a81-a707-fd0421166050 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d642ffe4-332c-4a81-a707-fd0421166050 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d642ffe4-332c-4a81-a707-fd0421166050 {
  cursor: pointer;
}#s-d642ffe4-332c-4a81-a707-fd0421166050.shg-box.shg-c {
  justify-content: center;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  margin-left: auto;
margin-right: auto;
max-width: 3073px;
text-align: center;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1422640-5ee2-4725-b98f-038ce49fc43e img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

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




.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1422640-5ee2-4725-b98f-038ce49fc43e img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

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




.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1422640-5ee2-4725-b98f-038ce49fc43e img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

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




.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1422640-5ee2-4725-b98f-038ce49fc43e img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

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




.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1422640-5ee2-4725-b98f-038ce49fc43e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1422640-5ee2-4725-b98f-038ce49fc43e img.shogun-image {
  width: 100%;
  
  
  max-width: 3073px;

      
    max-width: 3073px;

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




.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422640-5ee2-4725-b98f-038ce49fc43e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1422640-5ee2-4725-b98f-038ce49fc43e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-4ce154c6-5e5e-482c-9882-bb55be6775ee {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ce154c6-5e5e-482c-9882-bb55be6775ee .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-622dd469-fc3b-4d66-a70a-744f5bf0137a {
  margin-left: auto;
margin-right: auto;
}

#s-7f95c8b1-ffee-4726-a445-82f6e29627fd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7f95c8b1-ffee-4726-a445-82f6e29627fd .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-7f95c8b1-ffee-4726-a445-82f6e29627fd .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-7f95c8b1-ffee-4726-a445-82f6e29627fd .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-94f0ca8b-e10c-47c1-a257-556efa1bb38e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-94f0ca8b-e10c-47c1-a257-556efa1bb38e .shg-proportional-font-size,
#s-94f0ca8b-e10c-47c1-a257-556efa1bb38e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a61e9068-fad2-4d3b-b604-f91d1ecd6394 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-a61e9068-fad2-4d3b-b604-f91d1ecd6394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a61e9068-fad2-4d3b-b604-f91d1ecd6394.shg-box.shg-c {
  justify-content: center;
}

#s-7809028c-73a9-4be3-a45d-74d68ef47bf0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7809028c-73a9-4be3-a45d-74d68ef47bf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7809028c-73a9-4be3-a45d-74d68ef47bf0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7809028c-73a9-4be3-a45d-74d68ef47bf0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7809028c-73a9-4be3-a45d-74d68ef47bf0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e568e8c0-95d2-4dc6-953e-9577e1898fcc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e568e8c0-95d2-4dc6-953e-9577e1898fcc .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-70f4d296-f66b-4b26-aa37-eda090eb0ebb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-70f4d296-f66b-4b26-aa37-eda090eb0ebb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-70f4d296-f66b-4b26-aa37-eda090eb0ebb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-70f4d296-f66b-4b26-aa37-eda090eb0ebb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-70f4d296-f66b-4b26-aa37-eda090eb0ebb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-6c425705-d179-4c05-963e-ad47642dbfc7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6c425705-d179-4c05-963e-ad47642dbfc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c425705-d179-4c05-963e-ad47642dbfc7 {
  cursor: pointer;
}#s-6c425705-d179-4c05-963e-ad47642dbfc7.shg-box.shg-c {
  justify-content: center;
}

#s-f0a52aff-a42e-4026-8287-720677b9c81a {
  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-ca284489-efcc-4b03-9536-cf9bf3edfb8c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c {
  max-width:  100%;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c {
  max-width:  100%;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c {
  max-width:  100%;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c {
  max-width:  100%;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c {
  max-width:  100%;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c .shg-image-zoom,
.shg-c#s-ca284489-efcc-4b03-9536-cf9bf3edfb8c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ef8cb815-71d3-4182-9a54-ed014a710b1c {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef8cb815-71d3-4182-9a54-ed014a710b1c .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-12b68ddb-a58e-40c6-b35d-8b66bb2c3b3f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-12b68ddb-a58e-40c6-b35d-8b66bb2c3b3f .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-12b68ddb-a58e-40c6-b35d-8b66bb2c3b3f .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-12b68ddb-a58e-40c6-b35d-8b66bb2c3b3f .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-6c4bf043-047a-4f29-b5e7-64dfe20caffb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6c4bf043-047a-4f29-b5e7-64dfe20caffb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c4bf043-047a-4f29-b5e7-64dfe20caffb {
  cursor: pointer;
}#s-6c4bf043-047a-4f29-b5e7-64dfe20caffb.shg-box.shg-c {
  justify-content: center;
}

#s-65ad982f-cf2a-4684-b0dd-9d11b30d6b99 {
  margin-left: auto;
margin-right: auto;
}

#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 {
  max-width:  100%;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 {
  max-width:  100%;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 {
  max-width:  100%;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 {
  max-width:  100%;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 {
  max-width:  100%;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 .shg-image-zoom,
.shg-c#s-4fb98b01-ec73-488d-bb67-d9bf723a8629 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b56cefef-3e55-4c16-973f-10b2c0b00a63 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b56cefef-3e55-4c16-973f-10b2c0b00a63 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7ef3c638-e6e5-423d-a94b-ccc836839266 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7ef3c638-e6e5-423d-a94b-ccc836839266 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-7ef3c638-e6e5-423d-a94b-ccc836839266 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-7ef3c638-e6e5-423d-a94b-ccc836839266 .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-d5ac4f35-1e71-45bf-af85-96c5d51d8383 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d5ac4f35-1e71-45bf-af85-96c5d51d8383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5ac4f35-1e71-45bf-af85-96c5d51d8383 {
  cursor: pointer;
}#s-d5ac4f35-1e71-45bf-af85-96c5d51d8383.shg-box.shg-c {
  justify-content: center;
}

#s-c5802050-5e64-4aa5-ab0a-c47f29f974dd {
  margin-left: auto;
margin-right: auto;
}

#s-cd524681-c673-410a-848b-6b192018c034 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 {
  max-width:  100%;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 {
  max-width:  100%;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 {
  max-width:  100%;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 {
  max-width:  100%;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 {
  max-width:  100%;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cd524681-c673-410a-848b-6b192018c034 .shg-image-zoom,
.shg-c#s-cd524681-c673-410a-848b-6b192018c034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5ba06f91-65d8-455f-a371-97a21ea0766b {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ba06f91-65d8-455f-a371-97a21ea0766b .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a858032c-fb2a-4804-a344-14b042a50e25 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a858032c-fb2a-4804-a344-14b042a50e25 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-a858032c-fb2a-4804-a344-14b042a50e25 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-a858032c-fb2a-4804-a344-14b042a50e25 .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-427c9b07-05c1-4dfd-814d-03cb83a77036 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-427c9b07-05c1-4dfd-814d-03cb83a77036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-427c9b07-05c1-4dfd-814d-03cb83a77036 {
  cursor: pointer;
}#s-427c9b07-05c1-4dfd-814d-03cb83a77036.shg-box.shg-c {
  justify-content: center;
}

#s-ebaedd26-1c6e-494f-8604-6e4c9ed6d135 {
  margin-left: auto;
margin-right: auto;
}

#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 {
  max-width:  100%;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 {
  max-width:  100%;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 {
  max-width:  100%;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 {
  max-width:  100%;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 {
  max-width:  100%;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 .shg-image-zoom,
.shg-c#s-2b9baad2-80db-4339-9d6b-fa746f24c5d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-12f4291f-21b2-4190-a969-512bdc5613f1 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12f4291f-21b2-4190-a969-512bdc5613f1 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f35c49ce-f651-4807-b59e-a0b7ab26bad6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f35c49ce-f651-4807-b59e-a0b7ab26bad6 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-f35c49ce-f651-4807-b59e-a0b7ab26bad6 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-f35c49ce-f651-4807-b59e-a0b7ab26bad6 .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-c0a2f60e-9837-4268-82f1-f3b44e562212 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c0a2f60e-9837-4268-82f1-f3b44e562212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0a2f60e-9837-4268-82f1-f3b44e562212 {
  cursor: pointer;
}#s-c0a2f60e-9837-4268-82f1-f3b44e562212.shg-box.shg-c {
  justify-content: center;
}

#s-3854c37b-f39a-4ba6-bca6-0e259c484f2e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3854c37b-f39a-4ba6-bca6-0e259c484f2e {
  display: none;
}
#s-3854c37b-f39a-4ba6-bca6-0e259c484f2e, #wrap-s-3854c37b-f39a-4ba6-bca6-0e259c484f2e, #wrap-content-s-3854c37b-f39a-4ba6-bca6-0e259c484f2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3854c37b-f39a-4ba6-bca6-0e259c484f2e {
  display: none;
}
#s-3854c37b-f39a-4ba6-bca6-0e259c484f2e, #wrap-s-3854c37b-f39a-4ba6-bca6-0e259c484f2e, #wrap-content-s-3854c37b-f39a-4ba6-bca6-0e259c484f2e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3854c37b-f39a-4ba6-bca6-0e259c484f2e {
  display: none;
}
#s-3854c37b-f39a-4ba6-bca6-0e259c484f2e, #wrap-s-3854c37b-f39a-4ba6-bca6-0e259c484f2e, #wrap-content-s-3854c37b-f39a-4ba6-bca6-0e259c484f2e { display: none !important; }}@media (max-width: 767px){#s-3854c37b-f39a-4ba6-bca6-0e259c484f2e {
  display: none;
}
#s-3854c37b-f39a-4ba6-bca6-0e259c484f2e, #wrap-s-3854c37b-f39a-4ba6-bca6-0e259c484f2e, #wrap-content-s-3854c37b-f39a-4ba6-bca6-0e259c484f2e { display: none !important; }}
#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 {
  max-width:  100%;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 {
  max-width:  100%;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 {
  max-width:  100%;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 {
  max-width:  100%;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 {
  max-width:  100%;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 .shg-image-zoom,
.shg-c#s-bbf567e0-380f-4cba-8f84-14dccd8f6613 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1e760bda-5af1-4513-8e93-bffb618cf73c {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e760bda-5af1-4513-8e93-bffb618cf73c .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-51117021-4ed7-4b86-9a59-6f37b7453237 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-51117021-4ed7-4b86-9a59-6f37b7453237 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 32px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-51117021-4ed7-4b86-9a59-6f37b7453237 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 32px;
}

#s-51117021-4ed7-4b86-9a59-6f37b7453237 .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-bfb058d0-9300-41fe-955a-b8ee2f98b2e3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-bfb058d0-9300-41fe-955a-b8ee2f98b2e3 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfb058d0-9300-41fe-955a-b8ee2f98b2e3 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-bfb058d0-9300-41fe-955a-b8ee2f98b2e3 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-bfb058d0-9300-41fe-955a-b8ee2f98b2e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfb058d0-9300-41fe-955a-b8ee2f98b2e3.shg-box.shg-c {
  justify-content: center;
}

#s-74b50505-436c-4c71-ace4-c8d4982dc84e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-74b50505-436c-4c71-ace4-c8d4982dc84e {
  text-align: center;
}
}
#s-74b50505-436c-4c71-ace4-c8d4982dc84e .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-74b50505-436c-4c71-ace4-c8d4982dc84e .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-4e013e10-cf6b-4b1b-9640-9113ee56ae9a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-abe05ae2-1979-452a-a42f-26b643e30b09 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-abe05ae2-1979-452a-a42f-26b643e30b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abe05ae2-1979-452a-a42f-26b643e30b09.shg-box.shg-c {
  justify-content: center;
}

#s-456c7b18-0161-4cb4-9e90-f66dae535ddf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-456c7b18-0161-4cb4-9e90-f66dae535ddf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-456c7b18-0161-4cb4-9e90-f66dae535ddf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-456c7b18-0161-4cb4-9e90-f66dae535ddf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-456c7b18-0161-4cb4-9e90-f66dae535ddf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5b377381-7b74-4028-b361-99f7f84255f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5b377381-7b74-4028-b361-99f7f84255f2 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-fa212726-36c9-4555-91bf-42eaa8d83e08 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-fa212726-36c9-4555-91bf-42eaa8d83e08 {
  text-align: left;
}
}
#s-fa212726-36c9-4555-91bf-42eaa8d83e08 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-fa212726-36c9-4555-91bf-42eaa8d83e08 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-c67ab22d-ab01-44dc-a8b0-48a1a5f87b0f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-c67ab22d-ab01-44dc-a8b0-48a1a5f87b0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c67ab22d-ab01-44dc-a8b0-48a1a5f87b0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c67ab22d-ab01-44dc-a8b0-48a1a5f87b0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c67ab22d-ab01-44dc-a8b0-48a1a5f87b0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c67ab22d-ab01-44dc-a8b0-48a1a5f87b0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c67ab22d-ab01-44dc-a8b0-48a1a5f87b0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c67ab22d-ab01-44dc-a8b0-48a1a5f87b0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-18c2dc8e-d979-47ab-80cf-fc9e3b3eb937 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18c2dc8e-d979-47ab-80cf-fc9e3b3eb937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18c2dc8e-d979-47ab-80cf-fc9e3b3eb937 {
  cursor: pointer;
}#s-18c2dc8e-d979-47ab-80cf-fc9e3b3eb937.shg-box.shg-c {
  justify-content: center;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-334fd2ca-8862-4783-9344-d8b59315c135 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-334fd2ca-8862-4783-9344-d8b59315c135 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-334fd2ca-8862-4783-9344-d8b59315c135 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-334fd2ca-8862-4783-9344-d8b59315c135 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-334fd2ca-8862-4783-9344-d8b59315c135 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-334fd2ca-8862-4783-9344-d8b59315c135 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-334fd2ca-8862-4783-9344-d8b59315c135 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-334fd2ca-8862-4783-9344-d8b59315c135 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-334fd2ca-8862-4783-9344-d8b59315c135 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-334fd2ca-8862-4783-9344-d8b59315c135 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-334fd2ca-8862-4783-9344-d8b59315c135 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-334fd2ca-8862-4783-9344-d8b59315c135 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-334fd2ca-8862-4783-9344-d8b59315c135 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-334fd2ca-8862-4783-9344-d8b59315c135 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-334fd2ca-8862-4783-9344-d8b59315c135 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-334fd2ca-8862-4783-9344-d8b59315c135 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-334fd2ca-8862-4783-9344-d8b59315c135 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-334fd2ca-8862-4783-9344-d8b59315c135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-334fd2ca-8862-4783-9344-d8b59315c135 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-334fd2ca-8862-4783-9344-d8b59315c135 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334fd2ca-8862-4783-9344-d8b59315c135.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bd4a870a-f9f9-475f-ab03-4684fcbd8768 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd4a870a-f9f9-475f-ab03-4684fcbd8768 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-347ad0b0-afe3-4fd3-bf12-d7a10449554e {
  margin-left: auto;
margin-right: auto;
}

#s-614604ca-759b-4fcf-8118-bcadbf9b47dc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-614604ca-759b-4fcf-8118-bcadbf9b47dc .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 28px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-614604ca-759b-4fcf-8118-bcadbf9b47dc .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 28px;
}

#s-614604ca-759b-4fcf-8118-bcadbf9b47dc .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-3d9e161e-98e5-41e8-a911-591e492d13cc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3d9e161e-98e5-41e8-a911-591e492d13cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d9e161e-98e5-41e8-a911-591e492d13cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d9e161e-98e5-41e8-a911-591e492d13cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d9e161e-98e5-41e8-a911-591e492d13cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d9e161e-98e5-41e8-a911-591e492d13cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d9e161e-98e5-41e8-a911-591e492d13cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d9e161e-98e5-41e8-a911-591e492d13cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5e6469a2-6989-4dee-9fa6-bd83c5142525 {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-5e6469a2-6989-4dee-9fa6-bd83c5142525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e6469a2-6989-4dee-9fa6-bd83c5142525.shg-box.shg-c {
  justify-content: center;
}

#s-6df44a06-8ec8-4397-9d1f-11aa7cc15295 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6df44a06-8ec8-4397-9d1f-11aa7cc15295 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b3ed198b-ead1-439a-9492-700f3e095db0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b3ed198b-ead1-439a-9492-700f3e095db0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3ed198b-ead1-439a-9492-700f3e095db0 {
  cursor: pointer;
}#s-b3ed198b-ead1-439a-9492-700f3e095db0.shg-box.shg-c {
  justify-content: center;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fa06fab-97f0-4708-b4aa-7895ec2b46bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-585cd9c6-c67f-4488-8f6d-f061b5247815 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-585cd9c6-c67f-4488-8f6d-f061b5247815 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a5bc7397-31bd-408d-a28e-e70f8b10d36f {
  margin-left: auto;
margin-right: auto;
}

#s-1b133969-da3b-4e74-bde8-33b3f1eba10a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1b133969-da3b-4e74-bde8-33b3f1eba10a .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-1b133969-da3b-4e74-bde8-33b3f1eba10a .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-1b133969-da3b-4e74-bde8-33b3f1eba10a .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-9cd8e09c-a816-4bfb-b8c4-85d697682455 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9cd8e09c-a816-4bfb-b8c4-85d697682455"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9cd8e09c-a816-4bfb-b8c4-85d697682455"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cd8e09c-a816-4bfb-b8c4-85d697682455"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cd8e09c-a816-4bfb-b8c4-85d697682455"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5679ac-fa19-4fd5-bd8a-82b1f3225069.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3aefceb8-d370-43a7-af7c-69879003f045 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3aefceb8-d370-43a7-af7c-69879003f045 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3aefceb8-d370-43a7-af7c-69879003f045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3aefceb8-d370-43a7-af7c-69879003f045 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3aefceb8-d370-43a7-af7c-69879003f045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3aefceb8-d370-43a7-af7c-69879003f045 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3aefceb8-d370-43a7-af7c-69879003f045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3aefceb8-d370-43a7-af7c-69879003f045 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3aefceb8-d370-43a7-af7c-69879003f045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3aefceb8-d370-43a7-af7c-69879003f045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3aefceb8-d370-43a7-af7c-69879003f045 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aefceb8-d370-43a7-af7c-69879003f045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c6c27cd9-0552-4e48-98cd-132097a494b7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-c6c27cd9-0552-4e48-98cd-132097a494b7 .shg-proportional-font-size,
#s-c6c27cd9-0552-4e48-98cd-132097a494b7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-da129c76-b484-42d6-9799-7dd7c63bb92a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8a2dd311-3731-4694-96e7-0aaf523c6932 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-8a2dd311-3731-4694-96e7-0aaf523c6932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a2dd311-3731-4694-96e7-0aaf523c6932.shg-box.shg-c {
  justify-content: center;
}

#s-821afdce-f05c-4d6c-937b-f1141eaa46e4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-821afdce-f05c-4d6c-937b-f1141eaa46e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-821afdce-f05c-4d6c-937b-f1141eaa46e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-821afdce-f05c-4d6c-937b-f1141eaa46e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-821afdce-f05c-4d6c-937b-f1141eaa46e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3694e301-4503-41dc-84d5-05231963955c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3694e301-4503-41dc-84d5-05231963955c .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-15f2312d-7e45-42df-bdb9-aa229d73f6bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-15f2312d-7e45-42df-bdb9-aa229d73f6bc {
  text-align: left;
}
}
#s-15f2312d-7e45-42df-bdb9-aa229d73f6bc .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-15f2312d-7e45-42df-bdb9-aa229d73f6bc .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-2fe81345-870d-4991-a273-db671f983f39 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-2fe81345-870d-4991-a273-db671f983f39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fe81345-870d-4991-a273-db671f983f39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fe81345-870d-4991-a273-db671f983f39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fe81345-870d-4991-a273-db671f983f39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fe81345-870d-4991-a273-db671f983f39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fe81345-870d-4991-a273-db671f983f39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fe81345-870d-4991-a273-db671f983f39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4e4669cc-1d76-404c-979d-7e2cda016291 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4e4669cc-1d76-404c-979d-7e2cda016291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e4669cc-1d76-404c-979d-7e2cda016291 {
  cursor: pointer;
}#s-4e4669cc-1d76-404c-979d-7e2cda016291.shg-box.shg-c {
  justify-content: center;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9ddd6dc-679c-49c9-83e4-f0b947ddfb32.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d53a4375-6021-497d-bf8b-023bc26979d6 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d53a4375-6021-497d-bf8b-023bc26979d6 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a2e4885d-6389-4ceb-a378-ee67e6c78c4e {
  margin-left: auto;
margin-right: auto;
}

#s-f940abf8-6ab9-4cf1-824f-e49bfd8cab53 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f940abf8-6ab9-4cf1-824f-e49bfd8cab53 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 28px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-f940abf8-6ab9-4cf1-824f-e49bfd8cab53 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 28px;
}

#s-f940abf8-6ab9-4cf1-824f-e49bfd8cab53 .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-0adffcc5-9253-4cef-9d6d-211a163fe9f2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0adffcc5-9253-4cef-9d6d-211a163fe9f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0adffcc5-9253-4cef-9d6d-211a163fe9f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0adffcc5-9253-4cef-9d6d-211a163fe9f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0adffcc5-9253-4cef-9d6d-211a163fe9f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0adffcc5-9253-4cef-9d6d-211a163fe9f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0adffcc5-9253-4cef-9d6d-211a163fe9f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0adffcc5-9253-4cef-9d6d-211a163fe9f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-79bad0f8-7101-4f7d-a2b6-813abf6eb6e2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-79bad0f8-7101-4f7d-a2b6-813abf6eb6e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79bad0f8-7101-4f7d-a2b6-813abf6eb6e2.shg-box.shg-c {
  justify-content: center;
}

#s-d062984b-e69b-4011-8244-38e08f3f2289 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d062984b-e69b-4011-8244-38e08f3f2289 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6215ec2e-329a-4562-92e0-02d170058a9b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6215ec2e-329a-4562-92e0-02d170058a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6215ec2e-329a-4562-92e0-02d170058a9b {
  cursor: pointer;
}#s-6215ec2e-329a-4562-92e0-02d170058a9b.shg-box.shg-c {
  justify-content: center;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aff6efb1-5d5d-44cd-94db-0f0d2511c709.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7268b814-1e2d-4bd6-8072-372fa08df940 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7268b814-1e2d-4bd6-8072-372fa08df940 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c8dbe559-4224-47ff-835b-27bfb3007cc5 {
  margin-left: auto;
margin-right: auto;
}

#s-1775f044-2539-457a-9014-c0eb6383f8aa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1775f044-2539-457a-9014-c0eb6383f8aa .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-1775f044-2539-457a-9014-c0eb6383f8aa .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-1775f044-2539-457a-9014-c0eb6383f8aa .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-2692777c-531d-4506-bd71-343bd069835c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2692777c-531d-4506-bd71-343bd069835c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2692777c-531d-4506-bd71-343bd069835c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2692777c-531d-4506-bd71-343bd069835c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2692777c-531d-4506-bd71-343bd069835c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cce819c-7a49-4339-9bbf-aa880ae78cd1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-342407bd-392c-4447-970c-b833c1d1fdb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-342407bd-392c-4447-970c-b833c1d1fdb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-342407bd-392c-4447-970c-b833c1d1fdb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-342407bd-392c-4447-970c-b833c1d1fdb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-342407bd-392c-4447-970c-b833c1d1fdb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-342407bd-392c-4447-970c-b833c1d1fdb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342407bd-392c-4447-970c-b833c1d1fdb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5b8a1356-b384-41d9-921d-f38cc28ea2f6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-5b8a1356-b384-41d9-921d-f38cc28ea2f6 .shg-proportional-font-size,
#s-5b8a1356-b384-41d9-921d-f38cc28ea2f6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b7304729-0607-4f54-8179-b86ee526dccb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-b7304729-0607-4f54-8179-b86ee526dccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7304729-0607-4f54-8179-b86ee526dccb.shg-box.shg-c {
  justify-content: center;
}

#s-4b34a439-b974-4c6c-8ec8-81bb44ed811d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4b34a439-b974-4c6c-8ec8-81bb44ed811d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b34a439-b974-4c6c-8ec8-81bb44ed811d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b34a439-b974-4c6c-8ec8-81bb44ed811d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b34a439-b974-4c6c-8ec8-81bb44ed811d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd5a8969-0128-4e12-a637-a0f6ac8bbc00 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd5a8969-0128-4e12-a637-a0f6ac8bbc00 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-4f47f3e6-dc59-4296-ac6f-3979fe12fc68 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-4f47f3e6-dc59-4296-ac6f-3979fe12fc68 {
  text-align: left;
}
}
#s-4f47f3e6-dc59-4296-ac6f-3979fe12fc68 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-4f47f3e6-dc59-4296-ac6f-3979fe12fc68 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-be9e440a-537a-4f17-8556-afeae8b9623e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-be9e440a-537a-4f17-8556-afeae8b9623e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be9e440a-537a-4f17-8556-afeae8b9623e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be9e440a-537a-4f17-8556-afeae8b9623e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be9e440a-537a-4f17-8556-afeae8b9623e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be9e440a-537a-4f17-8556-afeae8b9623e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be9e440a-537a-4f17-8556-afeae8b9623e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be9e440a-537a-4f17-8556-afeae8b9623e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-89fbb11c-8e73-4c84-a4ae-942413e82ae1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-89fbb11c-8e73-4c84-a4ae-942413e82ae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89fbb11c-8e73-4c84-a4ae-942413e82ae1 {
  cursor: pointer;
}#s-89fbb11c-8e73-4c84-a4ae-942413e82ae1.shg-box.shg-c {
  justify-content: center;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
text-align: center;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44f98b55-5355-4ed0-a58f-0523e439fbe7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44f98b55-5355-4ed0-a58f-0523e439fbe7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f98b55-5355-4ed0-a58f-0523e439fbe7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ec7e847e-d809-4e78-9f6b-2e1f665cd634 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec7e847e-d809-4e78-9f6b-2e1f665cd634 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-670f84aa-f26f-4c33-ae0f-89e324806fa0 {
  margin-left: auto;
margin-right: auto;
}

#s-e45bab1d-93e0-4b23-bcf1-aa78e6311f30 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e45bab1d-93e0-4b23-bcf1-aa78e6311f30 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 28px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-e45bab1d-93e0-4b23-bcf1-aa78e6311f30 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 28px;
}

#s-e45bab1d-93e0-4b23-bcf1-aa78e6311f30 .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-74c4dc8c-3889-4f46-8e45-ff61410bedfc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-74c4dc8c-3889-4f46-8e45-ff61410bedfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74c4dc8c-3889-4f46-8e45-ff61410bedfc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74c4dc8c-3889-4f46-8e45-ff61410bedfc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74c4dc8c-3889-4f46-8e45-ff61410bedfc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74c4dc8c-3889-4f46-8e45-ff61410bedfc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74c4dc8c-3889-4f46-8e45-ff61410bedfc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74c4dc8c-3889-4f46-8e45-ff61410bedfc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-7775f518-72ea-42d1-ada5-7291aca9ee6f {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}








#s-7775f518-72ea-42d1-ada5-7291aca9ee6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7775f518-72ea-42d1-ada5-7291aca9ee6f.shg-box.shg-c {
  justify-content: center;
}

#s-bf945856-84c6-4946-8172-7809ac694620 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf945856-84c6-4946-8172-7809ac694620 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-370458b2-ee4d-4ad6-8e34-8ba4b0135791 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-370458b2-ee4d-4ad6-8e34-8ba4b0135791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-370458b2-ee4d-4ad6-8e34-8ba4b0135791 {
  cursor: pointer;
}#s-370458b2-ee4d-4ad6-8e34-8ba4b0135791.shg-box.shg-c {
  justify-content: center;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
text-align: center;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4960332d-7af3-4966-8190-cf4b0c8c90de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4960332d-7af3-4966-8190-cf4b0c8c90de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4960332d-7af3-4966-8190-cf4b0c8c90de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4960332d-7af3-4966-8190-cf4b0c8c90de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4960332d-7af3-4966-8190-cf4b0c8c90de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4960332d-7af3-4966-8190-cf4b0c8c90de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4960332d-7af3-4966-8190-cf4b0c8c90de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8758d29c-94b7-4d54-8bac-9c02353c50e4 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8758d29c-94b7-4d54-8bac-9c02353c50e4 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f38d86c2-9946-46f5-8bdd-f62bc0de52fe {
  margin-left: auto;
margin-right: auto;
}

#s-64ef92c7-4d78-4aa1-b362-1b56fb2591f4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-64ef92c7-4d78-4aa1-b362-1b56fb2591f4 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-64ef92c7-4d78-4aa1-b362-1b56fb2591f4 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-64ef92c7-4d78-4aa1-b362-1b56fb2591f4 .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-7037e66a-e3e6-4ba6-9622-7508a16cf437 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7037e66a-e3e6-4ba6-9622-7508a16cf437"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7037e66a-e3e6-4ba6-9622-7508a16cf437"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7037e66a-e3e6-4ba6-9622-7508a16cf437"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7037e66a-e3e6-4ba6-9622-7508a16cf437"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  margin-left: auto;
margin-right: auto;
max-width: 1260px;
text-align: center;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 img.shogun-image {
  width: 100%;
  
  
  max-width: 1260px;

      
    max-width: 1260px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54d0215-9a28-43d7-9cb7-a61e7ff82792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 3px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7afa9aa1-a98a-46cc-9c90-c0b7dfd60a76.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ae4b225e-254b-4204-b9b4-ada11ebe9f19 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

#s-ae4b225e-254b-4204-b9b4-ada11ebe9f19 .shg-proportional-font-size,
#s-ae4b225e-254b-4204-b9b4-ada11ebe9f19 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-478914da-2ed7-4498-88ce-d0f09a6a54fe {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-478914da-2ed7-4498-88ce-d0f09a6a54fe {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-478914da-2ed7-4498-88ce-d0f09a6a54fe {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-478914da-2ed7-4498-88ce-d0f09a6a54fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-478914da-2ed7-4498-88ce-d0f09a6a54fe.shg-box.shg-c {
  justify-content: center;
}

#s-26ccc553-2d5d-4b3a-85f4-a9e15e696804 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-26ccc553-2d5d-4b3a-85f4-a9e15e696804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26ccc553-2d5d-4b3a-85f4-a9e15e696804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26ccc553-2d5d-4b3a-85f4-a9e15e696804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26ccc553-2d5d-4b3a-85f4-a9e15e696804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8b08e9a5-0ff7-455b-8fcf-30be62b0ba6f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b08e9a5-0ff7-455b-8fcf-30be62b0ba6f .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-2283951b-a071-4530-a5f1-c118302bcabc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2283951b-a071-4530-a5f1-c118302bcabc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2283951b-a071-4530-a5f1-c118302bcabc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2283951b-a071-4530-a5f1-c118302bcabc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2283951b-a071-4530-a5f1-c118302bcabc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-6d15ed91-c36a-4946-9a1c-60ba980395ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6d15ed91-c36a-4946-9a1c-60ba980395ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d15ed91-c36a-4946-9a1c-60ba980395ab.shg-box.shg-c {
  justify-content: center;
}

#s-ae2ab4bc-803c-4eae-a745-dce401c00323 {
  margin-left: auto;
margin-right: auto;
}

#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 {
  max-width:  100%;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 {
  max-width:  100%;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 {
  max-width:  100%;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 {
  max-width:  100%;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 {
  max-width:  100%;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 .shg-image-zoom,
.shg-c#s-b88daa3a-017a-45ac-a001-a7e65a4ee516 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7d48bdbd-955a-4999-9154-8591ac74e409 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d48bdbd-955a-4999-9154-8591ac74e409 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3c835427-9d47-48ab-9edf-2a0405dffe41 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3c835427-9d47-48ab-9edf-2a0405dffe41 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-3c835427-9d47-48ab-9edf-2a0405dffe41 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-3c835427-9d47-48ab-9edf-2a0405dffe41 .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-078d25a3-f183-4687-8670-81c488d5f984 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-078d25a3-f183-4687-8670-81c488d5f984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-078d25a3-f183-4687-8670-81c488d5f984.shg-box.shg-c {
  justify-content: center;
}

#s-fa599d4c-7d6e-4ac6-ab91-5b9c3732f086 {
  margin-left: auto;
margin-right: auto;
}

#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf {
  max-width:  100%;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf {
  max-width:  100%;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf {
  max-width:  100%;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf {
  max-width:  100%;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf {
  max-width:  100%;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf .shg-image-zoom,
.shg-c#s-52e0c73f-e4c7-4c28-9a84-128c4b1e05cf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-84933da8-a2c8-42ab-925b-6532b2da1c5c {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84933da8-a2c8-42ab-925b-6532b2da1c5c .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-df9512ee-0ae5-4a1f-a73d-10aa8b1360da {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-df9512ee-0ae5-4a1f-a73d-10aa8b1360da .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-df9512ee-0ae5-4a1f-a73d-10aa8b1360da .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-df9512ee-0ae5-4a1f-a73d-10aa8b1360da .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-2e0e6983-30de-46a1-8df6-6a66b878f2af {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2e0e6983-30de-46a1-8df6-6a66b878f2af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e0e6983-30de-46a1-8df6-6a66b878f2af.shg-box.shg-c {
  justify-content: center;
}

#s-3f44fb07-65ee-40cb-b9c1-8c58a21a8d5d {
  margin-left: auto;
margin-right: auto;
}

#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 {
  max-width:  100%;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 {
  max-width:  100%;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 {
  max-width:  100%;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 {
  max-width:  100%;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 {
  max-width:  100%;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 .shg-image-zoom,
.shg-c#s-3cdab84b-1e4a-4c2d-9c29-d6f7e42b3fc6 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d4d0ef66-60e1-437f-8080-424a77d60549 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4d0ef66-60e1-437f-8080-424a77d60549 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a30dc2bc-e198-46c4-8926-a1bd886a2a38 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a30dc2bc-e198-46c4-8926-a1bd886a2a38 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-a30dc2bc-e198-46c4-8926-a1bd886a2a38 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-a30dc2bc-e198-46c4-8926-a1bd886a2a38 .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-5915d0e2-b877-4893-ba2f-9bf46103519d {
  margin-left: auto;
margin-right: auto;
}

#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c {
  max-width:  100%;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c {
  max-width:  100%;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c {
  max-width:  100%;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c {
  max-width:  100%;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c {
  max-width:  100%;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c .shg-image-zoom,
.shg-c#s-89f0bd30-03b5-4ca6-9f8f-96e9c049d80c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f56de256-b088-4659-9ecc-719f09023d83 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f56de256-b088-4659-9ecc-719f09023d83 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8be87b31-89dc-4d61-8bd2-6de8e3ab98f1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8be87b31-89dc-4d61-8bd2-6de8e3ab98f1 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-8be87b31-89dc-4d61-8bd2-6de8e3ab98f1 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-8be87b31-89dc-4d61-8bd2-6de8e3ab98f1 .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-f6cd6b36-e5b5-4d36-a6f8-b1cf17b7f3ad {
  margin-left: auto;
margin-right: auto;
}

#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 {
  max-width:  100%;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 {
  max-width:  100%;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 {
  max-width:  100%;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 {
  max-width:  100%;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 {
  max-width:  100%;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 .shg-image-zoom,
.shg-c#s-30cfae2a-aa9f-4dd1-a286-4457d7eab503 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2611c8c2-d42a-4ecc-bd79-54723c70919d {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2611c8c2-d42a-4ecc-bd79-54723c70919d .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-385ee305-7d42-45ad-89b3-99216d3d903e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-385ee305-7d42-45ad-89b3-99216d3d903e .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-385ee305-7d42-45ad-89b3-99216d3d903e .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-385ee305-7d42-45ad-89b3-99216d3d903e .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-86c04b5b-4e91-448e-9f30-14230721a637 {
  margin-left: auto;
margin-right: auto;
}

#s-689001c6-fddd-4371-a487-5d8142ac938a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a {
  max-width:  100%;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a {
  max-width:  100%;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a {
  max-width:  100%;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a {
  max-width:  100%;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a {
  max-width:  100%;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a .shg-image-zoom,
.shg-c#s-689001c6-fddd-4371-a487-5d8142ac938a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e966bdad-f712-49ba-84c1-c6e82e20f39f {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e966bdad-f712-49ba-84c1-c6e82e20f39f .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-071ba174-20e5-46a0-b7d4-90aeb8b97f94 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-071ba174-20e5-46a0-b7d4-90aeb8b97f94 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-071ba174-20e5-46a0-b7d4-90aeb8b97f94 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-071ba174-20e5-46a0-b7d4-90aeb8b97f94 .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-a52cb642-f870-4b12-9b54-059ffc3a1f89 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(229, 229, 229, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a52cb642-f870-4b12-9b54-059ffc3a1f89 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-a52cb642-f870-4b12-9b54-059ffc3a1f89 {
  margin-left: 1%;
margin-right: 1%;
}
}







#s-a52cb642-f870-4b12-9b54-059ffc3a1f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a52cb642-f870-4b12-9b54-059ffc3a1f89.shg-box.shg-c {
  justify-content: center;
}

#s-3c66e3ff-f57f-4ff8-bdbf-58862bc6209a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3c66e3ff-f57f-4ff8-bdbf-58862bc6209a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c66e3ff-f57f-4ff8-bdbf-58862bc6209a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c66e3ff-f57f-4ff8-bdbf-58862bc6209a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c66e3ff-f57f-4ff8-bdbf-58862bc6209a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d3a46627-03e0-4d8d-9463-f38631e10f3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d3a46627-03e0-4d8d-9463-f38631e10f3b .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a74c89a2-e0be-4191-81c9-86be78609849 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a74c89a2-e0be-4191-81c9-86be78609849"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a74c89a2-e0be-4191-81c9-86be78609849"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a74c89a2-e0be-4191-81c9-86be78609849"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a74c89a2-e0be-4191-81c9-86be78609849"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-ef74ad87-55ba-4b5f-8930-ccc717bcc3e9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ef74ad87-55ba-4b5f-8930-ccc717bcc3e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef74ad87-55ba-4b5f-8930-ccc717bcc3e9 {
  cursor: pointer;
}#s-ef74ad87-55ba-4b5f-8930-ccc717bcc3e9.shg-box.shg-c {
  justify-content: center;
}

#s-d892fd95-b2ba-4438-b869-ac3b80036a24 {
  margin-left: auto;
margin-right: auto;
}

#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 {
  max-width:  100%;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 {
  max-width:  100%;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 {
  max-width:  100%;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 {
  max-width:  100%;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 {
  max-width:  100%;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 .shg-image-zoom,
.shg-c#s-8b2cd8e7-8b34-4fe9-bfd1-5e209bd460d8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c76371eb-639c-40da-9d42-4fc6c8db0d50 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c76371eb-639c-40da-9d42-4fc6c8db0d50 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-37ddee56-b51e-47bf-b4ba-2e312d5e524b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-37ddee56-b51e-47bf-b4ba-2e312d5e524b .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-37ddee56-b51e-47bf-b4ba-2e312d5e524b .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-37ddee56-b51e-47bf-b4ba-2e312d5e524b .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-98a323f2-235c-4818-bc4f-95eab54c6360 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-98a323f2-235c-4818-bc4f-95eab54c6360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98a323f2-235c-4818-bc4f-95eab54c6360 {
  cursor: pointer;
}#s-98a323f2-235c-4818-bc4f-95eab54c6360.shg-box.shg-c {
  justify-content: center;
}

#s-3dd0855a-6d6a-48e5-9914-4623292c86c3 {
  margin-left: auto;
margin-right: auto;
}

#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b {
  max-width:  100%;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b {
  max-width:  100%;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b {
  max-width:  100%;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b {
  max-width:  100%;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b {
  max-width:  100%;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b .shg-image-zoom,
.shg-c#s-bc17fe08-e9f2-45b3-a7c5-2bda86d6559b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2a7158a5-b6c7-476e-a78f-7db8b899d0f6 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a7158a5-b6c7-476e-a78f-7db8b899d0f6 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-747b54fc-5653-40f8-a56f-9aa34c860fea {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-747b54fc-5653-40f8-a56f-9aa34c860fea .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-747b54fc-5653-40f8-a56f-9aa34c860fea .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-747b54fc-5653-40f8-a56f-9aa34c860fea .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-78858d81-9834-4bce-9665-5c28a046e9f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-78858d81-9834-4bce-9665-5c28a046e9f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78858d81-9834-4bce-9665-5c28a046e9f5 {
  cursor: pointer;
}#s-78858d81-9834-4bce-9665-5c28a046e9f5.shg-box.shg-c {
  justify-content: center;
}

#s-7e8e4d3e-9ba9-44e7-b00a-0eca3218ca00 {
  margin-left: auto;
margin-right: auto;
}

#s-0088b724-3a8e-4724-a82c-40954fbb5e57 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 {
  max-width:  100%;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 {
  max-width:  100%;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 {
  max-width:  100%;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 {
  max-width:  100%;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 {
  max-width:  100%;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 .shg-image-zoom,
.shg-c#s-0088b724-3a8e-4724-a82c-40954fbb5e57 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bba2fe00-3bbe-47be-ae46-c2ad1ec8e058 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bba2fe00-3bbe-47be-ae46-c2ad1ec8e058 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  900 ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-099cfa3a-2394-4a8d-a1f2-2d0da26024f6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-099cfa3a-2394-4a8d-a1f2-2d0da26024f6 .shg-product-sold-out {
  display: none;
  color: rgba(174, 0, 0, 1);
  font-size: 20px;
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
}

#s-099cfa3a-2394-4a8d-a1f2-2d0da26024f6 .shg-product-price {
  color: rgba(174, 0, 0, 1);
  font-weight:  900 ;
  font-family: Inter;
  font-style:  normal ;
  font-size: 20px;
}

#s-099cfa3a-2394-4a8d-a1f2-2d0da26024f6 .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;
}

/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}