.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-83d6783b-60d5-4e9e-979b-da71c803a3f3 {
  margin-left: auto;
margin-right: auto;
min-height: 30px;
}








#s-83d6783b-60d5-4e9e-979b-da71c803a3f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83d6783b-60d5-4e9e-979b-da71c803a3f3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin-left: auto;
margin-right: auto;
max-width: 2550px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  display: none;
}
#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d, #wrap-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d, #wrap-content-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d { display: none !important; }}@media (max-width: 767px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  display: none;
}
#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d, #wrap-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d, #wrap-content-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d { display: none !important; }}
#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  max-width: 2550px;

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




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c2a25e7-bc80-4479-bbbc-9d0722848b7d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  display: none;
}
#s-bd5fa58a-699b-4fac-8b56-bc87675c7450, #wrap-s-bd5fa58a-699b-4fac-8b56-bc87675c7450, #wrap-content-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  display: none;
}
#s-bd5fa58a-699b-4fac-8b56-bc87675c7450, #wrap-s-bd5fa58a-699b-4fac-8b56-bc87675c7450, #wrap-content-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 { display: none !important; }}
#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

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




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bd5fa58a-699b-4fac-8b56-bc87675c7450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bd5fa58a-699b-4fac-8b56-bc87675c7450 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd5fa58a-699b-4fac-8b56-bc87675c7450.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a7c10976-dbb9-4bf1-bb79-29eede481b32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a7c10976-dbb9-4bf1-bb79-29eede481b32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7c10976-dbb9-4bf1-bb79-29eede481b32.shg-box.shg-c {
  justify-content: center;
}

#s-b5707e1d-a369-42f7-8c26-3ffce9a2a688 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
min-height: 50px;
}








#s-b5707e1d-a369-42f7-8c26-3ffce9a2a688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5707e1d-a369-42f7-8c26-3ffce9a2a688.shg-box.shg-c {
  justify-content: center;
}

.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 {
  
  
  
}

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-6591edf6-efce-4c66-974c-5f6827047fe3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-6591edf6-efce-4c66-974c-5f6827047fe3 {
  display: none;
}
#s-6591edf6-efce-4c66-974c-5f6827047fe3, #wrap-s-6591edf6-efce-4c66-974c-5f6827047fe3, #wrap-content-s-6591edf6-efce-4c66-974c-5f6827047fe3 { display: none !important; }}@media (max-width: 767px){#s-6591edf6-efce-4c66-974c-5f6827047fe3 {
  display: none;
}
#s-6591edf6-efce-4c66-974c-5f6827047fe3, #wrap-s-6591edf6-efce-4c66-974c-5f6827047fe3, #wrap-content-s-6591edf6-efce-4c66-974c-5f6827047fe3 { display: none !important; }}
#s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef {
  display: none;
}
#s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef, #wrap-s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef, #wrap-content-s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef {
  display: none;
}
#s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef, #wrap-s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef, #wrap-content-s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef {
  
}
}@media (max-width: 767px){#s-a42e5ab9-4fc0-4aaf-91f3-6e1376bbafef {
  
}
}
.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 {
  
  
}

.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-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3-root {
    text-align: center;
  }


#s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3-root {
    text-align: center;
  }


#s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3-root {
    text-align: center;
  }


#s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3-root {
    text-align: center;
  }


#s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3-root {
    text-align: center;
  }


#s-ea5834b6-a1ea-4f1e-88de-909fa41a5bf3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9e61c1f5-a757-4ad4-8c84-f31be96a9676 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e61c1f5-a757-4ad4-8c84-f31be96a9676 {
  display: none;
}
#s-9e61c1f5-a757-4ad4-8c84-f31be96a9676, #wrap-s-9e61c1f5-a757-4ad4-8c84-f31be96a9676, #wrap-content-s-9e61c1f5-a757-4ad4-8c84-f31be96a9676 { display: none !important; }}@media (max-width: 767px){#s-9e61c1f5-a757-4ad4-8c84-f31be96a9676 {
  display: none;
}
#s-9e61c1f5-a757-4ad4-8c84-f31be96a9676, #wrap-s-9e61c1f5-a757-4ad4-8c84-f31be96a9676, #wrap-content-s-9e61c1f5-a757-4ad4-8c84-f31be96a9676 { display: none !important; }}
#s-d423727a-865b-4e93-b3cf-1d0701360e77 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-d423727a-865b-4e93-b3cf-1d0701360e77 {
  display: none;
}
#s-d423727a-865b-4e93-b3cf-1d0701360e77, #wrap-s-d423727a-865b-4e93-b3cf-1d0701360e77, #wrap-content-s-d423727a-865b-4e93-b3cf-1d0701360e77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d423727a-865b-4e93-b3cf-1d0701360e77 {
  display: none;
}
#s-d423727a-865b-4e93-b3cf-1d0701360e77, #wrap-s-d423727a-865b-4e93-b3cf-1d0701360e77, #wrap-content-s-d423727a-865b-4e93-b3cf-1d0701360e77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d423727a-865b-4e93-b3cf-1d0701360e77 {
  
}
}@media (max-width: 767px){#s-d423727a-865b-4e93-b3cf-1d0701360e77 {
  
}
}
#s-a01fd93e-3961-4ad2-9f2a-b25387f6b1f9 {
  margin-top: 0px;
margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a01fd93e-3961-4ad2-9f2a-b25387f6b1f9 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a01fd93e-3961-4ad2-9f2a-b25387f6b1f9 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-b7a9e005-00db-410f-a682-0a2a27bc1512 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b7a9e005-00db-410f-a682-0a2a27bc1512 {
  margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7a9e005-00db-410f-a682-0a2a27bc1512 {
  margin-left: 0%;
margin-right: -4%;
}
}







#s-b7a9e005-00db-410f-a682-0a2a27bc1512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7a9e005-00db-410f-a682-0a2a27bc1512.shg-box.shg-c {
  justify-content: center;
}

#s-afa464b5-57bf-48ab-b972-0c66c16f7aa9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.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-8ef90eb8-0f82-45e3-a0d2-9072876d166c {
  margin-top: 25px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
}
@media (max-width: 767px){#s-8ef90eb8-0f82-45e3-a0d2-9072876d166c {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-8ef90eb8-0f82-45e3-a0d2-9072876d166c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ef90eb8-0f82-45e3-a0d2-9072876d166c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ef90eb8-0f82-45e3-a0d2-9072876d166c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ef90eb8-0f82-45e3-a0d2-9072876d166c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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;
  
  
  text-transform: none;
  
  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-95d2581e-82b6-4165-adbe-57c70cd3a672 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-95d2581e-82b6-4165-adbe-57c70cd3a672 {
  display: none;
}
#s-95d2581e-82b6-4165-adbe-57c70cd3a672, #wrap-s-95d2581e-82b6-4165-adbe-57c70cd3a672, #wrap-content-s-95d2581e-82b6-4165-adbe-57c70cd3a672 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95d2581e-82b6-4165-adbe-57c70cd3a672 {
  display: none;
}
#s-95d2581e-82b6-4165-adbe-57c70cd3a672, #wrap-s-95d2581e-82b6-4165-adbe-57c70cd3a672, #wrap-content-s-95d2581e-82b6-4165-adbe-57c70cd3a672 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95d2581e-82b6-4165-adbe-57c70cd3a672 {
  display: none;
}
#s-95d2581e-82b6-4165-adbe-57c70cd3a672, #wrap-s-95d2581e-82b6-4165-adbe-57c70cd3a672, #wrap-content-s-95d2581e-82b6-4165-adbe-57c70cd3a672 { display: none !important; }}@media (max-width: 767px){#s-95d2581e-82b6-4165-adbe-57c70cd3a672 {
  
}
}
#s-95d2581e-82b6-4165-adbe-57c70cd3a672 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-888530bc-28f5-4be3-9024-f0a8aa340951 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-888530bc-28f5-4be3-9024-f0a8aa340951 {
  display: none;
}
#s-888530bc-28f5-4be3-9024-f0a8aa340951, #wrap-s-888530bc-28f5-4be3-9024-f0a8aa340951, #wrap-content-s-888530bc-28f5-4be3-9024-f0a8aa340951 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-888530bc-28f5-4be3-9024-f0a8aa340951 {
  display: none;
}
#s-888530bc-28f5-4be3-9024-f0a8aa340951, #wrap-s-888530bc-28f5-4be3-9024-f0a8aa340951, #wrap-content-s-888530bc-28f5-4be3-9024-f0a8aa340951 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-888530bc-28f5-4be3-9024-f0a8aa340951 {
  display: none;
}
#s-888530bc-28f5-4be3-9024-f0a8aa340951, #wrap-s-888530bc-28f5-4be3-9024-f0a8aa340951, #wrap-content-s-888530bc-28f5-4be3-9024-f0a8aa340951 { display: none !important; }}
#s-6fd5e276-5ea6-44e4-bbf5-7c81f7bd0023 {
  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-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 {
  margin-top: -10px;
margin-bottom: 0px;
}
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 {
  max-width:  100%;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom,
.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 {
  max-width:  100%;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom,
.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  max-width: 500px !important;
  
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 {
  max-width:  100%;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom,
.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  max-width: 450px !important;
  
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 {
  max-width:  100%;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom,
.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 {
  max-width:  100%;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom,
.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb85e53e-c28b-45a0-b3cd-0b7a43e8f321 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8c6dcff4-81f7-4d46-972a-5a266e8f02fa {
  margin-left: auto;
margin-right: auto;
}

#s-c4145e2f-4236-40fd-b59b-d4bc8711ac61 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-c4145e2f-4236-40fd-b59b-d4bc8711ac61 {
  display: none;
}
#s-c4145e2f-4236-40fd-b59b-d4bc8711ac61, #wrap-s-c4145e2f-4236-40fd-b59b-d4bc8711ac61, #wrap-content-s-c4145e2f-4236-40fd-b59b-d4bc8711ac61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4145e2f-4236-40fd-b59b-d4bc8711ac61 {
  display: none;
}
#s-c4145e2f-4236-40fd-b59b-d4bc8711ac61, #wrap-s-c4145e2f-4236-40fd-b59b-d4bc8711ac61, #wrap-content-s-c4145e2f-4236-40fd-b59b-d4bc8711ac61 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4145e2f-4236-40fd-b59b-d4bc8711ac61 {
  display: none;
}
#s-c4145e2f-4236-40fd-b59b-d4bc8711ac61, #wrap-s-c4145e2f-4236-40fd-b59b-d4bc8711ac61, #wrap-content-s-c4145e2f-4236-40fd-b59b-d4bc8711ac61 { display: none !important; }}@media (max-width: 767px){#s-c4145e2f-4236-40fd-b59b-d4bc8711ac61 {
  
}
}
@media (min-width: 0px) {
[id="s-c4145e2f-4236-40fd-b59b-d4bc8711ac61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-c4145e2f-4236-40fd-b59b-d4bc8711ac61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-c4145e2f-4236-40fd-b59b-d4bc8711ac61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-c4145e2f-4236-40fd-b59b-d4bc8711ac61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

.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 {
  
  
  
}

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-f0f1d181-1583-46bc-b6e0-de2eca6de88d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f0f1d181-1583-46bc-b6e0-de2eca6de88d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0f1d181-1583-46bc-b6e0-de2eca6de88d {
  
}
}@media (max-width: 767px){#s-f0f1d181-1583-46bc-b6e0-de2eca6de88d {
  
}
}
#s-f0f1d181-1583-46bc-b6e0-de2eca6de88d .shg-proportional-font-size,
#s-f0f1d181-1583-46bc-b6e0-de2eca6de88d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-62ec434e-f3a5-42e9-9752-78af596aaceb {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-62ec434e-f3a5-42e9-9752-78af596aaceb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62ec434e-f3a5-42e9-9752-78af596aaceb {
  
}
}@media (max-width: 767px){#s-62ec434e-f3a5-42e9-9752-78af596aaceb {
  
}
}
#s-62ec434e-f3a5-42e9-9752-78af596aaceb .shg-proportional-font-size,
#s-62ec434e-f3a5-42e9-9752-78af596aaceb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9b6919f2-b978-4801-b111-3c1817343160 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9b6919f2-b978-4801-b111-3c1817343160 {
  display: none;
}
#s-9b6919f2-b978-4801-b111-3c1817343160, #wrap-s-9b6919f2-b978-4801-b111-3c1817343160, #wrap-content-s-9b6919f2-b978-4801-b111-3c1817343160 { display: none !important; }}
#s-9b6919f2-b978-4801-b111-3c1817343160 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  
  
}



#s-b07861ef-80ce-49bc-9b73-6c4ed4d0529e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b07861ef-80ce-49bc-9b73-6c4ed4d0529e {
  margin-left: 0%;
margin-right: -18%;
}
}







#s-b07861ef-80ce-49bc-9b73-6c4ed4d0529e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b07861ef-80ce-49bc-9b73-6c4ed4d0529e.shg-box.shg-c {
  justify-content: center;
}

#s-7cf53f4d-2fdf-4917-9657-0112f7c5538c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7cf53f4d-2fdf-4917-9657-0112f7c5538c {
  display: none;
}
#s-7cf53f4d-2fdf-4917-9657-0112f7c5538c, #wrap-s-7cf53f4d-2fdf-4917-9657-0112f7c5538c, #wrap-content-s-7cf53f4d-2fdf-4917-9657-0112f7c5538c { display: none !important; }}
#s-846ae562-c145-4a4f-8031-7235b7a3c683 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-846ae562-c145-4a4f-8031-7235b7a3c683 {
  display: none;
}
#s-846ae562-c145-4a4f-8031-7235b7a3c683, #wrap-s-846ae562-c145-4a4f-8031-7235b7a3c683, #wrap-content-s-846ae562-c145-4a4f-8031-7235b7a3c683 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-846ae562-c145-4a4f-8031-7235b7a3c683 {
  display: none;
}
#s-846ae562-c145-4a4f-8031-7235b7a3c683, #wrap-s-846ae562-c145-4a4f-8031-7235b7a3c683, #wrap-content-s-846ae562-c145-4a4f-8031-7235b7a3c683 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-846ae562-c145-4a4f-8031-7235b7a3c683 {
  display: none;
}
#s-846ae562-c145-4a4f-8031-7235b7a3c683, #wrap-s-846ae562-c145-4a4f-8031-7235b7a3c683, #wrap-content-s-846ae562-c145-4a4f-8031-7235b7a3c683 { display: none !important; }}@media (max-width: 767px){#s-846ae562-c145-4a4f-8031-7235b7a3c683 {
  
}
}
#s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4 {
  margin-left: 0%;
margin-right: 47%;
padding-right: 8%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4 {
  margin-right: 37%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4 {
  margin-right: 0%;
}
}@media (max-width: 767px){#s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4 {
  display: none;
}
#s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4, #wrap-s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4, #wrap-content-s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72e73545-ee9b-4d56-85ef-d88d9aa0c8c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1e24a540-6b41-4390-a535-1703f18be7fd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1e24a540-6b41-4390-a535-1703f18be7fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e24a540-6b41-4390-a535-1703f18be7fd {
  
}
}@media (max-width: 767px){#s-1e24a540-6b41-4390-a535-1703f18be7fd {
  
}
}
#s-1e24a540-6b41-4390-a535-1703f18be7fd .shg-proportional-font-size,
#s-1e24a540-6b41-4390-a535-1703f18be7fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c8b18051-dca7-4865-acfb-f016084142fe {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c8b18051-dca7-4865-acfb-f016084142fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8b18051-dca7-4865-acfb-f016084142fe {
  
}
}@media (max-width: 767px){#s-c8b18051-dca7-4865-acfb-f016084142fe {
  
}
}
#s-c8b18051-dca7-4865-acfb-f016084142fe .shg-proportional-font-size,
#s-c8b18051-dca7-4865-acfb-f016084142fe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-59b0c585-9027-4f0a-92d5-e3f5d70573f7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-59b0c585-9027-4f0a-92d5-e3f5d70573f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59b0c585-9027-4f0a-92d5-e3f5d70573f7 {
  margin-left: 0%;
margin-right: -33%;
}
}@media (max-width: 767px){#s-59b0c585-9027-4f0a-92d5-e3f5d70573f7 {
  display: none;
}
#s-59b0c585-9027-4f0a-92d5-e3f5d70573f7, #wrap-s-59b0c585-9027-4f0a-92d5-e3f5d70573f7, #wrap-content-s-59b0c585-9027-4f0a-92d5-e3f5d70573f7 { display: none !important; }}
#s-59b0c585-9027-4f0a-92d5-e3f5d70573f7 .shg-proportional-font-size,
#s-59b0c585-9027-4f0a-92d5-e3f5d70573f7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

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

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

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

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

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

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  margin-top: 20px;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTI1OWJkMzktYzdlOC00M2Q5LTg5YTUtMGJjMjk2ZGNiZDRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MjU5YmQzOS1jN2U4LTQzZDktODlhNS0wYmMyOTZkY2JkNGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}@media (min-width: 1200px){#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  margin-top: 1px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  margin-top: 0px;
margin-right: 0%;
padding-left: 28px;
padding-right: 28px;
}
}@media (max-width: 767px){#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  display: none;
}
#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea, #wrap-s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea, #wrap-content-s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea { display: none !important; }}

  #s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea-atc-btn-wrapper {
    text-align: left;
  }


#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea-atc-btn-wrapper {
    text-align: left;
  }


#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea-atc-btn-wrapper {
    text-align: left;
  }


#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea-atc-btn-wrapper {
    text-align: left;
  }


#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea-atc-btn-wrapper {
    text-align: left;
  }


#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1547b98a-1e9d-4ddd-bfd3-d19a1af3f6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec {
  display: none;
}
#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec, #wrap-s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec, #wrap-content-s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec {
  display: none;
}
#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec, #wrap-s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec, #wrap-content-s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec {
  display: none;
}
#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec, #wrap-s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec, #wrap-content-s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec { display: none !important; }}@media (max-width: 767px){#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec {
  
}
}
#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec .shg-proportional-font-size,
#s-e29fd75f-a1d3-4c5d-91ab-63b2d21e2dec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  margin-top: 4px;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-48714ce2-bec2-48ec-bce7-844fdc1ee547:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-48714ce2-bec2-48ec-bce7-844fdc1ee547:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2M3NGEwYzctZWI2NC00ZjUwLTk5OWEtMTcyMDYxZTI3NmFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzc0YTBjNy1lYjY0LTRmNTAtOTk5YS0xNzIwNjFlMjc2YWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}@media (min-width: 1200px){#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  display: none;
}
#s-48714ce2-bec2-48ec-bce7-844fdc1ee547, #wrap-s-48714ce2-bec2-48ec-bce7-844fdc1ee547, #wrap-content-s-48714ce2-bec2-48ec-bce7-844fdc1ee547 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  display: none;
}
#s-48714ce2-bec2-48ec-bce7-844fdc1ee547, #wrap-s-48714ce2-bec2-48ec-bce7-844fdc1ee547, #wrap-content-s-48714ce2-bec2-48ec-bce7-844fdc1ee547 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  display: none;
}
#s-48714ce2-bec2-48ec-bce7-844fdc1ee547, #wrap-s-48714ce2-bec2-48ec-bce7-844fdc1ee547, #wrap-content-s-48714ce2-bec2-48ec-bce7-844fdc1ee547 { display: none !important; }}@media (max-width: 767px){#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  
}
}

  #s-48714ce2-bec2-48ec-bce7-844fdc1ee547-atc-btn-wrapper {
    text-align: center;
  }


#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-48714ce2-bec2-48ec-bce7-844fdc1ee547-atc-btn-wrapper {
    text-align: center;
  }


#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-48714ce2-bec2-48ec-bce7-844fdc1ee547-atc-btn-wrapper {
    text-align: center;
  }


#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-48714ce2-bec2-48ec-bce7-844fdc1ee547-atc-btn-wrapper {
    text-align: center;
  }


#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-48714ce2-bec2-48ec-bce7-844fdc1ee547-atc-btn-wrapper {
    text-align: center;
  }


#s-48714ce2-bec2-48ec-bce7-844fdc1ee547 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-48714ce2-bec2-48ec-bce7-844fdc1ee547.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bd858529-263d-4331-adec-ca6f6b1b2b1e {
  margin-top: 45px;
margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-bd858529-263d-4331-adec-ca6f6b1b2b1e {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-bd858529-263d-4331-adec-ca6f6b1b2b1e .shogun-heading-component h1 {
  color: rgb(0, 172, 78);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7a4fa576-e425-4583-a78e-e40fc3d58ccb {
  margin-top: 25px;
margin-left: 16%;
margin-bottom: 0px;
margin-right: 16%;
}
@media (max-width: 767px){#s-7a4fa576-e425-4583-a78e-e40fc3d58ccb {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-7a4fa576-e425-4583-a78e-e40fc3d58ccb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7a4fa576-e425-4583-a78e-e40fc3d58ccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgb(255, 255, 255);
  padding: 10px;
}

#s-7a4fa576-e425-4583-a78e-e40fc3d58ccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgb(57, 57, 57);
}

#s-7a4fa576-e425-4583-a78e-e40fc3d58ccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7a4fa576-e425-4583-a78e-e40fc3d58ccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgb(57, 57, 57);
  text-align: center;
  font-family: Open Sans;
  font-weight: 700;
  
  font-size: 14px;
}

#s-7a4fa576-e425-4583-a78e-e40fc3d58ccb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-4f62f8b3-2c3a-4b0a-968e-28e294747781 {
  margin-left: auto;
margin-right: auto;
}

#s-4f62f8b3-2c3a-4b0a-968e-28e294747781 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 > .swiper-button-prev,
#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 > .swiper-button-next {
  
}

#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 > .swiper-button-prev svg,
#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4f62f8b3-2c3a-4b0a-968e-28e294747781 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f5d22a00-80da-4a1d-a20e-0a65c19eb2f6 {
  margin-left: auto;
margin-right: auto;
}

#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cf6df04-ecc1-492a-84cb-5b0b8e6b2b2d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-8543fb97-c6e5-4f81-9ec2-c39dad5fc495 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8543fb97-c6e5-4f81-9ec2-c39dad5fc495 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1c3901b6-d3a1-4da5-b552-d402b46e9673 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1c3901b6-d3a1-4da5-b552-d402b46e9673 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1c3901b6-d3a1-4da5-b552-d402b46e9673 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1c3901b6-d3a1-4da5-b552-d402b46e9673 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-863bb435-7bbf-4058-a0f0-08233954e084:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-863bb435-7bbf-4058-a0f0-08233954e084:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-863bb435-7bbf-4058-a0f0-08233954e084-atc-btn-wrapper {
    text-align: center;
  }


#s-863bb435-7bbf-4058-a0f0-08233954e084 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-863bb435-7bbf-4058-a0f0-08233954e084-atc-btn-wrapper {
    text-align: center;
  }


#s-863bb435-7bbf-4058-a0f0-08233954e084 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-863bb435-7bbf-4058-a0f0-08233954e084-atc-btn-wrapper {
    text-align: center;
  }


#s-863bb435-7bbf-4058-a0f0-08233954e084 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-863bb435-7bbf-4058-a0f0-08233954e084-atc-btn-wrapper {
    text-align: center;
  }


#s-863bb435-7bbf-4058-a0f0-08233954e084 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-863bb435-7bbf-4058-a0f0-08233954e084-atc-btn-wrapper {
    text-align: center;
  }


#s-863bb435-7bbf-4058-a0f0-08233954e084 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-863bb435-7bbf-4058-a0f0-08233954e084.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0414b0d8-a987-4f2f-b939-24620dae1abe {
  margin-left: auto;
margin-right: auto;
}

#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba125dbd-8c3b-40b2-9a09-14463f5df7b8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ca4831c9-96b4-4369-bf9f-ec44bdec753d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca4831c9-96b4-4369-bf9f-ec44bdec753d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-aaafd5e8-2ab4-4ab8-bc62-ded435aa543e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-aaafd5e8-2ab4-4ab8-bc62-ded435aa543e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-aaafd5e8-2ab4-4ab8-bc62-ded435aa543e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-aaafd5e8-2ab4-4ab8-bc62-ded435aa543e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-09393620-dde9-4c4e-afe0-5e0f24022e5b:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-09393620-dde9-4c4e-afe0-5e0f24022e5b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-09393620-dde9-4c4e-afe0-5e0f24022e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-09393620-dde9-4c4e-afe0-5e0f24022e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-09393620-dde9-4c4e-afe0-5e0f24022e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-09393620-dde9-4c4e-afe0-5e0f24022e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-09393620-dde9-4c4e-afe0-5e0f24022e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-09393620-dde9-4c4e-afe0-5e0f24022e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-09393620-dde9-4c4e-afe0-5e0f24022e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-09393620-dde9-4c4e-afe0-5e0f24022e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-09393620-dde9-4c4e-afe0-5e0f24022e5b-atc-btn-wrapper {
    text-align: center;
  }


#s-09393620-dde9-4c4e-afe0-5e0f24022e5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-09393620-dde9-4c4e-afe0-5e0f24022e5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5ed7517f-7a88-4467-b10e-69a396b11434 {
  margin-left: auto;
margin-right: auto;
}

#s-0ea56799-7c30-4e73-ae4c-301879055c37 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ea56799-7c30-4e73-ae4c-301879055c37 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e9b125ec-feb7-411f-8ca6-56cdcf368eaa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9b125ec-feb7-411f-8ca6-56cdcf368eaa .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-47be89aa-6878-4c5c-9c1a-ac04e41907a9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-47be89aa-6878-4c5c-9c1a-ac04e41907a9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-47be89aa-6878-4c5c-9c1a-ac04e41907a9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-47be89aa-6878-4c5c-9c1a-ac04e41907a9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a-atc-btn-wrapper {
    text-align: center;
  }


#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a-atc-btn-wrapper {
    text-align: center;
  }


#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a-atc-btn-wrapper {
    text-align: center;
  }


#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a-atc-btn-wrapper {
    text-align: center;
  }


#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a-atc-btn-wrapper {
    text-align: center;
  }


#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b2700d36-9c31-4b74-b0c9-f6c6fdf11e1a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-19f72962-31c4-4814-841e-509a5f2a6afe {
  margin-left: auto;
margin-right: auto;
}

#s-a2a88808-7f30-4581-a876-891423053885 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a2a88808-7f30-4581-a876-891423053885 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a88808-7f30-4581-a876-891423053885 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2a88808-7f30-4581-a876-891423053885 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a88808-7f30-4581-a876-891423053885 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2a88808-7f30-4581-a876-891423053885 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a88808-7f30-4581-a876-891423053885 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2a88808-7f30-4581-a876-891423053885 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a88808-7f30-4581-a876-891423053885 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a2a88808-7f30-4581-a876-891423053885 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2a88808-7f30-4581-a876-891423053885 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-65e0c0e9-14f3-4252-a877-8f0f7c574a7c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65e0c0e9-14f3-4252-a877-8f0f7c574a7c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ac77b77d-1a99-4e21-ae31-fba9c408dca4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ac77b77d-1a99-4e21-ae31-fba9c408dca4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ac77b77d-1a99-4e21-ae31-fba9c408dca4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ac77b77d-1a99-4e21-ae31-fba9c408dca4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-53a21f02-aae6-40a3-bdf4-a6967cf80343:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-53a21f02-aae6-40a3-bdf4-a6967cf80343:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-53a21f02-aae6-40a3-bdf4-a6967cf80343-atc-btn-wrapper {
    text-align: center;
  }


#s-53a21f02-aae6-40a3-bdf4-a6967cf80343 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-53a21f02-aae6-40a3-bdf4-a6967cf80343-atc-btn-wrapper {
    text-align: center;
  }


#s-53a21f02-aae6-40a3-bdf4-a6967cf80343 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-53a21f02-aae6-40a3-bdf4-a6967cf80343-atc-btn-wrapper {
    text-align: center;
  }


#s-53a21f02-aae6-40a3-bdf4-a6967cf80343 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-53a21f02-aae6-40a3-bdf4-a6967cf80343-atc-btn-wrapper {
    text-align: center;
  }


#s-53a21f02-aae6-40a3-bdf4-a6967cf80343 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-53a21f02-aae6-40a3-bdf4-a6967cf80343-atc-btn-wrapper {
    text-align: center;
  }


#s-53a21f02-aae6-40a3-bdf4-a6967cf80343 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-53a21f02-aae6-40a3-bdf4-a6967cf80343.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a3d439a2-3924-4c2a-9c7c-efbf0c6b1e45 {
  margin-left: auto;
margin-right: auto;
}

#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f0cc7f-63ec-4972-a5ca-2f0cbb138b3e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-348470f4-a0d0-4915-ab24-cd673f7048e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-348470f4-a0d0-4915-ab24-cd673f7048e6 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-81fcb2c6-7e95-4d2c-9ca0-fe55a6e8a5ec {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-81fcb2c6-7e95-4d2c-9ca0-fe55a6e8a5ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-81fcb2c6-7e95-4d2c-9ca0-fe55a6e8a5ec .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-81fcb2c6-7e95-4d2c-9ca0-fe55a6e8a5ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2e26c47f-f9a0-4086-bcaa-ad955836633c:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2e26c47f-f9a0-4086-bcaa-ad955836633c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-2e26c47f-f9a0-4086-bcaa-ad955836633c-atc-btn-wrapper {
    text-align: center;
  }


#s-2e26c47f-f9a0-4086-bcaa-ad955836633c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2e26c47f-f9a0-4086-bcaa-ad955836633c-atc-btn-wrapper {
    text-align: center;
  }


#s-2e26c47f-f9a0-4086-bcaa-ad955836633c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e26c47f-f9a0-4086-bcaa-ad955836633c-atc-btn-wrapper {
    text-align: center;
  }


#s-2e26c47f-f9a0-4086-bcaa-ad955836633c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2e26c47f-f9a0-4086-bcaa-ad955836633c-atc-btn-wrapper {
    text-align: center;
  }


#s-2e26c47f-f9a0-4086-bcaa-ad955836633c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2e26c47f-f9a0-4086-bcaa-ad955836633c-atc-btn-wrapper {
    text-align: center;
  }


#s-2e26c47f-f9a0-4086-bcaa-ad955836633c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2e26c47f-f9a0-4086-bcaa-ad955836633c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-bc48bd0c-e9a7-40e4-a6f0-075548c54b63 {
  margin-left: auto;
margin-right: auto;
}

#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9954aa62-2777-4dd8-93ec-ec33c5e6f762 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8991c2e8-b321-4058-8083-6ac0fc36eafe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8991c2e8-b321-4058-8083-6ac0fc36eafe .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-299aeb26-4c0d-4272-8f75-d0182e25b1bf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-299aeb26-4c0d-4272-8f75-d0182e25b1bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-299aeb26-4c0d-4272-8f75-d0182e25b1bf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-299aeb26-4c0d-4272-8f75-d0182e25b1bf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc-atc-btn-wrapper {
    text-align: center;
  }


#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc-atc-btn-wrapper {
    text-align: center;
  }


#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc-atc-btn-wrapper {
    text-align: center;
  }


#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc-atc-btn-wrapper {
    text-align: center;
  }


#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc-atc-btn-wrapper {
    text-align: center;
  }


#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a76d86c2-2b5d-4aaa-b114-87abc04c9fcc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f1c8e699-5c83-41a0-a70c-eb6d69e23c79 {
  margin-left: auto;
margin-right: auto;
}

#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2286d2ab-48f8-4f8b-aafe-3c977dff906d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c7e8d331-b9c8-4a59-a6e1-4d23146339fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7e8d331-b9c8-4a59-a6e1-4d23146339fb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3b8ca5d8-542b-4845-a894-32cdc8e5e146 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3b8ca5d8-542b-4845-a894-32cdc8e5e146 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-3b8ca5d8-542b-4845-a894-32cdc8e5e146 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-3b8ca5d8-542b-4845-a894-32cdc8e5e146 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0549d47a-298d-4f84-ba17-c87f3558a986:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0549d47a-298d-4f84-ba17-c87f3558a986:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-0549d47a-298d-4f84-ba17-c87f3558a986-atc-btn-wrapper {
    text-align: center;
  }


#s-0549d47a-298d-4f84-ba17-c87f3558a986 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0549d47a-298d-4f84-ba17-c87f3558a986-atc-btn-wrapper {
    text-align: center;
  }


#s-0549d47a-298d-4f84-ba17-c87f3558a986 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0549d47a-298d-4f84-ba17-c87f3558a986-atc-btn-wrapper {
    text-align: center;
  }


#s-0549d47a-298d-4f84-ba17-c87f3558a986 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0549d47a-298d-4f84-ba17-c87f3558a986-atc-btn-wrapper {
    text-align: center;
  }


#s-0549d47a-298d-4f84-ba17-c87f3558a986 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0549d47a-298d-4f84-ba17-c87f3558a986-atc-btn-wrapper {
    text-align: center;
  }


#s-0549d47a-298d-4f84-ba17-c87f3558a986 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0549d47a-298d-4f84-ba17-c87f3558a986.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f7fab0a0-47fc-4af8-87dd-8819a5d61a64 {
  margin-left: auto;
margin-right: auto;
}

#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5df314a5-d351-4ae3-aed7-4bc079a1e753 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-64019981-523e-42a5-9cda-367c343d3792 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64019981-523e-42a5-9cda-367c343d3792 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-3f4150ce-8464-42d8-95f6-734001535d66 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3f4150ce-8464-42d8-95f6-734001535d66 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-3f4150ce-8464-42d8-95f6-734001535d66 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-3f4150ce-8464-42d8-95f6-734001535d66 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2-atc-btn-wrapper {
    text-align: center;
  }


#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2-atc-btn-wrapper {
    text-align: center;
  }


#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2-atc-btn-wrapper {
    text-align: center;
  }


#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2-atc-btn-wrapper {
    text-align: center;
  }


#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2-atc-btn-wrapper {
    text-align: center;
  }


#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0c9a024c-2b8a-4a24-8bfb-7bb0c2e323a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-772d5d69-906e-400d-87a5-97255f9823b2 {
  margin-left: auto;
margin-right: auto;
}

#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c38f685c-bd0f-4df8-be6c-1d267e946bbd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-debf4af5-1475-4ca2-8785-02b57692fea1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-debf4af5-1475-4ca2-8785-02b57692fea1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4800b9a6-f09c-40dd-a7d4-863dcac2ad8c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4800b9a6-f09c-40dd-a7d4-863dcac2ad8c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-4800b9a6-f09c-40dd-a7d4-863dcac2ad8c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-4800b9a6-f09c-40dd-a7d4-863dcac2ad8c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3492e4f7-2c63-4d50-9665-78daccd74f9f:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3492e4f7-2c63-4d50-9665-78daccd74f9f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-3492e4f7-2c63-4d50-9665-78daccd74f9f-atc-btn-wrapper {
    text-align: center;
  }


#s-3492e4f7-2c63-4d50-9665-78daccd74f9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3492e4f7-2c63-4d50-9665-78daccd74f9f-atc-btn-wrapper {
    text-align: center;
  }


#s-3492e4f7-2c63-4d50-9665-78daccd74f9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3492e4f7-2c63-4d50-9665-78daccd74f9f-atc-btn-wrapper {
    text-align: center;
  }


#s-3492e4f7-2c63-4d50-9665-78daccd74f9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3492e4f7-2c63-4d50-9665-78daccd74f9f-atc-btn-wrapper {
    text-align: center;
  }


#s-3492e4f7-2c63-4d50-9665-78daccd74f9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3492e4f7-2c63-4d50-9665-78daccd74f9f-atc-btn-wrapper {
    text-align: center;
  }


#s-3492e4f7-2c63-4d50-9665-78daccd74f9f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3492e4f7-2c63-4d50-9665-78daccd74f9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-73898284-3429-454f-a6c8-bf47134a4330 {
  margin-left: auto;
margin-right: auto;
}

#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5eadeefc-c68c-47a8-b05a-bcf63cabcb09 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d7aad680-0eb2-43e6-acb0-0842ab93c1f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7aad680-0eb2-43e6-acb0-0842ab93c1f8 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2c2be5a8-c479-445d-9e7c-b838fbceca65 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2c2be5a8-c479-445d-9e7c-b838fbceca65 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2c2be5a8-c479-445d-9e7c-b838fbceca65 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2c2be5a8-c479-445d-9e7c-b838fbceca65 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b9bee383-150b-41c4-a0b5-7d781968b1d9:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b9bee383-150b-41c4-a0b5-7d781968b1d9:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-b9bee383-150b-41c4-a0b5-7d781968b1d9-atc-btn-wrapper {
    text-align: center;
  }


#s-b9bee383-150b-41c4-a0b5-7d781968b1d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b9bee383-150b-41c4-a0b5-7d781968b1d9-atc-btn-wrapper {
    text-align: center;
  }


#s-b9bee383-150b-41c4-a0b5-7d781968b1d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9bee383-150b-41c4-a0b5-7d781968b1d9-atc-btn-wrapper {
    text-align: center;
  }


#s-b9bee383-150b-41c4-a0b5-7d781968b1d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b9bee383-150b-41c4-a0b5-7d781968b1d9-atc-btn-wrapper {
    text-align: center;
  }


#s-b9bee383-150b-41c4-a0b5-7d781968b1d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b9bee383-150b-41c4-a0b5-7d781968b1d9-atc-btn-wrapper {
    text-align: center;
  }


#s-b9bee383-150b-41c4-a0b5-7d781968b1d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b9bee383-150b-41c4-a0b5-7d781968b1d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a7eff275-6333-443e-83e8-27c205d60f83 {
  margin-left: auto;
margin-right: auto;
}

#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c87fdb3-4f31-4c76-a598-0ec56f62703d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4123fd29-8249-45c2-9a67-2b6e704d0a2e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4123fd29-8249-45c2-9a67-2b6e704d0a2e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-432765ab-c3c8-4906-97bd-5b0b774d5cd9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-432765ab-c3c8-4906-97bd-5b0b774d5cd9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-432765ab-c3c8-4906-97bd-5b0b774d5cd9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-432765ab-c3c8-4906-97bd-5b0b774d5cd9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cf803e28-337a-46ce-9991-33db9833a828 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cf803e28-337a-46ce-9991-33db9833a828:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cf803e28-337a-46ce-9991-33db9833a828:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-cf803e28-337a-46ce-9991-33db9833a828-atc-btn-wrapper {
    text-align: center;
  }


#s-cf803e28-337a-46ce-9991-33db9833a828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cf803e28-337a-46ce-9991-33db9833a828-atc-btn-wrapper {
    text-align: center;
  }


#s-cf803e28-337a-46ce-9991-33db9833a828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf803e28-337a-46ce-9991-33db9833a828-atc-btn-wrapper {
    text-align: center;
  }


#s-cf803e28-337a-46ce-9991-33db9833a828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cf803e28-337a-46ce-9991-33db9833a828-atc-btn-wrapper {
    text-align: center;
  }


#s-cf803e28-337a-46ce-9991-33db9833a828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cf803e28-337a-46ce-9991-33db9833a828-atc-btn-wrapper {
    text-align: center;
  }


#s-cf803e28-337a-46ce-9991-33db9833a828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf803e28-337a-46ce-9991-33db9833a828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7011def8-9f7a-44cc-960f-ee09deb79684 {
  margin-left: auto;
margin-right: auto;
}

#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3bd7ea0-c674-466d-b902-b02f1109bea0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2bcec4f4-2668-4c6b-8092-000a03a134fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bcec4f4-2668-4c6b-8092-000a03a134fe .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-045a4357-b40e-40fd-9239-5637afaa337f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-045a4357-b40e-40fd-9239-5637afaa337f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-045a4357-b40e-40fd-9239-5637afaa337f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-045a4357-b40e-40fd-9239-5637afaa337f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5279cd52-86ea-472a-993c-293dbab59fed:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5279cd52-86ea-472a-993c-293dbab59fed:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-5279cd52-86ea-472a-993c-293dbab59fed-atc-btn-wrapper {
    text-align: center;
  }


#s-5279cd52-86ea-472a-993c-293dbab59fed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5279cd52-86ea-472a-993c-293dbab59fed-atc-btn-wrapper {
    text-align: center;
  }


#s-5279cd52-86ea-472a-993c-293dbab59fed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5279cd52-86ea-472a-993c-293dbab59fed-atc-btn-wrapper {
    text-align: center;
  }


#s-5279cd52-86ea-472a-993c-293dbab59fed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5279cd52-86ea-472a-993c-293dbab59fed-atc-btn-wrapper {
    text-align: center;
  }


#s-5279cd52-86ea-472a-993c-293dbab59fed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5279cd52-86ea-472a-993c-293dbab59fed-atc-btn-wrapper {
    text-align: center;
  }


#s-5279cd52-86ea-472a-993c-293dbab59fed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5279cd52-86ea-472a-993c-293dbab59fed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2e9179db-6c50-430e-bd2b-bb51cd647087 {
  margin-left: auto;
margin-right: auto;
}

#s-3259581c-01b8-4240-970a-bcdfc30518ae {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3259581c-01b8-4240-970a-bcdfc30518ae img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-10b8a4ab-d862-4315-a98e-1cec7ed3449e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10b8a4ab-d862-4315-a98e-1cec7ed3449e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-59775813-c525-4f1a-89dc-b72e11160cb6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-59775813-c525-4f1a-89dc-b72e11160cb6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-59775813-c525-4f1a-89dc-b72e11160cb6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-59775813-c525-4f1a-89dc-b72e11160cb6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-9e631923-a494-4f97-9bf6-fdc0d27a17ee-atc-btn-wrapper {
    text-align: center;
  }


#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9e631923-a494-4f97-9bf6-fdc0d27a17ee-atc-btn-wrapper {
    text-align: center;
  }


#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e631923-a494-4f97-9bf6-fdc0d27a17ee-atc-btn-wrapper {
    text-align: center;
  }


#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9e631923-a494-4f97-9bf6-fdc0d27a17ee-atc-btn-wrapper {
    text-align: center;
  }


#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9e631923-a494-4f97-9bf6-fdc0d27a17ee-atc-btn-wrapper {
    text-align: center;
  }


#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9e631923-a494-4f97-9bf6-fdc0d27a17ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-98927259-8fc1-4cb9-9495-4e6f0fba4f62 {
  margin-left: auto;
margin-right: auto;
}

#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6ab2b6c-6b4f-4b24-b52e-2baad937bec8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1350c7c1-d0f0-4409-8b18-64916c68e231 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1350c7c1-d0f0-4409-8b18-64916c68e231 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4ce16c12-d7a1-468e-9d88-45b76ab4d26b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4ce16c12-d7a1-468e-9d88-45b76ab4d26b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-4ce16c12-d7a1-468e-9d88-45b76ab4d26b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-4ce16c12-d7a1-468e-9d88-45b76ab4d26b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978-atc-btn-wrapper {
    text-align: center;
  }


#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978-atc-btn-wrapper {
    text-align: center;
  }


#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978-atc-btn-wrapper {
    text-align: center;
  }


#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978-atc-btn-wrapper {
    text-align: center;
  }


#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978-atc-btn-wrapper {
    text-align: center;
  }


#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c5cf8f5d-4d3c-4783-b8a2-08e3b757b978.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b1fd2025-2b6f-4284-b0c2-591493f1bcae {
  margin-left: auto;
margin-right: auto;
}

#s-4218c185-838d-4af1-8028-02e4d51ed0e0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4218c185-838d-4af1-8028-02e4d51ed0e0 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ba75c84e-8324-47b4-91b0-ec75b82c8cee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba75c84e-8324-47b4-91b0-ec75b82c8cee .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9abdeb97-a2d6-4dc8-b5d5-309afaf58ca4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9abdeb97-a2d6-4dc8-b5d5-309afaf58ca4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-9abdeb97-a2d6-4dc8-b5d5-309afaf58ca4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-9abdeb97-a2d6-4dc8-b5d5-309afaf58ca4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-cf8b44fb-08b8-4766-8856-6a30cb819b7c-atc-btn-wrapper {
    text-align: center;
  }


#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cf8b44fb-08b8-4766-8856-6a30cb819b7c-atc-btn-wrapper {
    text-align: center;
  }


#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf8b44fb-08b8-4766-8856-6a30cb819b7c-atc-btn-wrapper {
    text-align: center;
  }


#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cf8b44fb-08b8-4766-8856-6a30cb819b7c-atc-btn-wrapper {
    text-align: center;
  }


#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cf8b44fb-08b8-4766-8856-6a30cb819b7c-atc-btn-wrapper {
    text-align: center;
  }


#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cf8b44fb-08b8-4766-8856-6a30cb819b7c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-34840c8a-75a6-495e-b7e2-9a7392182a53 {
  margin-left: auto;
margin-right: auto;
}

#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b79b819-5d48-4a65-ad64-8b0ea8d644f6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-72b3e955-6194-4036-8635-deb0420f4de4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72b3e955-6194-4036-8635-deb0420f4de4 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-359b8802-69d4-4530-8bf6-0b8d9d446c29 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-359b8802-69d4-4530-8bf6-0b8d9d446c29 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-359b8802-69d4-4530-8bf6-0b8d9d446c29 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-359b8802-69d4-4530-8bf6-0b8d9d446c29 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-f6d66076-4bf8-4dd1-9302-a49d13e8c160-atc-btn-wrapper {
    text-align: center;
  }


#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f6d66076-4bf8-4dd1-9302-a49d13e8c160-atc-btn-wrapper {
    text-align: center;
  }


#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6d66076-4bf8-4dd1-9302-a49d13e8c160-atc-btn-wrapper {
    text-align: center;
  }


#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f6d66076-4bf8-4dd1-9302-a49d13e8c160-atc-btn-wrapper {
    text-align: center;
  }


#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f6d66076-4bf8-4dd1-9302-a49d13e8c160-atc-btn-wrapper {
    text-align: center;
  }


#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f6d66076-4bf8-4dd1-9302-a49d13e8c160.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b66ab925-121f-47e0-8555-b974fcf820a6 {
  margin-left: auto;
margin-right: auto;
}

#s-21825529-90e0-44ba-8ca2-996175e36974 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21825529-90e0-44ba-8ca2-996175e36974 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1eb54d0f-6c99-481f-a24c-69afb5cf2e7b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1eb54d0f-6c99-481f-a24c-69afb5cf2e7b .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-1a0ee065-b0ba-4ea0-b519-fa1dd3b18542 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1a0ee065-b0ba-4ea0-b519-fa1dd3b18542 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-1a0ee065-b0ba-4ea0-b519-fa1dd3b18542 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-1a0ee065-b0ba-4ea0-b519-fa1dd3b18542 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9fd4276d-6110-45a8-bf04-644ecc6322f9:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9fd4276d-6110-45a8-bf04-644ecc6322f9:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-9fd4276d-6110-45a8-bf04-644ecc6322f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9fd4276d-6110-45a8-bf04-644ecc6322f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9fd4276d-6110-45a8-bf04-644ecc6322f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9fd4276d-6110-45a8-bf04-644ecc6322f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fd4276d-6110-45a8-bf04-644ecc6322f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9fd4276d-6110-45a8-bf04-644ecc6322f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9fd4276d-6110-45a8-bf04-644ecc6322f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9fd4276d-6110-45a8-bf04-644ecc6322f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9fd4276d-6110-45a8-bf04-644ecc6322f9-atc-btn-wrapper {
    text-align: center;
  }


#s-9fd4276d-6110-45a8-bf04-644ecc6322f9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9fd4276d-6110-45a8-bf04-644ecc6322f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cb94717f-8ea8-4b1e-9cec-fb7a2f3f0a39 {
  margin-left: auto;
margin-right: auto;
}

#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03ab83cf-ec44-49f4-9e10-b4c5d0d2458f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c36a854b-d554-4f31-aa75-13245f953a8c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c36a854b-d554-4f31-aa75-13245f953a8c .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d6cd9d7b-f5f5-4db2-89e5-2e2007c5be03 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d6cd9d7b-f5f5-4db2-89e5-2e2007c5be03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d6cd9d7b-f5f5-4db2-89e5-2e2007c5be03 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d6cd9d7b-f5f5-4db2-89e5-2e2007c5be03 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594-atc-btn-wrapper {
    text-align: center;
  }


#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594-atc-btn-wrapper {
    text-align: center;
  }


#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594-atc-btn-wrapper {
    text-align: center;
  }


#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594-atc-btn-wrapper {
    text-align: center;
  }


#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594-atc-btn-wrapper {
    text-align: center;
  }


#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3f9faf6b-1b5c-4f2e-be56-6e2cf9034594.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-0e59e6ca-8ade-4277-935f-3fd28935573e {
  margin-left: auto;
margin-right: auto;
}

#s-14930aac-3a41-4316-bbb9-f26f3d991b8c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-14930aac-3a41-4316-bbb9-f26f3d991b8c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e8455fa6-0ea2-4c54-b859-00172bc3f95f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8455fa6-0ea2-4c54-b859-00172bc3f95f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-b23fb465-a58c-43aa-8a0b-4a5713c551de {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b23fb465-a58c-43aa-8a0b-4a5713c551de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-b23fb465-a58c-43aa-8a0b-4a5713c551de .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-b23fb465-a58c-43aa-8a0b-4a5713c551de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54-atc-btn-wrapper {
    text-align: center;
  }


#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54-atc-btn-wrapper {
    text-align: center;
  }


#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54-atc-btn-wrapper {
    text-align: center;
  }


#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54-atc-btn-wrapper {
    text-align: center;
  }


#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54-atc-btn-wrapper {
    text-align: center;
  }


#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3644fb89-0c4d-43e8-8d0b-5a3395a2aa54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5c3a9a3d-529f-4969-a908-f2cbceade99b {
  margin-left: auto;
margin-right: auto;
}

#s-1b2168d3-0ea7-4363-a498-208f4d79029d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b2168d3-0ea7-4363-a498-208f4d79029d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-52336774-388e-495e-9b58-1cd327730a55 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52336774-388e-495e-9b58-1cd327730a55 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c506abb4-19e6-409a-84a2-9eefe369c243 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c506abb4-19e6-409a-84a2-9eefe369c243 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c506abb4-19e6-409a-84a2-9eefe369c243 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c506abb4-19e6-409a-84a2-9eefe369c243 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9b0a83ef-345c-4c81-aaeb-7383398c3503:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9b0a83ef-345c-4c81-aaeb-7383398c3503:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-9b0a83ef-345c-4c81-aaeb-7383398c3503-atc-btn-wrapper {
    text-align: center;
  }


#s-9b0a83ef-345c-4c81-aaeb-7383398c3503 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9b0a83ef-345c-4c81-aaeb-7383398c3503-atc-btn-wrapper {
    text-align: center;
  }


#s-9b0a83ef-345c-4c81-aaeb-7383398c3503 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b0a83ef-345c-4c81-aaeb-7383398c3503-atc-btn-wrapper {
    text-align: center;
  }


#s-9b0a83ef-345c-4c81-aaeb-7383398c3503 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9b0a83ef-345c-4c81-aaeb-7383398c3503-atc-btn-wrapper {
    text-align: center;
  }


#s-9b0a83ef-345c-4c81-aaeb-7383398c3503 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9b0a83ef-345c-4c81-aaeb-7383398c3503-atc-btn-wrapper {
    text-align: center;
  }


#s-9b0a83ef-345c-4c81-aaeb-7383398c3503 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9b0a83ef-345c-4c81-aaeb-7383398c3503.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-318ac553-6444-4b4b-8301-c24fd5bcf8c6 {
  margin-left: auto;
margin-right: auto;
}

#s-0803526a-fafa-4a25-b661-785683e59ccd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0803526a-fafa-4a25-b661-785683e59ccd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c90b0ddb-42c7-48bc-be69-82b94b36bb07 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c90b0ddb-42c7-48bc-be69-82b94b36bb07 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a4adcd65-a21d-4ce9-a313-1ffe62047b48 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a4adcd65-a21d-4ce9-a313-1ffe62047b48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a4adcd65-a21d-4ce9-a313-1ffe62047b48 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a4adcd65-a21d-4ce9-a313-1ffe62047b48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6af753ee-173c-48af-b294-1e0859f8cd0f:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6af753ee-173c-48af-b294-1e0859f8cd0f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-6af753ee-173c-48af-b294-1e0859f8cd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-6af753ee-173c-48af-b294-1e0859f8cd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6af753ee-173c-48af-b294-1e0859f8cd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-6af753ee-173c-48af-b294-1e0859f8cd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6af753ee-173c-48af-b294-1e0859f8cd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-6af753ee-173c-48af-b294-1e0859f8cd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6af753ee-173c-48af-b294-1e0859f8cd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-6af753ee-173c-48af-b294-1e0859f8cd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6af753ee-173c-48af-b294-1e0859f8cd0f-atc-btn-wrapper {
    text-align: center;
  }


#s-6af753ee-173c-48af-b294-1e0859f8cd0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6af753ee-173c-48af-b294-1e0859f8cd0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-57d3e666-f593-4d94-a938-fd12fe41d023 {
  margin-left: auto;
margin-right: auto;
}

#s-e32dd670-573f-40ea-a790-0fe22dbabec3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e32dd670-573f-40ea-a790-0fe22dbabec3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-39087f05-2da5-4e41-acbc-ddc0eb834e21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39087f05-2da5-4e41-acbc-ddc0eb834e21 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-fdbf1f90-a8e4-4df8-809c-78526897f066 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-fdbf1f90-a8e4-4df8-809c-78526897f066 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-fdbf1f90-a8e4-4df8-809c-78526897f066 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-fdbf1f90-a8e4-4df8-809c-78526897f066 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3fab5d0c-2008-46de-8108-f0d7fadf1385:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3fab5d0c-2008-46de-8108-f0d7fadf1385:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-3fab5d0c-2008-46de-8108-f0d7fadf1385-atc-btn-wrapper {
    text-align: center;
  }


#s-3fab5d0c-2008-46de-8108-f0d7fadf1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3fab5d0c-2008-46de-8108-f0d7fadf1385-atc-btn-wrapper {
    text-align: center;
  }


#s-3fab5d0c-2008-46de-8108-f0d7fadf1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fab5d0c-2008-46de-8108-f0d7fadf1385-atc-btn-wrapper {
    text-align: center;
  }


#s-3fab5d0c-2008-46de-8108-f0d7fadf1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3fab5d0c-2008-46de-8108-f0d7fadf1385-atc-btn-wrapper {
    text-align: center;
  }


#s-3fab5d0c-2008-46de-8108-f0d7fadf1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3fab5d0c-2008-46de-8108-f0d7fadf1385-atc-btn-wrapper {
    text-align: center;
  }


#s-3fab5d0c-2008-46de-8108-f0d7fadf1385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3fab5d0c-2008-46de-8108-f0d7fadf1385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b8f4d46f-d835-4cd8-a74a-dcc784fb0412 {
  margin-left: auto;
margin-right: auto;
}

#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4383e0fb-5b5e-491f-8044-4fa284c2da2f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-92524809-7da9-493a-8339-6d4d0d07ac26 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92524809-7da9-493a-8339-6d4d0d07ac26 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e4f836c7-4807-4700-8e29-0fd2e5932952 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e4f836c7-4807-4700-8e29-0fd2e5932952 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e4f836c7-4807-4700-8e29-0fd2e5932952 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e4f836c7-4807-4700-8e29-0fd2e5932952 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-149d2cd1-b461-4c8a-8468-382137e3ef03:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-149d2cd1-b461-4c8a-8468-382137e3ef03:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjRjYmUyNjgtZDA1My00YzhlLTk0ZDctMWM5MzIzZjU1MTA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNGNiZTI2OC1kMDUzLTRjOGUtOTRkNy0xYzkzMjNmNTUxMDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-149d2cd1-b461-4c8a-8468-382137e3ef03-atc-btn-wrapper {
    text-align: center;
  }


#s-149d2cd1-b461-4c8a-8468-382137e3ef03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-149d2cd1-b461-4c8a-8468-382137e3ef03-atc-btn-wrapper {
    text-align: center;
  }


#s-149d2cd1-b461-4c8a-8468-382137e3ef03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-149d2cd1-b461-4c8a-8468-382137e3ef03-atc-btn-wrapper {
    text-align: center;
  }


#s-149d2cd1-b461-4c8a-8468-382137e3ef03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-149d2cd1-b461-4c8a-8468-382137e3ef03-atc-btn-wrapper {
    text-align: center;
  }


#s-149d2cd1-b461-4c8a-8468-382137e3ef03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-149d2cd1-b461-4c8a-8468-382137e3ef03-atc-btn-wrapper {
    text-align: center;
  }


#s-149d2cd1-b461-4c8a-8468-382137e3ef03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-149d2cd1-b461-4c8a-8468-382137e3ef03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e0f0dbe5-2611-4737-ad82-724f7c2c8f5a {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 25px;
padding-left: 15%;
padding-bottom: 25px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(38, 86, 166, 1);
}








#s-e0f0dbe5-2611-4737-ad82-724f7c2c8f5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0f0dbe5-2611-4737-ad82-724f7c2c8f5a.shg-box.shg-c {
  justify-content: center;
}

#s-6e86b260-c352-4b55-aa94-5faa58924aab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e86b260-c352-4b55-aa94-5faa58924aab .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-6e86b260-c352-4b55-aa94-5faa58924aab .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-babccd5a-b693-4e18-8a4b-9ab946b184a1 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-babccd5a-b693-4e18-8a4b-9ab946b184a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-babccd5a-b693-4e18-8a4b-9ab946b184a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-babccd5a-b693-4e18-8a4b-9ab946b184a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-babccd5a-b693-4e18-8a4b-9ab946b184a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-a6973830-e181-42b2-877d-82e48f5cb857 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
  box-sizing: border-box;
}



.s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6973830-e181-42b2-877d-82e48f5cb857 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
      position: relative;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-a6973830-e181-42b2-877d-82e48f5cb857 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
  box-sizing: border-box;
}



.s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6973830-e181-42b2-877d-82e48f5cb857 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
      position: relative;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a6973830-e181-42b2-877d-82e48f5cb857 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
  box-sizing: border-box;
}



.s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6973830-e181-42b2-877d-82e48f5cb857 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
      position: relative;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a6973830-e181-42b2-877d-82e48f5cb857 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
  box-sizing: border-box;
}



.s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6973830-e181-42b2-877d-82e48f5cb857 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
      position: relative;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-a6973830-e181-42b2-877d-82e48f5cb857 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6973830-e181-42b2-877d-82e48f5cb857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6973830-e181-42b2-877d-82e48f5cb857 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a6973830-e181-42b2-877d-82e48f5cb857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image {
  box-sizing: border-box;
}



.s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6973830-e181-42b2-877d-82e48f5cb857 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container {
      position: relative;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6973830-e181-42b2-877d-82e48f5cb857 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-b881a380-6f5a-41d0-bc5a-95c4d1b129c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b881a380-6f5a-41d0-bc5a-95c4d1b129c9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  margin: 0 !important;
  overflow: visible;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add background color handling */
  
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
  box-sizing: border-box;
}



.s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17ea790c-f3b1-430d-a37f-86552dd025fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
      position: relative;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  margin: 0 !important;
  overflow: visible;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add background color handling */
  
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
  box-sizing: border-box;
}



.s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17ea790c-f3b1-430d-a37f-86552dd025fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
      position: relative;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  margin: 0 !important;
  overflow: visible;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add background color handling */
  
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
  box-sizing: border-box;
}



.s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17ea790c-f3b1-430d-a37f-86552dd025fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
      position: relative;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  margin: 0 !important;
  overflow: visible;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add background color handling */
  
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
  box-sizing: border-box;
}



.s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17ea790c-f3b1-430d-a37f-86552dd025fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
      position: relative;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  margin: 0 !important;
  overflow: visible;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17ea790c-f3b1-430d-a37f-86552dd025fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add background color handling */
  
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17ea790c-f3b1-430d-a37f-86552dd025fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-17ea790c-f3b1-430d-a37f-86552dd025fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image {
  box-sizing: border-box;
}



.s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17ea790c-f3b1-430d-a37f-86552dd025fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container {
      position: relative;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17ea790c-f3b1-430d-a37f-86552dd025fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-fc4a49cf-6552-499d-a894-c40d7314cf57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc4a49cf-6552-499d-a894-c40d7314cf57 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
  box-sizing: border-box;
}



.s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
      position: relative;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
  box-sizing: border-box;
}



.s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
      position: relative;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
  box-sizing: border-box;
}



.s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
      position: relative;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
  box-sizing: border-box;
}



.s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
      position: relative;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-7d1c34f3-eac2-4cf3-8886-651149c2358f .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image {
  box-sizing: border-box;
}



.s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container {
      position: relative;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d1c34f3-eac2-4cf3-8886-651149c2358f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-5517e78b-416b-43c6-8137-39ba76e94d14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5517e78b-416b-43c6-8137-39ba76e94d14 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-019e341d-6d2f-49a4-b962-fa9c89b1317a {
  margin-top: 15px;
margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-019e341d-6d2f-49a4-b962-fa9c89b1317a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-019e341d-6d2f-49a4-b962-fa9c89b1317a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-019e341d-6d2f-49a4-b962-fa9c89b1317a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-019e341d-6d2f-49a4-b962-fa9c89b1317a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-adc00efa-f110-484c-b541-86ab83f57869 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}

#s-adc00efa-f110-484c-b541-86ab83f57869 {
  margin: 0 !important;
  overflow: visible;
}

#s-adc00efa-f110-484c-b541-86ab83f57869-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add background color handling */
  
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adc00efa-f110-484c-b541-86ab83f57869 .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image {
  box-sizing: border-box;
}



.s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  
}


@media (min-width: 1200px){#s-adc00efa-f110-484c-b541-86ab83f57869 {
  margin: 0 !important;
  overflow: visible;
}

#s-adc00efa-f110-484c-b541-86ab83f57869-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add background color handling */
  
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adc00efa-f110-484c-b541-86ab83f57869 .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image {
  box-sizing: border-box;
}



.s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-adc00efa-f110-484c-b541-86ab83f57869 {
  margin: 0 !important;
  overflow: visible;
}

#s-adc00efa-f110-484c-b541-86ab83f57869-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add background color handling */
  
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adc00efa-f110-484c-b541-86ab83f57869 .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image {
  box-sizing: border-box;
}



.s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-adc00efa-f110-484c-b541-86ab83f57869 {
  margin: 0 !important;
  overflow: visible;
}

#s-adc00efa-f110-484c-b541-86ab83f57869-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add background color handling */
  
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adc00efa-f110-484c-b541-86ab83f57869 .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image {
  box-sizing: border-box;
}



.s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  
}


}@media (max-width: 767px){#s-adc00efa-f110-484c-b541-86ab83f57869 {
  margin: 0 !important;
  overflow: visible;
}

#s-adc00efa-f110-484c-b541-86ab83f57869-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adc00efa-f110-484c-b541-86ab83f57869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add background color handling */
  
}

#s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adc00efa-f110-484c-b541-86ab83f57869 .shogun-image-content {
  
    justify-content: center;
  
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc00efa-f110-484c-b541-86ab83f57869.shogun-image {
  box-sizing: border-box;
}



.s-adc00efa-f110-484c-b541-86ab83f57869 img.shogun-image {
  
}


}
#s-a1b310d1-cde7-45ba-8dd3-b615643170fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1b310d1-cde7-45ba-8dd3-b615643170fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f27bf849-733d-4245-8af7-e20998748567 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f27bf849-733d-4245-8af7-e20998748567 {
  margin: 0 !important;
  overflow: visible;
}

#s-f27bf849-733d-4245-8af7-e20998748567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add background color handling */
  
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f27bf849-733d-4245-8af7-e20998748567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
  box-sizing: border-box;
}



.s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f27bf849-733d-4245-8af7-e20998748567 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
      position: relative;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-f27bf849-733d-4245-8af7-e20998748567 {
  margin: 0 !important;
  overflow: visible;
}

#s-f27bf849-733d-4245-8af7-e20998748567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add background color handling */
  
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f27bf849-733d-4245-8af7-e20998748567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
  box-sizing: border-box;
}



.s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f27bf849-733d-4245-8af7-e20998748567 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
      position: relative;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f27bf849-733d-4245-8af7-e20998748567 {
  margin: 0 !important;
  overflow: visible;
}

#s-f27bf849-733d-4245-8af7-e20998748567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add background color handling */
  
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f27bf849-733d-4245-8af7-e20998748567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
  box-sizing: border-box;
}



.s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f27bf849-733d-4245-8af7-e20998748567 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
      position: relative;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f27bf849-733d-4245-8af7-e20998748567 {
  margin: 0 !important;
  overflow: visible;
}

#s-f27bf849-733d-4245-8af7-e20998748567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add background color handling */
  
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f27bf849-733d-4245-8af7-e20998748567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
  box-sizing: border-box;
}



.s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f27bf849-733d-4245-8af7-e20998748567 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
      position: relative;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-f27bf849-733d-4245-8af7-e20998748567 {
  margin: 0 !important;
  overflow: visible;
}

#s-f27bf849-733d-4245-8af7-e20998748567-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f27bf849-733d-4245-8af7-e20998748567 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add background color handling */
  
}

#s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f27bf849-733d-4245-8af7-e20998748567 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-f27bf849-733d-4245-8af7-e20998748567 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f27bf849-733d-4245-8af7-e20998748567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f27bf849-733d-4245-8af7-e20998748567.shogun-image {
  box-sizing: border-box;
}



.s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f27bf849-733d-4245-8af7-e20998748567 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container {
      position: relative;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f27bf849-733d-4245-8af7-e20998748567.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f27bf849-733d-4245-8af7-e20998748567 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-0a2f52a9-25d0-4c0f-99b9-f60ae5925687 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a2f52a9-25d0-4c0f-99b9-f60ae5925687 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/480x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/960x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/768x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/1536x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/1024x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/2048x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/1200x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 {
  background-image: url(https://i.shgcdn.com/0376bdc6-e648-44db-9b43-44a357ddbfb3/-/resize/2048x/);
}
#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66674838-8dcf-4d62-b25d-2ea4f76f1d97.shg-box.shg-c {
  justify-content: center;
}

#s-bdc3e409-2a33-4363-b8ee-94a72aec72c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 15%;
padding-bottom: 50px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(0, 172, 78, 1);
}
@media (max-width: 767px){#s-bdc3e409-2a33-4363-b8ee-94a72aec72c6 {
  padding-top: 15px;
padding-left: 4%;
padding-bottom: 15px;
padding-right: 4%;
}
}







#s-bdc3e409-2a33-4363-b8ee-94a72aec72c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdc3e409-2a33-4363-b8ee-94a72aec72c6.shg-box.shg-c {
  justify-content: center;
}

#s-72e162d4-b0fd-47fb-8e52-ae529fab5325 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72e162d4-b0fd-47fb-8e52-ae529fab5325 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-72e162d4-b0fd-47fb-8e52-ae529fab5325 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-1d4cea01-15a2-4a81-94aa-53abdcd67637 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1d4cea01-15a2-4a81-94aa-53abdcd67637 {
  display: none;
}
#s-1d4cea01-15a2-4a81-94aa-53abdcd67637, #wrap-s-1d4cea01-15a2-4a81-94aa-53abdcd67637, #wrap-content-s-1d4cea01-15a2-4a81-94aa-53abdcd67637 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1d4cea01-15a2-4a81-94aa-53abdcd67637"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1d4cea01-15a2-4a81-94aa-53abdcd67637"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d4cea01-15a2-4a81-94aa-53abdcd67637"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d4cea01-15a2-4a81-94aa-53abdcd67637"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-002f6868-ba25-409b-90fc-4179b6402ef6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-002f6868-ba25-409b-90fc-4179b6402ef6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-002f6868-ba25-409b-90fc-4179b6402ef6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-002f6868-ba25-409b-90fc-4179b6402ef6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-002f6868-ba25-409b-90fc-4179b6402ef6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-002f6868-ba25-409b-90fc-4179b6402ef6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-002f6868-ba25-409b-90fc-4179b6402ef6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-002f6868-ba25-409b-90fc-4179b6402ef6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  max-width: 125px;
}
}
#s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
  box-sizing: border-box;
}



.s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
      position: relative;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
  box-sizing: border-box;
}



.s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
      position: relative;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
  box-sizing: border-box;
}



.s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
      position: relative;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
  box-sizing: border-box;
}



.s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
      position: relative;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  margin: 0 !important;
  overflow: visible;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add background color handling */
  
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c746e7cc-279b-49c2-94cd-98c201c00c09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image {
  box-sizing: border-box;
}



.s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container {
      position: relative;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746e7cc-279b-49c2-94cd-98c201c00c09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-56b45a1d-14de-4cdb-ab0c-804b098ca032 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-56b45a1d-14de-4cdb-ab0c-804b098ca032 {
  text-align: center;
}
}
#s-56b45a1d-14de-4cdb-ab0c-804b098ca032 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-56b45a1d-14de-4cdb-ab0c-804b098ca032 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-56b45a1d-14de-4cdb-ab0c-804b098ca032 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-6586be72-9dfb-4df7-a2b6-09bbd0bc12d1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6586be72-9dfb-4df7-a2b6-09bbd0bc12d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6586be72-9dfb-4df7-a2b6-09bbd0bc12d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6586be72-9dfb-4df7-a2b6-09bbd0bc12d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6586be72-9dfb-4df7-a2b6-09bbd0bc12d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6586be72-9dfb-4df7-a2b6-09bbd0bc12d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6586be72-9dfb-4df7-a2b6-09bbd0bc12d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6586be72-9dfb-4df7-a2b6-09bbd0bc12d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
  box-sizing: border-box;
}



.s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
      position: relative;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
  box-sizing: border-box;
}



.s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
      position: relative;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
  box-sizing: border-box;
}



.s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
      position: relative;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
  box-sizing: border-box;
}



.s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
      position: relative;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  margin: 0 !important;
  overflow: visible;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add background color handling */
  
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-88f77eec-462c-4a32-a55b-91591b1e7e02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image {
  box-sizing: border-box;
}



.s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container {
      position: relative;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88f77eec-462c-4a32-a55b-91591b1e7e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-60ef1b10-f934-4e55-bcb1-a464bc13069a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-60ef1b10-f934-4e55-bcb1-a464bc13069a {
  text-align: center;
}
}
#s-60ef1b10-f934-4e55-bcb1-a464bc13069a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-60ef1b10-f934-4e55-bcb1-a464bc13069a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-60ef1b10-f934-4e55-bcb1-a464bc13069a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-dddb3a19-2bdd-4a85-9c8a-33f95cba78aa {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dddb3a19-2bdd-4a85-9c8a-33f95cba78aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dddb3a19-2bdd-4a85-9c8a-33f95cba78aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dddb3a19-2bdd-4a85-9c8a-33f95cba78aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dddb3a19-2bdd-4a85-9c8a-33f95cba78aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dddb3a19-2bdd-4a85-9c8a-33f95cba78aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dddb3a19-2bdd-4a85-9c8a-33f95cba78aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dddb3a19-2bdd-4a85-9c8a-33f95cba78aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
  box-sizing: border-box;
}



.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
      position: relative;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
  box-sizing: border-box;
}



.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
      position: relative;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
  box-sizing: border-box;
}



.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
      position: relative;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
  box-sizing: border-box;
}



.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
      position: relative;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image {
  box-sizing: border-box;
}



.s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container {
      position: relative;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30d2bf3c-6f47-4f7e-a8db-47a40f158eb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-e900bafc-f6a9-438e-8ded-083802b429af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e900bafc-f6a9-438e-8ded-083802b429af {
  text-align: center;
}
}
#s-e900bafc-f6a9-438e-8ded-083802b429af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e900bafc-f6a9-438e-8ded-083802b429af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-a3e2b30b-0548-4233-abcd-e0b9858a7e31 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a3e2b30b-0548-4233-abcd-e0b9858a7e31 {
  display: none;
}
#s-a3e2b30b-0548-4233-abcd-e0b9858a7e31, #wrap-s-a3e2b30b-0548-4233-abcd-e0b9858a7e31, #wrap-content-s-a3e2b30b-0548-4233-abcd-e0b9858a7e31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3e2b30b-0548-4233-abcd-e0b9858a7e31 {
  display: none;
}
#s-a3e2b30b-0548-4233-abcd-e0b9858a7e31, #wrap-s-a3e2b30b-0548-4233-abcd-e0b9858a7e31, #wrap-content-s-a3e2b30b-0548-4233-abcd-e0b9858a7e31 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3e2b30b-0548-4233-abcd-e0b9858a7e31 {
  display: none;
}
#s-a3e2b30b-0548-4233-abcd-e0b9858a7e31, #wrap-s-a3e2b30b-0548-4233-abcd-e0b9858a7e31, #wrap-content-s-a3e2b30b-0548-4233-abcd-e0b9858a7e31 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a3e2b30b-0548-4233-abcd-e0b9858a7e31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a3e2b30b-0548-4233-abcd-e0b9858a7e31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e2b30b-0548-4233-abcd-e0b9858a7e31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e2b30b-0548-4233-abcd-e0b9858a7e31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-84ad12bd-c57f-4cb4-afbd-62013f847a91 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-84ad12bd-c57f-4cb4-afbd-62013f847a91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84ad12bd-c57f-4cb4-afbd-62013f847a91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-84ad12bd-c57f-4cb4-afbd-62013f847a91"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-84ad12bd-c57f-4cb4-afbd-62013f847a91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-84ad12bd-c57f-4cb4-afbd-62013f847a91"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-84ad12bd-c57f-4cb4-afbd-62013f847a91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-84ad12bd-c57f-4cb4-afbd-62013f847a91"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-bc57485f-735d-4827-a4a2-375a8feb328e {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e {
  margin: 0 !important;
  overflow: visible;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add background color handling */
  
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
  box-sizing: border-box;
}



.s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc57485f-735d-4827-a4a2-375a8feb328e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
      position: relative;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-bc57485f-735d-4827-a4a2-375a8feb328e {
  margin: 0 !important;
  overflow: visible;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add background color handling */
  
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
  box-sizing: border-box;
}



.s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc57485f-735d-4827-a4a2-375a8feb328e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
      position: relative;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bc57485f-735d-4827-a4a2-375a8feb328e {
  margin: 0 !important;
  overflow: visible;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add background color handling */
  
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
  box-sizing: border-box;
}



.s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc57485f-735d-4827-a4a2-375a8feb328e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
      position: relative;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bc57485f-735d-4827-a4a2-375a8feb328e {
  margin: 0 !important;
  overflow: visible;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add background color handling */
  
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
  box-sizing: border-box;
}



.s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc57485f-735d-4827-a4a2-375a8feb328e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
      position: relative;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-bc57485f-735d-4827-a4a2-375a8feb328e {
  margin: 0 !important;
  overflow: visible;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc57485f-735d-4827-a4a2-375a8feb328e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add background color handling */
  
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc57485f-735d-4827-a4a2-375a8feb328e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-bc57485f-735d-4827-a4a2-375a8feb328e .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image {
  box-sizing: border-box;
}



.s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc57485f-735d-4827-a4a2-375a8feb328e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container {
      position: relative;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc57485f-735d-4827-a4a2-375a8feb328e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-2f5a843c-9515-4779-a5d9-a983ab84daf8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-2f5a843c-9515-4779-a5d9-a983ab84daf8 {
  text-align: center;
}
}
#s-2f5a843c-9515-4779-a5d9-a983ab84daf8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-2f5a843c-9515-4779-a5d9-a983ab84daf8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-c452ccd7-d3e7-42f7-959f-d9d5a7afdad6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c452ccd7-d3e7-42f7-959f-d9d5a7afdad6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c452ccd7-d3e7-42f7-959f-d9d5a7afdad6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c452ccd7-d3e7-42f7-959f-d9d5a7afdad6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c452ccd7-d3e7-42f7-959f-d9d5a7afdad6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c452ccd7-d3e7-42f7-959f-d9d5a7afdad6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c452ccd7-d3e7-42f7-959f-d9d5a7afdad6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c452ccd7-d3e7-42f7-959f-d9d5a7afdad6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  max-width: 50px;
}
}
#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
  box-sizing: border-box;
}



.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
      position: relative;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
  box-sizing: border-box;
}



.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
      position: relative;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
  box-sizing: border-box;
}



.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
      position: relative;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
  box-sizing: border-box;
}



.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
      position: relative;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image {
  box-sizing: border-box;
}



.s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container {
      position: relative;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b7ac982-3054-4ff9-9b21-ce934192e0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-9c1982ba-6860-4c2d-955a-dc644618f71c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9c1982ba-6860-4c2d-955a-dc644618f71c {
  text-align: center;
}
}
#s-9c1982ba-6860-4c2d-955a-dc644618f71c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-9c1982ba-6860-4c2d-955a-dc644618f71c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-dcad2465-6f5c-49bb-a1df-4fa9bd065669 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-dcad2465-6f5c-49bb-a1df-4fa9bd065669 {
  margin-top: 5px;
}
}@media (max-width: 767px){#s-dcad2465-6f5c-49bb-a1df-4fa9bd065669 {
  display: none;
}
#s-dcad2465-6f5c-49bb-a1df-4fa9bd065669, #wrap-s-dcad2465-6f5c-49bb-a1df-4fa9bd065669, #wrap-content-s-dcad2465-6f5c-49bb-a1df-4fa9bd065669 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dcad2465-6f5c-49bb-a1df-4fa9bd065669"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-dcad2465-6f5c-49bb-a1df-4fa9bd065669"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dcad2465-6f5c-49bb-a1df-4fa9bd065669"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcad2465-6f5c-49bb-a1df-4fa9bd065669"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a131b895-4d68-4550-a498-2b59e0dc5e1c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a131b895-4d68-4550-a498-2b59e0dc5e1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a131b895-4d68-4550-a498-2b59e0dc5e1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a131b895-4d68-4550-a498-2b59e0dc5e1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a131b895-4d68-4550-a498-2b59e0dc5e1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a131b895-4d68-4550-a498-2b59e0dc5e1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a131b895-4d68-4550-a498-2b59e0dc5e1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a131b895-4d68-4550-a498-2b59e0dc5e1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
  box-sizing: border-box;
}



.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
      position: relative;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
  box-sizing: border-box;
}



.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
      position: relative;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
  box-sizing: border-box;
}



.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
      position: relative;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
  box-sizing: border-box;
}



.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
      position: relative;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image {
  box-sizing: border-box;
}



.s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container {
      position: relative;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6638642-ab92-4b1e-b43b-acb2d57aabc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-cd90e64e-7954-45d4-a898-606e46c9c986 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cd90e64e-7954-45d4-a898-606e46c9c986 {
  text-align: center;
}
}
#s-cd90e64e-7954-45d4-a898-606e46c9c986 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cd90e64e-7954-45d4-a898-606e46c9c986 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-cd90e64e-7954-45d4-a898-606e46c9c986 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-6f0b44fe-fa85-4019-8fc5-d3775bbd2939 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6f0b44fe-fa85-4019-8fc5-d3775bbd2939"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f0b44fe-fa85-4019-8fc5-d3775bbd2939"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f0b44fe-fa85-4019-8fc5-d3775bbd2939"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6f0b44fe-fa85-4019-8fc5-d3775bbd2939"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f0b44fe-fa85-4019-8fc5-d3775bbd2939"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f0b44fe-fa85-4019-8fc5-d3775bbd2939"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f0b44fe-fa85-4019-8fc5-d3775bbd2939"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  margin: 0 !important;
  overflow: visible;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add background color handling */
  
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
  box-sizing: border-box;
}



.s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-012ee4fb-f990-4224-b739-0d709a42fac4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
      position: relative;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  margin: 0 !important;
  overflow: visible;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add background color handling */
  
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
  box-sizing: border-box;
}



.s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-012ee4fb-f990-4224-b739-0d709a42fac4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
      position: relative;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  margin: 0 !important;
  overflow: visible;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add background color handling */
  
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
  box-sizing: border-box;
}



.s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-012ee4fb-f990-4224-b739-0d709a42fac4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
      position: relative;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  margin: 0 !important;
  overflow: visible;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add background color handling */
  
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
  box-sizing: border-box;
}



.s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-012ee4fb-f990-4224-b739-0d709a42fac4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
      position: relative;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  margin: 0 !important;
  overflow: visible;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-012ee4fb-f990-4224-b739-0d709a42fac4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add background color handling */
  
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-012ee4fb-f990-4224-b739-0d709a42fac4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-012ee4fb-f990-4224-b739-0d709a42fac4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image {
  box-sizing: border-box;
}



.s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-012ee4fb-f990-4224-b739-0d709a42fac4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container {
      position: relative;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-012ee4fb-f990-4224-b739-0d709a42fac4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-db87a08f-1acc-4fcb-8cb3-a4dd59986474 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-db87a08f-1acc-4fcb-8cb3-a4dd59986474 {
  text-align: center;
}
}
#s-db87a08f-1acc-4fcb-8cb3-a4dd59986474 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-db87a08f-1acc-4fcb-8cb3-a4dd59986474 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-db87a08f-1acc-4fcb-8cb3-a4dd59986474 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-f6e68a3c-d0ab-4f85-ae1f-c96845dca520 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f6e68a3c-d0ab-4f85-ae1f-c96845dca520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6e68a3c-d0ab-4f85-ae1f-c96845dca520"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f6e68a3c-d0ab-4f85-ae1f-c96845dca520"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f6e68a3c-d0ab-4f85-ae1f-c96845dca520"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f6e68a3c-d0ab-4f85-ae1f-c96845dca520"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6e68a3c-d0ab-4f85-ae1f-c96845dca520"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f6e68a3c-d0ab-4f85-ae1f-c96845dca520"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-eed77289-3198-4551-9035-da913f454117 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}

#s-eed77289-3198-4551-9035-da913f454117 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed77289-3198-4551-9035-da913f454117-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eed77289-3198-4551-9035-da913f454117 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-eed77289-3198-4551-9035-da913f454117.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eed77289-3198-4551-9035-da913f454117 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed77289-3198-4551-9035-da913f454117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed77289-3198-4551-9035-da913f454117.shogun-image {
  box-sizing: border-box;
}



.s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eed77289-3198-4551-9035-da913f454117 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
      position: relative;
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eed77289-3198-4551-9035-da913f454117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-eed77289-3198-4551-9035-da913f454117 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed77289-3198-4551-9035-da913f454117-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eed77289-3198-4551-9035-da913f454117 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-eed77289-3198-4551-9035-da913f454117.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eed77289-3198-4551-9035-da913f454117 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed77289-3198-4551-9035-da913f454117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed77289-3198-4551-9035-da913f454117.shogun-image {
  box-sizing: border-box;
}



.s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eed77289-3198-4551-9035-da913f454117 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
      position: relative;
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eed77289-3198-4551-9035-da913f454117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eed77289-3198-4551-9035-da913f454117 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed77289-3198-4551-9035-da913f454117-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eed77289-3198-4551-9035-da913f454117 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-eed77289-3198-4551-9035-da913f454117.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eed77289-3198-4551-9035-da913f454117 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed77289-3198-4551-9035-da913f454117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed77289-3198-4551-9035-da913f454117.shogun-image {
  box-sizing: border-box;
}



.s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eed77289-3198-4551-9035-da913f454117 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
      position: relative;
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eed77289-3198-4551-9035-da913f454117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eed77289-3198-4551-9035-da913f454117 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed77289-3198-4551-9035-da913f454117-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eed77289-3198-4551-9035-da913f454117 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-eed77289-3198-4551-9035-da913f454117.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eed77289-3198-4551-9035-da913f454117 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed77289-3198-4551-9035-da913f454117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed77289-3198-4551-9035-da913f454117.shogun-image {
  box-sizing: border-box;
}



.s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eed77289-3198-4551-9035-da913f454117 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
      position: relative;
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eed77289-3198-4551-9035-da913f454117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-eed77289-3198-4551-9035-da913f454117 {
  margin: 0 !important;
  overflow: visible;
}

#s-eed77289-3198-4551-9035-da913f454117-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eed77289-3198-4551-9035-da913f454117 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add background color handling */
  
}

#s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eed77289-3198-4551-9035-da913f454117 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eed77289-3198-4551-9035-da913f454117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-eed77289-3198-4551-9035-da913f454117.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-eed77289-3198-4551-9035-da913f454117 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eed77289-3198-4551-9035-da913f454117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed77289-3198-4551-9035-da913f454117.shogun-image {
  box-sizing: border-box;
}



.s-eed77289-3198-4551-9035-da913f454117 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eed77289-3198-4551-9035-da913f454117 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container {
      position: relative;
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eed77289-3198-4551-9035-da913f454117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eed77289-3198-4551-9035-da913f454117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-3eea0cf7-df24-4273-bf7b-3458df6fe89d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3eea0cf7-df24-4273-bf7b-3458df6fe89d {
  text-align: center;
}
}
#s-3eea0cf7-df24-4273-bf7b-3458df6fe89d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3eea0cf7-df24-4273-bf7b-3458df6fe89d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-3eea0cf7-df24-4273-bf7b-3458df6fe89d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-b654f259-5894-42a4-a4ba-31adc735cb16 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b654f259-5894-42a4-a4ba-31adc735cb16 {
  display: none;
}
#s-b654f259-5894-42a4-a4ba-31adc735cb16, #wrap-s-b654f259-5894-42a4-a4ba-31adc735cb16, #wrap-content-s-b654f259-5894-42a4-a4ba-31adc735cb16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b654f259-5894-42a4-a4ba-31adc735cb16 {
  display: none;
}
#s-b654f259-5894-42a4-a4ba-31adc735cb16, #wrap-s-b654f259-5894-42a4-a4ba-31adc735cb16, #wrap-content-s-b654f259-5894-42a4-a4ba-31adc735cb16 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b654f259-5894-42a4-a4ba-31adc735cb16 {
  display: none;
}
#s-b654f259-5894-42a4-a4ba-31adc735cb16, #wrap-s-b654f259-5894-42a4-a4ba-31adc735cb16, #wrap-content-s-b654f259-5894-42a4-a4ba-31adc735cb16 { display: none !important; }}@media (max-width: 767px){#s-b654f259-5894-42a4-a4ba-31adc735cb16 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-b654f259-5894-42a4-a4ba-31adc735cb16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b654f259-5894-42a4-a4ba-31adc735cb16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b654f259-5894-42a4-a4ba-31adc735cb16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b654f259-5894-42a4-a4ba-31adc735cb16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f42d3db6-ac09-4250-a2e0-3c1cd0b4e98d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f42d3db6-ac09-4250-a2e0-3c1cd0b4e98d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f42d3db6-ac09-4250-a2e0-3c1cd0b4e98d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f42d3db6-ac09-4250-a2e0-3c1cd0b4e98d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f42d3db6-ac09-4250-a2e0-3c1cd0b4e98d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f42d3db6-ac09-4250-a2e0-3c1cd0b4e98d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f42d3db6-ac09-4250-a2e0-3c1cd0b4e98d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f42d3db6-ac09-4250-a2e0-3c1cd0b4e98d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-0a733c72-7c9c-477e-b060-920118e1f37d {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d {
  margin: 0 !important;
  overflow: visible;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add background color handling */
  
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
  box-sizing: border-box;
}



.s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a733c72-7c9c-477e-b060-920118e1f37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
      position: relative;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-0a733c72-7c9c-477e-b060-920118e1f37d {
  margin: 0 !important;
  overflow: visible;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add background color handling */
  
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
  box-sizing: border-box;
}



.s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a733c72-7c9c-477e-b060-920118e1f37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
      position: relative;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a733c72-7c9c-477e-b060-920118e1f37d {
  margin: 0 !important;
  overflow: visible;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add background color handling */
  
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
  box-sizing: border-box;
}



.s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a733c72-7c9c-477e-b060-920118e1f37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
      position: relative;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a733c72-7c9c-477e-b060-920118e1f37d {
  margin: 0 !important;
  overflow: visible;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add background color handling */
  
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
  box-sizing: border-box;
}



.s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a733c72-7c9c-477e-b060-920118e1f37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
      position: relative;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-0a733c72-7c9c-477e-b060-920118e1f37d {
  margin: 0 !important;
  overflow: visible;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a733c72-7c9c-477e-b060-920118e1f37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add background color handling */
  
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a733c72-7c9c-477e-b060-920118e1f37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-0a733c72-7c9c-477e-b060-920118e1f37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image {
  box-sizing: border-box;
}



.s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a733c72-7c9c-477e-b060-920118e1f37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container {
      position: relative;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a733c72-7c9c-477e-b060-920118e1f37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-4c251d10-bc6e-43e5-8e40-4207ab4a51f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4c251d10-bc6e-43e5-8e40-4207ab4a51f8 {
  text-align: center;
}
}
#s-4c251d10-bc6e-43e5-8e40-4207ab4a51f8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-4c251d10-bc6e-43e5-8e40-4207ab4a51f8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-0799292b-8588-4921-ac4a-e7dd3d82541b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0799292b-8588-4921-ac4a-e7dd3d82541b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0799292b-8588-4921-ac4a-e7dd3d82541b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0799292b-8588-4921-ac4a-e7dd3d82541b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0799292b-8588-4921-ac4a-e7dd3d82541b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0799292b-8588-4921-ac4a-e7dd3d82541b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0799292b-8588-4921-ac4a-e7dd3d82541b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0799292b-8588-4921-ac4a-e7dd3d82541b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-366339f9-ca34-4f74-b78d-5f507c68766f {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f {
  margin: 0 !important;
  overflow: visible;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add background color handling */
  
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-content {
  
    justify-content: center;
  
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
  box-sizing: border-box;
}



.s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-366339f9-ca34-4f74-b78d-5f507c68766f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
      position: relative;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-366339f9-ca34-4f74-b78d-5f507c68766f {
  margin: 0 !important;
  overflow: visible;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add background color handling */
  
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-content {
  
    justify-content: center;
  
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
  box-sizing: border-box;
}



.s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-366339f9-ca34-4f74-b78d-5f507c68766f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
      position: relative;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-366339f9-ca34-4f74-b78d-5f507c68766f {
  margin: 0 !important;
  overflow: visible;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add background color handling */
  
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-content {
  
    justify-content: center;
  
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
  box-sizing: border-box;
}



.s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-366339f9-ca34-4f74-b78d-5f507c68766f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
      position: relative;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-366339f9-ca34-4f74-b78d-5f507c68766f {
  margin: 0 !important;
  overflow: visible;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add background color handling */
  
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-content {
  
    justify-content: center;
  
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
  box-sizing: border-box;
}



.s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-366339f9-ca34-4f74-b78d-5f507c68766f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
      position: relative;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-366339f9-ca34-4f74-b78d-5f507c68766f {
  margin: 0 !important;
  overflow: visible;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-366339f9-ca34-4f74-b78d-5f507c68766f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add background color handling */
  
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-366339f9-ca34-4f74-b78d-5f507c68766f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-366339f9-ca34-4f74-b78d-5f507c68766f .shogun-image-content {
  
    justify-content: center;
  
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image {
  box-sizing: border-box;
}



.s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-366339f9-ca34-4f74-b78d-5f507c68766f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container {
      position: relative;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-366339f9-ca34-4f74-b78d-5f507c68766f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-24b35cc4-aef1-42db-a837-8d146df1c0eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-24b35cc4-aef1-42db-a837-8d146df1c0eb {
  text-align: center;
}
}
#s-24b35cc4-aef1-42db-a837-8d146df1c0eb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-24b35cc4-aef1-42db-a837-8d146df1c0eb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-08aa6c9f-47fa-4be6-94df-5d75d48518ad {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-08aa6c9f-47fa-4be6-94df-5d75d48518ad {
  display: none;
}
#s-08aa6c9f-47fa-4be6-94df-5d75d48518ad, #wrap-s-08aa6c9f-47fa-4be6-94df-5d75d48518ad, #wrap-content-s-08aa6c9f-47fa-4be6-94df-5d75d48518ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08aa6c9f-47fa-4be6-94df-5d75d48518ad {
  display: none;
}
#s-08aa6c9f-47fa-4be6-94df-5d75d48518ad, #wrap-s-08aa6c9f-47fa-4be6-94df-5d75d48518ad, #wrap-content-s-08aa6c9f-47fa-4be6-94df-5d75d48518ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08aa6c9f-47fa-4be6-94df-5d75d48518ad {
  display: none;
}
#s-08aa6c9f-47fa-4be6-94df-5d75d48518ad, #wrap-s-08aa6c9f-47fa-4be6-94df-5d75d48518ad, #wrap-content-s-08aa6c9f-47fa-4be6-94df-5d75d48518ad { display: none !important; }}@media (max-width: 767px){#s-08aa6c9f-47fa-4be6-94df-5d75d48518ad {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-08aa6c9f-47fa-4be6-94df-5d75d48518ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-08aa6c9f-47fa-4be6-94df-5d75d48518ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08aa6c9f-47fa-4be6-94df-5d75d48518ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08aa6c9f-47fa-4be6-94df-5d75d48518ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e4bfe65f-23a1-4aaa-8657-5886a8cc1a2a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e4bfe65f-23a1-4aaa-8657-5886a8cc1a2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4bfe65f-23a1-4aaa-8657-5886a8cc1a2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e4bfe65f-23a1-4aaa-8657-5886a8cc1a2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e4bfe65f-23a1-4aaa-8657-5886a8cc1a2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e4bfe65f-23a1-4aaa-8657-5886a8cc1a2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4bfe65f-23a1-4aaa-8657-5886a8cc1a2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e4bfe65f-23a1-4aaa-8657-5886a8cc1a2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-b584373a-b833-4125-953a-adf15f212d5e {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b584373a-b833-4125-953a-adf15f212d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-b584373a-b833-4125-953a-adf15f212d5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
  box-sizing: border-box;
}



.s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b584373a-b833-4125-953a-adf15f212d5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
      position: relative;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-b584373a-b833-4125-953a-adf15f212d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-b584373a-b833-4125-953a-adf15f212d5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
  box-sizing: border-box;
}



.s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b584373a-b833-4125-953a-adf15f212d5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
      position: relative;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b584373a-b833-4125-953a-adf15f212d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-b584373a-b833-4125-953a-adf15f212d5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
  box-sizing: border-box;
}



.s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b584373a-b833-4125-953a-adf15f212d5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
      position: relative;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b584373a-b833-4125-953a-adf15f212d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-b584373a-b833-4125-953a-adf15f212d5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
  box-sizing: border-box;
}



.s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b584373a-b833-4125-953a-adf15f212d5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
      position: relative;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-b584373a-b833-4125-953a-adf15f212d5e {
  margin: 0 !important;
  overflow: visible;
}

#s-b584373a-b833-4125-953a-adf15f212d5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b584373a-b833-4125-953a-adf15f212d5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add background color handling */
  
}

#s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b584373a-b833-4125-953a-adf15f212d5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-b584373a-b833-4125-953a-adf15f212d5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image {
  box-sizing: border-box;
}



.s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b584373a-b833-4125-953a-adf15f212d5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container {
      position: relative;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b584373a-b833-4125-953a-adf15f212d5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-8eb994c3-abc1-4707-b019-dbf75141cfaf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8eb994c3-abc1-4707-b019-dbf75141cfaf {
  text-align: center;
}
}
#s-8eb994c3-abc1-4707-b019-dbf75141cfaf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-8eb994c3-abc1-4707-b019-dbf75141cfaf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-14695dfd-5ee4-45fb-8c15-34cd93bb8636 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-14695dfd-5ee4-45fb-8c15-34cd93bb8636"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14695dfd-5ee4-45fb-8c15-34cd93bb8636"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-14695dfd-5ee4-45fb-8c15-34cd93bb8636"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-14695dfd-5ee4-45fb-8c15-34cd93bb8636"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-14695dfd-5ee4-45fb-8c15-34cd93bb8636"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-14695dfd-5ee4-45fb-8c15-34cd93bb8636"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-14695dfd-5ee4-45fb-8c15-34cd93bb8636"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
  box-sizing: border-box;
}



.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
      position: relative;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
  box-sizing: border-box;
}



.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
      position: relative;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
  box-sizing: border-box;
}



.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
      position: relative;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
  box-sizing: border-box;
}



.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
      position: relative;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 50px;
  }



  img.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image {
  box-sizing: border-box;
}



.s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container {
      position: relative;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8f6ae02-8392-428f-8d62-2d0f7c806b73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-e8b29b4c-0525-41cf-ad10-7afbd0b55046 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e8b29b4c-0525-41cf-ad10-7afbd0b55046 {
  text-align: center;
}
}
#s-e8b29b4c-0525-41cf-ad10-7afbd0b55046 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-e8b29b4c-0525-41cf-ad10-7afbd0b55046 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-5f623986-989c-41b6-acab-767ba4e1baf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
min-height: 50px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-5f623986-989c-41b6-acab-767ba4e1baf6 {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-5f623986-989c-41b6-acab-767ba4e1baf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f623986-989c-41b6-acab-767ba4e1baf6.shg-box.shg-c {
  justify-content: center;
}

#s-6271a8c7-cee3-4957-9adb-5a7e0eb988c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6271a8c7-cee3-4957-9adb-5a7e0eb988c9 {
  margin-left: 17%;
margin-right: 17%;
text-align: center;
display: none;
}
#s-6271a8c7-cee3-4957-9adb-5a7e0eb988c9, #wrap-s-6271a8c7-cee3-4957-9adb-5a7e0eb988c9, #wrap-content-s-6271a8c7-cee3-4957-9adb-5a7e0eb988c9 { display: none !important; }}
#s-6271a8c7-cee3-4957-9adb-5a7e0eb988c9 .shogun-heading-component h2 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-6271a8c7-cee3-4957-9adb-5a7e0eb988c9 .shogun-heading-component h2 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6271a8c7-cee3-4957-9adb-5a7e0eb988c9 .shogun-heading-component h2 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-6271a8c7-cee3-4957-9adb-5a7e0eb988c9 .shogun-heading-component h2 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-74074041-cd19-49b9-a2df-3d0a58e28f38 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-74074041-cd19-49b9-a2df-3d0a58e28f38 {
  display: none;
}
#s-74074041-cd19-49b9-a2df-3d0a58e28f38, #wrap-s-74074041-cd19-49b9-a2df-3d0a58e28f38, #wrap-content-s-74074041-cd19-49b9-a2df-3d0a58e28f38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74074041-cd19-49b9-a2df-3d0a58e28f38 {
  display: none;
}
#s-74074041-cd19-49b9-a2df-3d0a58e28f38, #wrap-s-74074041-cd19-49b9-a2df-3d0a58e28f38, #wrap-content-s-74074041-cd19-49b9-a2df-3d0a58e28f38 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74074041-cd19-49b9-a2df-3d0a58e28f38 {
  display: none;
}
#s-74074041-cd19-49b9-a2df-3d0a58e28f38, #wrap-s-74074041-cd19-49b9-a2df-3d0a58e28f38, #wrap-content-s-74074041-cd19-49b9-a2df-3d0a58e28f38 { display: none !important; }}@media (max-width: 767px){#s-74074041-cd19-49b9-a2df-3d0a58e28f38 {
  margin-top: -21px;
margin-left: 0%;
margin-bottom: -21px;
margin-right: 0%;
}
}
#s-fb8f1d6c-f259-44df-bb9b-88fe1b16227c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fb8f1d6c-f259-44df-bb9b-88fe1b16227c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb8f1d6c-f259-44df-bb9b-88fe1b16227c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-fb8f1d6c-f259-44df-bb9b-88fe1b16227c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-fb8f1d6c-f259-44df-bb9b-88fe1b16227c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  margin: 0 !important;
  overflow: visible;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add background color handling */
  
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac11cbf3-2913-420b-94f5-0b7f015b594d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image {
  box-sizing: border-box;
}



.s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  
}


@media (min-width: 1200px){#s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  margin: 0 !important;
  overflow: visible;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add background color handling */
  
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac11cbf3-2913-420b-94f5-0b7f015b594d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image {
  box-sizing: border-box;
}



.s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  margin: 0 !important;
  overflow: visible;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add background color handling */
  
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac11cbf3-2913-420b-94f5-0b7f015b594d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image {
  box-sizing: border-box;
}



.s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  margin: 0 !important;
  overflow: visible;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add background color handling */
  
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac11cbf3-2913-420b-94f5-0b7f015b594d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image {
  box-sizing: border-box;
}



.s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  
}


}@media (max-width: 767px){#s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  margin: 0 !important;
  overflow: visible;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac11cbf3-2913-420b-94f5-0b7f015b594d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add background color handling */
  
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac11cbf3-2913-420b-94f5-0b7f015b594d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac11cbf3-2913-420b-94f5-0b7f015b594d.shogun-image {
  box-sizing: border-box;
}



.s-ac11cbf3-2913-420b-94f5-0b7f015b594d img.shogun-image {
  
}


}
#s-0c1593e3-166f-44bb-875a-d9b7e32f8d6a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0c1593e3-166f-44bb-875a-d9b7e32f8d6a .shogun-heading-component h4 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0c1593e3-166f-44bb-875a-d9b7e32f8d6a .shogun-heading-component h4 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-3034e7c3-c9d9-4cc3-b78d-d6c3da690922 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
}
@media (max-width: 767px){#s-3034e7c3-c9d9-4cc3-b78d-d6c3da690922 {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  margin: 0 !important;
  overflow: visible;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add background color handling */
  
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32331a11-6f2f-4339-a443-7a7c7965c09f .shogun-image-content {
  
    justify-content: center;
  
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image {
  box-sizing: border-box;
}



.s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  
}


@media (min-width: 1200px){#s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  margin: 0 !important;
  overflow: visible;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add background color handling */
  
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32331a11-6f2f-4339-a443-7a7c7965c09f .shogun-image-content {
  
    justify-content: center;
  
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image {
  box-sizing: border-box;
}



.s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  margin: 0 !important;
  overflow: visible;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add background color handling */
  
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32331a11-6f2f-4339-a443-7a7c7965c09f .shogun-image-content {
  
    justify-content: center;
  
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image {
  box-sizing: border-box;
}



.s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  margin: 0 !important;
  overflow: visible;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add background color handling */
  
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32331a11-6f2f-4339-a443-7a7c7965c09f .shogun-image-content {
  
    justify-content: center;
  
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image {
  box-sizing: border-box;
}



.s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  
}


}@media (max-width: 767px){#s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  margin: 0 !important;
  overflow: visible;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32331a11-6f2f-4339-a443-7a7c7965c09f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add background color handling */
  
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32331a11-6f2f-4339-a443-7a7c7965c09f .shogun-image-content {
  
    justify-content: center;
  
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32331a11-6f2f-4339-a443-7a7c7965c09f.shogun-image {
  box-sizing: border-box;
}



.s-32331a11-6f2f-4339-a443-7a7c7965c09f img.shogun-image {
  
}


}
#s-3e99a883-bdb7-4c90-9a65-b06b2cbec139 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3e99a883-bdb7-4c90-9a65-b06b2cbec139 .shogun-heading-component h4 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3e99a883-bdb7-4c90-9a65-b06b2cbec139 .shogun-heading-component h4 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-d7e11d19-a43d-4917-b43b-b89c694f51eb {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
}
@media (max-width: 767px){#s-d7e11d19-a43d-4917-b43b-b89c694f51eb {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-25220b92-efd7-427d-9ab9-9480b495f900 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 {
  margin: 0 !important;
  overflow: visible;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add background color handling */
  
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-25220b92-efd7-427d-9ab9-9480b495f900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image {
  box-sizing: border-box;
}



.s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  
}


@media (min-width: 1200px){#s-25220b92-efd7-427d-9ab9-9480b495f900 {
  margin: 0 !important;
  overflow: visible;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add background color handling */
  
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-25220b92-efd7-427d-9ab9-9480b495f900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image {
  box-sizing: border-box;
}



.s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-25220b92-efd7-427d-9ab9-9480b495f900 {
  margin: 0 !important;
  overflow: visible;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add background color handling */
  
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-25220b92-efd7-427d-9ab9-9480b495f900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image {
  box-sizing: border-box;
}



.s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-25220b92-efd7-427d-9ab9-9480b495f900 {
  margin: 0 !important;
  overflow: visible;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add background color handling */
  
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-25220b92-efd7-427d-9ab9-9480b495f900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image {
  box-sizing: border-box;
}



.s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  
}


}@media (max-width: 767px){#s-25220b92-efd7-427d-9ab9-9480b495f900 {
  margin: 0 !important;
  overflow: visible;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-25220b92-efd7-427d-9ab9-9480b495f900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add background color handling */
  
}

#s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-25220b92-efd7-427d-9ab9-9480b495f900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25220b92-efd7-427d-9ab9-9480b495f900.shogun-image {
  box-sizing: border-box;
}



.s-25220b92-efd7-427d-9ab9-9480b495f900 img.shogun-image {
  
}


}
#s-4e93b6ec-983e-49d4-bab5-a089b7eed02c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4e93b6ec-983e-49d4-bab5-a089b7eed02c .shogun-heading-component h4 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4e93b6ec-983e-49d4-bab5-a089b7eed02c .shogun-heading-component h4 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-f9f4eb62-c893-42a4-ab13-4dcbff5b377b {
  margin-left: 6%;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-f9f4eb62-c893-42a4-ab13-4dcbff5b377b {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-348e6333-f7d0-4226-960a-8c853b4a3279 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-348e6333-f7d0-4226-960a-8c853b4a3279 {
  margin-left: -5%;
margin-right: -5%;
}
}@media (max-width: 767px){#s-348e6333-f7d0-4226-960a-8c853b4a3279 {
  margin-left: -1%;
margin-right: -1%;
}
}
#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 30px;
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}@media (max-width: 767px){#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 88, 142, 1);
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 88, 142, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 20px;
}

#s-348e6333-f7d0-4226-960a-8c853b4a3279 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
#s-fa2d9f33-49da-44ee-890e-74faf820282a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fa2d9f33-49da-44ee-890e-74faf820282a {
  display: none;
}
#s-fa2d9f33-49da-44ee-890e-74faf820282a, #wrap-s-fa2d9f33-49da-44ee-890e-74faf820282a, #wrap-content-s-fa2d9f33-49da-44ee-890e-74faf820282a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa2d9f33-49da-44ee-890e-74faf820282a {
  display: none;
}
#s-fa2d9f33-49da-44ee-890e-74faf820282a, #wrap-s-fa2d9f33-49da-44ee-890e-74faf820282a, #wrap-content-s-fa2d9f33-49da-44ee-890e-74faf820282a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa2d9f33-49da-44ee-890e-74faf820282a {
  display: none;
}
#s-fa2d9f33-49da-44ee-890e-74faf820282a, #wrap-s-fa2d9f33-49da-44ee-890e-74faf820282a, #wrap-content-s-fa2d9f33-49da-44ee-890e-74faf820282a { display: none !important; }}@media (max-width: 767px){#s-fa2d9f33-49da-44ee-890e-74faf820282a {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-608147f8-8a60-4cef-94a5-7fbaa4edb60b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-608147f8-8a60-4cef-94a5-7fbaa4edb60b {
  display: none;
}
#s-608147f8-8a60-4cef-94a5-7fbaa4edb60b, #wrap-s-608147f8-8a60-4cef-94a5-7fbaa4edb60b, #wrap-content-s-608147f8-8a60-4cef-94a5-7fbaa4edb60b { display: none !important; }}
#s-cd574b51-f3e0-4fe9-b8fc-6c8016dd2ec3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cd574b51-f3e0-4fe9-b8fc-6c8016dd2ec3 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-f7f83cf6-7117-4842-843a-a51706291468 {
  margin-left: auto;
margin-right: auto;
}

#s-1487546e-96b6-495d-8300-7f3ea3dc2494 {
  margin-left: auto;
margin-right: auto;
}

#s-19dac717-ce01-4bc5-b609-28cf27f3894d {
  margin-left: auto;
margin-right: auto;
}

#s-92e5f063-e6c2-4335-8fd3-fbeab73bb8d7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-92e5f063-e6c2-4335-8fd3-fbeab73bb8d7 {
  
}
}@media (max-width: 767px){#s-92e5f063-e6c2-4335-8fd3-fbeab73bb8d7 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-92e5f063-e6c2-4335-8fd3-fbeab73bb8d7, #wrap-s-92e5f063-e6c2-4335-8fd3-fbeab73bb8d7, #wrap-content-s-92e5f063-e6c2-4335-8fd3-fbeab73bb8d7 { display: none !important; }}
#s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f {
  display: none;
}
#s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f, #wrap-s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f, #wrap-content-s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f {
  display: none;
}
#s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f, #wrap-s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f, #wrap-content-s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f {
  display: none;
}
#s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f, #wrap-s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f, #wrap-content-s-11ecbd6c-8696-4a2b-84d4-8c56c9f92d8f { display: none !important; }}
#s-c33b0569-d74c-47f5-b299-dcbf6d855f40 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c33b0569-d74c-47f5-b299-dcbf6d855f40 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e1de492d-de29-4f5d-88f5-68b915a182ab {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e1de492d-de29-4f5d-88f5-68b915a182ab {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-a09369c1-6949-4fa0-8902-905d52d68905 {
  margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 33px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a09369c1-6949-4fa0-8902-905d52d68905 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
}
}
#s-a09369c1-6949-4fa0-8902-905d52d68905 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-a09369c1-6949-4fa0-8902-905d52d68905 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-1d0d1e6d-1388-4938-b743-b9bb02270bfe {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
@media (max-width: 767px){#s-1d0d1e6d-1388-4938-b743-b9bb02270bfe {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 4%;
padding-right: 4%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-prev,
#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-next {
  
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-prev svg,
#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1d0d1e6d-1388-4938-b743-b9bb02270bfe .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-fc371ca4-88b0-4a3c-80a5-48d3a809f087 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fc371ca4-88b0-4a3c-80a5-48d3a809f087 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-fc371ca4-88b0-4a3c-80a5-48d3a809f087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc371ca4-88b0-4a3c-80a5-48d3a809f087"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc371ca4-88b0-4a3c-80a5-48d3a809f087"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc371ca4-88b0-4a3c-80a5-48d3a809f087"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image {
  box-sizing: border-box;
}



.s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container {
      position: relative;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b5861c8-a40a-4b9e-97b4-e8ae02faa785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-0c87d221-5227-4e82-9645-0c91f85a343c {
  margin-left: auto;
margin-right: auto;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-b9393dcd-d909-40df-997e-704f31c7392a {
  margin: 0 !important;
  overflow: visible;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9393dcd-d909-40df-997e-704f31c7392a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add background color handling */
  
}

#s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9393dcd-d909-40df-997e-704f31c7392a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-b9393dcd-d909-40df-997e-704f31c7392a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image {
  box-sizing: border-box;
}



.s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9393dcd-d909-40df-997e-704f31c7392a {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container {
      position: relative;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9393dcd-d909-40df-997e-704f31c7392a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-f17cb366-02ea-4f74-b861-3239aac0954c {
  margin-left: auto;
margin-right: auto;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image {
  box-sizing: border-box;
}



.s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container {
      position: relative;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cf3acc5-cb8e-4cfc-9713-7e4ed5dcac39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-fc48fec8-8db0-4cd1-a22f-4401f1dc9163 {
  margin-left: auto;
margin-right: auto;
}

#s-9055743f-9a91-4aad-ab1d-0acc83efbdee {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-9055743f-9a91-4aad-ab1d-0acc83efbdee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9055743f-9a91-4aad-ab1d-0acc83efbdee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9055743f-9a91-4aad-ab1d-0acc83efbdee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9055743f-9a91-4aad-ab1d-0acc83efbdee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-0ede4733-ff29-454b-98b2-763d5b56879b {
  margin: 0 !important;
  overflow: visible;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ede4733-ff29-454b-98b2-763d5b56879b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add background color handling */
  
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ede4733-ff29-454b-98b2-763d5b56879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0ede4733-ff29-454b-98b2-763d5b56879b .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image {
  box-sizing: border-box;
}



.s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0ede4733-ff29-454b-98b2-763d5b56879b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container {
      position: relative;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ede4733-ff29-454b-98b2-763d5b56879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-7d9af22a-2043-42d0-854a-47be45a56916 {
  margin-left: auto;
margin-right: auto;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-6833d6bf-a904-4904-b951-a489b9062aea {
  margin: 0 !important;
  overflow: visible;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6833d6bf-a904-4904-b951-a489b9062aea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add background color handling */
  
}

#s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6833d6bf-a904-4904-b951-a489b9062aea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-6833d6bf-a904-4904-b951-a489b9062aea .shogun-image-content {
  
    justify-content: center;
  
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image {
  box-sizing: border-box;
}



.s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6833d6bf-a904-4904-b951-a489b9062aea {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container {
      position: relative;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6833d6bf-a904-4904-b951-a489b9062aea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-c7780af2-8b68-4af1-8492-5b3059ac58ab {
  margin-left: auto;
margin-right: auto;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 158/37;
text-align: center;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  margin: 0 !important;
  overflow: visible;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add background color handling */
  
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }

    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-link {
      aspect-ratio: 158/37;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image {
  box-sizing: border-box;
}



.s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b {
      --shg-aspect-ratio: calc(158/37); 
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container {
      position: relative;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e465bb51-2a77-4bd6-922e-b9bc79edd96b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-38976a89-a4a1-42dc-98ad-2758ea2d7933 {
  margin-left: auto;
margin-right: auto;
}

#s-1f611306-1565-476c-bb6a-bea262e83422 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-1f611306-1565-476c-bb6a-bea262e83422 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f611306-1565-476c-bb6a-bea262e83422.shg-box.shg-c {
  justify-content: center;
}

#s-23972f82-4047-4e80-a6cd-463c7f9b8ecc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgb(255, 255, 255);
}

#s-23972f82-4047-4e80-a6cd-463c7f9b8ecc .shogun-heading-component h1 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-23972f82-4047-4e80-a6cd-463c7f9b8ecc .shogun-heading-component h1 {
  color: rgb(0, 88, 142);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-44d2b235-b2d2-45b9-9606-3d059d26efbe {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-44d2b235-b2d2-45b9-9606-3d059d26efbe {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-9064548b-1535-49b3-83ad-ac299e216ae9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-9064548b-1535-49b3-83ad-ac299e216ae9 {
  margin-left: 4%;
margin-right: 4%;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-cdc3d04b-bfa0-4067-bfbc-de76d5d98358 {
  margin-left: 6%;
margin-right: 6%;
}

#s-cdc3d04b-bfa0-4067-bfbc-de76d5d98358 hr {
  border-top: 2px solid #ddd;
}

/*
  $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}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
