#s-ba3c78a8-398f-4269-9a96-f445b76ae7af {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-85bf06af-2103-4e35-a88f-c722b83f0f8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-85bf06af-2103-4e35-a88f-c722b83f0f8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85bf06af-2103-4e35-a88f-c722b83f0f8d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-a3ec322c-014f-415c-b6a1-7104105c81ed {
  margin-left: 0%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
}
@media (max-width: 767px){#s-a3ec322c-014f-415c-b6a1-7104105c81ed {
  display: none;
}
#s-a3ec322c-014f-415c-b6a1-7104105c81ed, #wrap-s-a3ec322c-014f-415c-b6a1-7104105c81ed, #wrap-content-s-a3ec322c-014f-415c-b6a1-7104105c81ed { display: none !important; }}
@media (min-width: 0px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 125px;
text-align: center;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 15px;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

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




.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-100ff466-da4f-4bb9-9d52-14398026a3c1 {
  margin-top: 20px;
margin-left: 21%;
margin-right: 21%;
}

#s-100ff466-da4f-4bb9-9d52-14398026a3c1 .shg-proportional-font-size,
#s-100ff466-da4f-4bb9-9d52-14398026a3c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-46170944-8b75-4dfb-a22f-73c8d7ebf18a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-46170944-8b75-4dfb-a22f-73c8d7ebf18a .shg-proportional-font-size,
#s-46170944-8b75-4dfb-a22f-73c8d7ebf18a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-743b79e9-2571-451e-bedb-1cf60f1d4b26 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-743b79e9-2571-451e-bedb-1cf60f1d4b26 .shg-proportional-font-size,
#s-743b79e9-2571-451e-bedb-1cf60f1d4b26 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ff252901-f56b-4ebd-8277-c0aa50a8fc83 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-ff252901-f56b-4ebd-8277-c0aa50a8fc83 .shg-proportional-font-size,
#s-ff252901-f56b-4ebd-8277-c0aa50a8fc83 .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-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-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgb(0, 172, 78);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-2d167e6e-2705-4a65-b809-99e1c42d141a {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}
@media (min-width: 1200px){#s-2d167e6e-2705-4a65-b809-99e1c42d141a {
  display: none;
}
#s-2d167e6e-2705-4a65-b809-99e1c42d141a, #wrap-s-2d167e6e-2705-4a65-b809-99e1c42d141a, #wrap-content-s-2d167e6e-2705-4a65-b809-99e1c42d141a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d167e6e-2705-4a65-b809-99e1c42d141a {
  display: none;
}
#s-2d167e6e-2705-4a65-b809-99e1c42d141a, #wrap-s-2d167e6e-2705-4a65-b809-99e1c42d141a, #wrap-content-s-2d167e6e-2705-4a65-b809-99e1c42d141a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d167e6e-2705-4a65-b809-99e1c42d141a {
  display: none;
}
#s-2d167e6e-2705-4a65-b809-99e1c42d141a, #wrap-s-2d167e6e-2705-4a65-b809-99e1c42d141a, #wrap-content-s-2d167e6e-2705-4a65-b809-99e1c42d141a { display: none !important; }}
#s-eef8b57f-a9eb-4b6f-8301-105fd1707fdd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eef8b57f-a9eb-4b6f-8301-105fd1707fdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eef8b57f-a9eb-4b6f-8301-105fd1707fdd.shg-box.shg-c {
  justify-content: center;
}

#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928 {
  display: none;
}
#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928, #wrap-s-d0b7b3c4-b6ff-45de-99a2-aa255e280928, #wrap-content-s-d0b7b3c4-b6ff-45de-99a2-aa255e280928 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928 {
  display: none;
}
#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928, #wrap-s-d0b7b3c4-b6ff-45de-99a2-aa255e280928, #wrap-content-s-d0b7b3c4-b6ff-45de-99a2-aa255e280928 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928 {
  display: none;
}
#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928, #wrap-s-d0b7b3c4-b6ff-45de-99a2-aa255e280928, #wrap-content-s-d0b7b3c4-b6ff-45de-99a2-aa255e280928 { display: none !important; }}
#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1MmY0NjAtOGI2ZC00YzAwLTk5ODAtMTBiOTBjODRmNjM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjZmNWYyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTUyZjQ2MC04YjZkLTRjMDAtOTk4MC0xMGI5MGM4NGY2MzcpIi8+PC9zdmc+);
}








#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0b7b3c4-b6ff-45de-99a2-aa255e280928.shg-box.shg-c {
  justify-content: center;
}

#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  display: none;
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe, #wrap-s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe, #wrap-content-s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  display: none;
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe, #wrap-s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe, #wrap-content-s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  display: none;
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe, #wrap-s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe, #wrap-content-s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe { display: none !important; }}@media (max-width: 767px){#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  
}
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/480x/);
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/960x/);
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/768x/);
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/1536x/);
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/1024x/);
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/2048x/);
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/1200x/);
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/2048x/);
}
#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ec87599-1dab-4423-871e-8cf2f8ed2ffe.shg-box.shg-c {
  justify-content: center;
}

#s-114562f3-2a9c-487a-bfa0-49fabf82be83 {
  margin-left: 15%;
margin-right: 15%;
padding-bottom: 25px;
}
@media (min-width: 1200px){#s-114562f3-2a9c-487a-bfa0-49fabf82be83 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-114562f3-2a9c-487a-bfa0-49fabf82be83 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-114562f3-2a9c-487a-bfa0-49fabf82be83 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-114562f3-2a9c-487a-bfa0-49fabf82be83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-114562f3-2a9c-487a-bfa0-49fabf82be83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-114562f3-2a9c-487a-bfa0-49fabf82be83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-114562f3-2a9c-487a-bfa0-49fabf82be83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-114562f3-2a9c-487a-bfa0-49fabf82be83"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-384ba47d-caf7-467b-a7f9-d2d722551843 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-384ba47d-caf7-467b-a7f9-d2d722551843 {
  display: none;
}
#s-384ba47d-caf7-467b-a7f9-d2d722551843, #wrap-s-384ba47d-caf7-467b-a7f9-d2d722551843, #wrap-content-s-384ba47d-caf7-467b-a7f9-d2d722551843 { display: none !important; }}
#s-384ba47d-caf7-467b-a7f9-d2d722551843 .shg-proportional-font-size,
#s-384ba47d-caf7-467b-a7f9-d2d722551843 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-384ba47d-caf7-467b-a7f9-d2d722551843 .shg-proportional-font-size,
#s-384ba47d-caf7-467b-a7f9-d2d722551843 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 96;
    
    
    font-size: 0.96em;
  
}
}@media (max-width: 767px){#s-384ba47d-caf7-467b-a7f9-d2d722551843 .shg-proportional-font-size,
#s-384ba47d-caf7-467b-a7f9-d2d722551843 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-12685e3a-2a5f-4f33-b314-b1fce42cc18a {
  margin-top: -35px;
margin-left: 1%;
margin-right: auto;
}

#s-12685e3a-2a5f-4f33-b314-b1fce42cc18a .shg-proportional-font-size,
#s-12685e3a-2a5f-4f33-b314-b1fce42cc18a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bd02bbfb-0150-40d0-a0e1-7ed74c817c2d {
  margin-left: auto;
margin-right: auto;
}

#s-bd02bbfb-0150-40d0-a0e1-7ed74c817c2d .shg-proportional-font-size,
#s-bd02bbfb-0150-40d0-a0e1-7ed74c817c2d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550 {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550-root {
    text-align: left;
  }


#s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550-root {
    text-align: left;
  }


#s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550.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-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550-root {
    text-align: left;
  }


#s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550.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-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550-root {
    text-align: left;
  }


#s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550-root {
    text-align: left;
  }


#s-d05b8ef5-1f2b-486b-94e5-a7b9ef6db550.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-40a11e77-c56e-41ff-85f6-e96b96ed56d2 {
  margin-top: 25px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-40a11e77-c56e-41ff-85f6-e96b96ed56d2 {
  display: none;
}
#s-40a11e77-c56e-41ff-85f6-e96b96ed56d2, #wrap-s-40a11e77-c56e-41ff-85f6-e96b96ed56d2, #wrap-content-s-40a11e77-c56e-41ff-85f6-e96b96ed56d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40a11e77-c56e-41ff-85f6-e96b96ed56d2 {
  display: none;
}
#s-40a11e77-c56e-41ff-85f6-e96b96ed56d2, #wrap-s-40a11e77-c56e-41ff-85f6-e96b96ed56d2, #wrap-content-s-40a11e77-c56e-41ff-85f6-e96b96ed56d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40a11e77-c56e-41ff-85f6-e96b96ed56d2 {
  display: none;
}
#s-40a11e77-c56e-41ff-85f6-e96b96ed56d2, #wrap-s-40a11e77-c56e-41ff-85f6-e96b96ed56d2, #wrap-content-s-40a11e77-c56e-41ff-85f6-e96b96ed56d2 { display: none !important; }}@media (max-width: 767px){#s-40a11e77-c56e-41ff-85f6-e96b96ed56d2 {
  margin-left: -5%;
}
}
@media (min-width: 0px) {
[id="s-40a11e77-c56e-41ff-85f6-e96b96ed56d2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-40a11e77-c56e-41ff-85f6-e96b96ed56d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-40a11e77-c56e-41ff-85f6-e96b96ed56d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-40a11e77-c56e-41ff-85f6-e96b96ed56d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-40a11e77-c56e-41ff-85f6-e96b96ed56d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-40a11e77-c56e-41ff-85f6-e96b96ed56d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-40a11e77-c56e-41ff-85f6-e96b96ed56d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-407339d8-5e82-493b-8916-f13abf21b748 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}
@media (max-width: 767px){#s-407339d8-5e82-493b-8916-f13abf21b748 {
  margin-top: 10px;
}
}
#s-407339d8-5e82-493b-8916-f13abf21b748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407339d8-5e82-493b-8916-f13abf21b748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  
}

#s-407339d8-5e82-493b-8916-f13abf21b748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-407339d8-5e82-493b-8916-f13abf21b748 img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

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




.s-407339d8-5e82-493b-8916-f13abf21b748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-407339d8-5e82-493b-8916-f13abf21b748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407339d8-5e82-493b-8916-f13abf21b748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-407339d8-5e82-493b-8916-f13abf21b748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-407339d8-5e82-493b-8916-f13abf21b748 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-407339d8-5e82-493b-8916-f13abf21b748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-407339d8-5e82-493b-8916-f13abf21b748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407339d8-5e82-493b-8916-f13abf21b748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-407339d8-5e82-493b-8916-f13abf21b748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-407339d8-5e82-493b-8916-f13abf21b748 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-407339d8-5e82-493b-8916-f13abf21b748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-407339d8-5e82-493b-8916-f13abf21b748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407339d8-5e82-493b-8916-f13abf21b748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-407339d8-5e82-493b-8916-f13abf21b748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-407339d8-5e82-493b-8916-f13abf21b748 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-407339d8-5e82-493b-8916-f13abf21b748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-407339d8-5e82-493b-8916-f13abf21b748 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407339d8-5e82-493b-8916-f13abf21b748-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-407339d8-5e82-493b-8916-f13abf21b748 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-407339d8-5e82-493b-8916-f13abf21b748 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-407339d8-5e82-493b-8916-f13abf21b748 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-407339d8-5e82-493b-8916-f13abf21b748 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407339d8-5e82-493b-8916-f13abf21b748.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e0367df7-f5be-4f41-9e5b-b71973d4ff8a {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-e0367df7-f5be-4f41-9e5b-b71973d4ff8a {
  margin-left: -20%;
margin-right: 18%;
}
}
#s-e0367df7-f5be-4f41-9e5b-b71973d4ff8a .shg-proportional-font-size,
#s-e0367df7-f5be-4f41-9e5b-b71973d4ff8a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c90df45-5e69-4175-8745-da57cc9eca10 img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

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




.s-3c90df45-5e69-4175-8745-da57cc9eca10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c90df45-5e69-4175-8745-da57cc9eca10 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-3c90df45-5e69-4175-8745-da57cc9eca10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c90df45-5e69-4175-8745-da57cc9eca10 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-3c90df45-5e69-4175-8745-da57cc9eca10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c90df45-5e69-4175-8745-da57cc9eca10 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-3c90df45-5e69-4175-8745-da57cc9eca10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3c90df45-5e69-4175-8745-da57cc9eca10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3c90df45-5e69-4175-8745-da57cc9eca10 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-3c90df45-5e69-4175-8745-da57cc9eca10 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c90df45-5e69-4175-8745-da57cc9eca10.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9b540156-6dd2-498d-b2ec-967b40ec5392 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-9b540156-6dd2-498d-b2ec-967b40ec5392 {
  margin-left: -30%;
}
}
#s-9b540156-6dd2-498d-b2ec-967b40ec5392 .shg-proportional-font-size,
#s-9b540156-6dd2-498d-b2ec-967b40ec5392 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-471fba75-a8a4-45c4-9265-e1347ab0336c img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

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




.s-471fba75-a8a4-45c4-9265-e1347ab0336c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-471fba75-a8a4-45c4-9265-e1347ab0336c 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-471fba75-a8a4-45c4-9265-e1347ab0336c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-471fba75-a8a4-45c4-9265-e1347ab0336c 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-471fba75-a8a4-45c4-9265-e1347ab0336c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-471fba75-a8a4-45c4-9265-e1347ab0336c 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-471fba75-a8a4-45c4-9265-e1347ab0336c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-471fba75-a8a4-45c4-9265-e1347ab0336c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-471fba75-a8a4-45c4-9265-e1347ab0336c 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-471fba75-a8a4-45c4-9265-e1347ab0336c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-471fba75-a8a4-45c4-9265-e1347ab0336c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-218da7a1-ebca-4092-a619-0021b66bd822 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-218da7a1-ebca-4092-a619-0021b66bd822 {
  margin-left: -27%;
margin-right: 0%;
}
}
#s-218da7a1-ebca-4092-a619-0021b66bd822 .shg-proportional-font-size,
#s-218da7a1-ebca-4092-a619-0021b66bd822 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-071783ac-d470-4288-abf9-b0664037fd73 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-071783ac-d470-4288-abf9-b0664037fd73 {
  margin-top: 0px;
}
}







#s-071783ac-d470-4288-abf9-b0664037fd73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-071783ac-d470-4288-abf9-b0664037fd73.shg-box.shg-c {
  justify-content: center;
}

#s-e19a466a-0373-453a-bb83-e1ba805e533d {
  margin-left: auto;
margin-right: auto;
padding-left: 1%;
}
@media (max-width: 767px){#s-e19a466a-0373-453a-bb83-e1ba805e533d {
  margin-top: 25px;
}
}
#s-e19a466a-0373-453a-bb83-e1ba805e533d .shg-proportional-font-size,
#s-e19a466a-0373-453a-bb83-e1ba805e533d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 {
  margin-top: -16px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 {
  display: none;
}
#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273, #wrap-s-3be3d3b5-d280-4b3a-a90b-f46efd55a273, #wrap-content-s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 {
  display: none;
}
#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273, #wrap-s-3be3d3b5-d280-4b3a-a90b-f46efd55a273, #wrap-content-s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 {
  display: none;
}
#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273, #wrap-s-3be3d3b5-d280-4b3a-a90b-f46efd55a273, #wrap-content-s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 { display: none !important; }}@media (max-width: 767px){#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 {
  
}
}
#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 .shg-proportional-font-size,
#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 .shg-proportional-font-size,
#s-3be3d3b5-d280-4b3a-a90b-f46efd55a273 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-dc1067cb-eb3e-49a3-b165-4750c217f2f1 {
  margin-top: -13px;
margin-left: -4%;
margin-bottom: 0px;
margin-right: -4%;
text-align: left;
}
@media (min-width: 1200px){#s-dc1067cb-eb3e-49a3-b165-4750c217f2f1 {
  display: none;
}
#s-dc1067cb-eb3e-49a3-b165-4750c217f2f1, #wrap-s-dc1067cb-eb3e-49a3-b165-4750c217f2f1, #wrap-content-s-dc1067cb-eb3e-49a3-b165-4750c217f2f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc1067cb-eb3e-49a3-b165-4750c217f2f1 {
  display: none;
}
#s-dc1067cb-eb3e-49a3-b165-4750c217f2f1, #wrap-s-dc1067cb-eb3e-49a3-b165-4750c217f2f1, #wrap-content-s-dc1067cb-eb3e-49a3-b165-4750c217f2f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc1067cb-eb3e-49a3-b165-4750c217f2f1 {
  display: none;
}
#s-dc1067cb-eb3e-49a3-b165-4750c217f2f1, #wrap-s-dc1067cb-eb3e-49a3-b165-4750c217f2f1, #wrap-content-s-dc1067cb-eb3e-49a3-b165-4750c217f2f1 { display: none !important; }}@media (max-width: 767px){#s-dc1067cb-eb3e-49a3-b165-4750c217f2f1 {
  
}
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  display: none;
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38, #wrap-s-5f1a2635-c9b4-4519-8443-6657e8ab8d38, #wrap-content-s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 { display: none !important; }}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/480x/);
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/960x/);
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/768x/);
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/1536x/);
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/1024x/);
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/2048x/);
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/1200x/);
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 {
  background-image: url(https://i.shgcdn.com/d90d425f-953a-4b04-9d4e-14f99c7c9de3/-/resize/2048x/);
}
#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f1a2635-c9b4-4519-8443-6657e8ab8d38.shg-box.shg-c {
  justify-content: center;
}

#s-d7672098-2e65-4599-8434-b47e7d417ffb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ecab039e-9d89-4f26-a293-b1e03b16c425 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-ecab039e-9d89-4f26-a293-b1e03b16c425 {
  margin-left: 17%;
margin-right: 17%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecab039e-9d89-4f26-a293-b1e03b16c425 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-ecab039e-9d89-4f26-a293-b1e03b16c425 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-ecab039e-9d89-4f26-a293-b1e03b16c425"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecab039e-9d89-4f26-a293-b1e03b16c425"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecab039e-9d89-4f26-a293-b1e03b16c425"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecab039e-9d89-4f26-a293-b1e03b16c425"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ecab039e-9d89-4f26-a293-b1e03b16c425"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8c8e860e-aea5-4fa1-b5f5-6d7f165b1415 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-8c8e860e-aea5-4fa1-b5f5-6d7f165b1415 {
  margin-top: 0px;
}
}







#s-8c8e860e-aea5-4fa1-b5f5-6d7f165b1415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c8e860e-aea5-4fa1-b5f5-6d7f165b1415.shg-box.shg-c {
  justify-content: center;
}

#s-c6241fa8-9928-408e-8319-bb9b600f8975 {
  margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-c6241fa8-9928-408e-8319-bb9b600f8975 .shg-proportional-font-size,
#s-c6241fa8-9928-408e-8319-bb9b600f8975 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f {
  display: none;
}
#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f, #wrap-s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f, #wrap-content-s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f { display: none !important; }}
#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f .shg-proportional-font-size,
#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f .shg-proportional-font-size,
#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 96;
    
    
    font-size: 0.96em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f .shg-proportional-font-size,
#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 91;
    
    
    font-size: 0.91em;
  
}
}@media (max-width: 767px){#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f .shg-proportional-font-size,
#s-e94c1a5f-434f-463f-9c1d-bf6b3c22075f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 {
  display: none;
}
#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14, #wrap-s-9e4d5836-e8a1-4644-9cbb-e39839b30f14, #wrap-content-s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 {
  display: none;
}
#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14, #wrap-s-9e4d5836-e8a1-4644-9cbb-e39839b30f14, #wrap-content-s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 {
  display: none;
}
#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14, #wrap-s-9e4d5836-e8a1-4644-9cbb-e39839b30f14, #wrap-content-s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 { display: none !important; }}
#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 .shg-proportional-font-size,
#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 .shg-proportional-font-size,
#s-9e4d5836-e8a1-4644-9cbb-e39839b30f14 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
}
#s-8db9833d-d470-4f2f-a838-0649da9efd0e {
  margin-left: auto;
margin-right: auto;
}

#s-8db9833d-d470-4f2f-a838-0649da9efd0e .shg-proportional-font-size,
#s-8db9833d-d470-4f2f-a838-0649da9efd0e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4e1b04e4-1734-410e-b8c7-7968ac8203ae {
  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: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4e1b04e4-1734-410e-b8c7-7968ac8203ae:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4e1b04e4-1734-410e-b8c7-7968ac8203ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e1b04e4-1734-410e-b8c7-7968ac8203ae-root {
    text-align: left;
  }


#s-4e1b04e4-1734-410e-b8c7-7968ac8203ae.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e1b04e4-1734-410e-b8c7-7968ac8203ae-root {
    text-align: left;
  }


#s-4e1b04e4-1734-410e-b8c7-7968ac8203ae.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-4e1b04e4-1734-410e-b8c7-7968ac8203ae-root {
    text-align: left;
  }


#s-4e1b04e4-1734-410e-b8c7-7968ac8203ae.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-4e1b04e4-1734-410e-b8c7-7968ac8203ae-root {
    text-align: left;
  }


#s-4e1b04e4-1734-410e-b8c7-7968ac8203ae.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e1b04e4-1734-410e-b8c7-7968ac8203ae-root {
    text-align: left;
  }


#s-4e1b04e4-1734-410e-b8c7-7968ac8203ae.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-840ff45a-d7e6-4a91-bb02-13f01ea1b1c1 {
  margin-left: auto;
margin-right: auto;
}

#s-840ff45a-d7e6-4a91-bb02-13f01ea1b1c1 .shg-proportional-font-size,
#s-840ff45a-d7e6-4a91-bb02-13f01ea1b1c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-07a5f2ba-32dd-4fed-b7b7-1b1466ddf817 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-07a5f2ba-32dd-4fed-b7b7-1b1466ddf817 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-07a5f2ba-32dd-4fed-b7b7-1b1466ddf817, #wrap-s-07a5f2ba-32dd-4fed-b7b7-1b1466ddf817, #wrap-content-s-07a5f2ba-32dd-4fed-b7b7-1b1466ddf817 { display: none !important; }}
#s-a4eccf58-dced-4488-a2f6-ede0e72e6510 {
  margin-top: -30px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-a4eccf58-dced-4488-a2f6-ede0e72e6510 .shg-proportional-font-size,
#s-a4eccf58-dced-4488-a2f6-ede0e72e6510 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fbadcb2f-ac71-4888-993f-a86156b1a68d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3d00a30e-3ebf-4d03-aa94-7497cf55fef4 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-3d00a30e-3ebf-4d03-aa94-7497cf55fef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d00a30e-3ebf-4d03-aa94-7497cf55fef4.shg-box.shg-c {
  justify-content: center;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

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




.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 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-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 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-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 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-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39 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-ef8e60d5-cd62-44b8-a739-7252b8f49d39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef8e60d5-cd62-44b8-a739-7252b8f49d39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-98844540-8e6b-4e01-b69a-e5f9f6f731d7 {
  margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-98844540-8e6b-4e01-b69a-e5f9f6f731d7 .shg-proportional-font-size,
#s-98844540-8e6b-4e01-b69a-e5f9f6f731d7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-ea5bbf24-fce3-42dd-b5b5-b62dc7833861 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea5bbf24-fce3-42dd-b5b5-b62dc7833861 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-ea5bbf24-fce3-42dd-b5b5-b62dc7833861 {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-ea5bbf24-fce3-42dd-b5b5-b62dc7833861 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-82404f66-ce46-46cf-bf71-dc5183bb8d14 {
  margin-left: 24%;
margin-right: 24%;
}
@media (max-width: 767px){#s-82404f66-ce46-46cf-bf71-dc5183bb8d14 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-82404f66-ce46-46cf-bf71-dc5183bb8d14, #wrap-s-82404f66-ce46-46cf-bf71-dc5183bb8d14, #wrap-content-s-82404f66-ce46-46cf-bf71-dc5183bb8d14 { display: none !important; }}
#s-82404f66-ce46-46cf-bf71-dc5183bb8d14 .shg-proportional-font-size,
#s-82404f66-ce46-46cf-bf71-dc5183bb8d14 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-95609c41-bc17-456d-943e-a83137acdd52 {
  margin-left: 24%;
margin-right: 24%;
}
@media (min-width: 1200px){#s-95609c41-bc17-456d-943e-a83137acdd52 {
  display: none;
}
#s-95609c41-bc17-456d-943e-a83137acdd52, #wrap-s-95609c41-bc17-456d-943e-a83137acdd52, #wrap-content-s-95609c41-bc17-456d-943e-a83137acdd52 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95609c41-bc17-456d-943e-a83137acdd52 {
  display: none;
}
#s-95609c41-bc17-456d-943e-a83137acdd52, #wrap-s-95609c41-bc17-456d-943e-a83137acdd52, #wrap-content-s-95609c41-bc17-456d-943e-a83137acdd52 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95609c41-bc17-456d-943e-a83137acdd52 {
  display: none;
}
#s-95609c41-bc17-456d-943e-a83137acdd52, #wrap-s-95609c41-bc17-456d-943e-a83137acdd52, #wrap-content-s-95609c41-bc17-456d-943e-a83137acdd52 { display: none !important; }}@media (max-width: 767px){#s-95609c41-bc17-456d-943e-a83137acdd52 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-95609c41-bc17-456d-943e-a83137acdd52 .shg-proportional-font-size,
#s-95609c41-bc17-456d-943e-a83137acdd52 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/* 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-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d {
  display: none;
}
#s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d, #wrap-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d, #wrap-content-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d {
  display: none;
}
#s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d, #wrap-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d, #wrap-content-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d {
  display: none;
}
#s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d, #wrap-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d, #wrap-content-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d { display: none !important; }}@media (max-width: 767px){#s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d {
  margin-left: 4%;
margin-right: 4%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d {
  --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-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d > .swiper-button-prev,
#slider-v3-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d > .swiper-button-next {
  
}

#slider-v3-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d > .swiper-button-prev svg,
#slider-v3-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d > .swiper-button-next svg {
  fill: rgba(0, 68, 143, 1) !important;
  stroke: rgba(0, 68, 143, 1) !important;
  
}

#slider-v3-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d .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-0cc75171-6ee4-4aa2-bcad-dd604d4dc27d .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-1fae5230-8512-4949-a381-13912369cd41 {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}

#s-1fae5230-8512-4949-a381-13912369cd41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fae5230-8512-4949-a381-13912369cd41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fae5230-8512-4949-a381-13912369cd41 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fae5230-8512-4949-a381-13912369cd41 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

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




.s-1fae5230-8512-4949-a381-13912369cd41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fae5230-8512-4949-a381-13912369cd41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fae5230-8512-4949-a381-13912369cd41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fae5230-8512-4949-a381-13912369cd41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1fae5230-8512-4949-a381-13912369cd41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fae5230-8512-4949-a381-13912369cd41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fae5230-8512-4949-a381-13912369cd41 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fae5230-8512-4949-a381-13912369cd41 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-1fae5230-8512-4949-a381-13912369cd41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fae5230-8512-4949-a381-13912369cd41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fae5230-8512-4949-a381-13912369cd41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fae5230-8512-4949-a381-13912369cd41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1fae5230-8512-4949-a381-13912369cd41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fae5230-8512-4949-a381-13912369cd41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fae5230-8512-4949-a381-13912369cd41 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fae5230-8512-4949-a381-13912369cd41 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-1fae5230-8512-4949-a381-13912369cd41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fae5230-8512-4949-a381-13912369cd41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fae5230-8512-4949-a381-13912369cd41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fae5230-8512-4949-a381-13912369cd41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1fae5230-8512-4949-a381-13912369cd41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fae5230-8512-4949-a381-13912369cd41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fae5230-8512-4949-a381-13912369cd41 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fae5230-8512-4949-a381-13912369cd41 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-1fae5230-8512-4949-a381-13912369cd41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fae5230-8512-4949-a381-13912369cd41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fae5230-8512-4949-a381-13912369cd41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fae5230-8512-4949-a381-13912369cd41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1fae5230-8512-4949-a381-13912369cd41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1fae5230-8512-4949-a381-13912369cd41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1fae5230-8512-4949-a381-13912369cd41 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1fae5230-8512-4949-a381-13912369cd41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1fae5230-8512-4949-a381-13912369cd41 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-1fae5230-8512-4949-a381-13912369cd41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1fae5230-8512-4949-a381-13912369cd41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fae5230-8512-4949-a381-13912369cd41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fae5230-8512-4949-a381-13912369cd41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

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




.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f 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-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f 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-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f 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-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f 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-ec40266b-02b0-4c5d-b8b1-0432a42bb79f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40266b-02b0-4c5d-b8b1-0432a42bb79f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

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




.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 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-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 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-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 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-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40 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-e0220d0a-153c-40dd-aba7-177bf9b9eb40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0220d0a-153c-40dd-aba7-177bf9b9eb40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eaf22ce4-2183-4171-8114-4829431f25f3 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

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




.s-eaf22ce4-2183-4171-8114-4829431f25f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eaf22ce4-2183-4171-8114-4829431f25f3 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-eaf22ce4-2183-4171-8114-4829431f25f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eaf22ce4-2183-4171-8114-4829431f25f3 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-eaf22ce4-2183-4171-8114-4829431f25f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eaf22ce4-2183-4171-8114-4829431f25f3 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-eaf22ce4-2183-4171-8114-4829431f25f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eaf22ce4-2183-4171-8114-4829431f25f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eaf22ce4-2183-4171-8114-4829431f25f3 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-eaf22ce4-2183-4171-8114-4829431f25f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaf22ce4-2183-4171-8114-4829431f25f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-72b91f8e-655b-4e5d-bcf5-10d366494476 .shg-proportional-font-size,
#s-72b91f8e-655b-4e5d-bcf5-10d366494476 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-592dbadd-04c8-49ef-bcf2-bffe03612d6a .shg-proportional-font-size,
#s-592dbadd-04c8-49ef-bcf2-bffe03612d6a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2088c18f-5cbd-49ce-a174-cdf43d0d2a14 .shg-proportional-font-size,
#s-2088c18f-5cbd-49ce-a174-cdf43d0d2a14 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6abd6afb-ee06-4c3f-8e12-54d13e28605b .shg-proportional-font-size,
#s-6abd6afb-ee06-4c3f-8e12-54d13e28605b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-da4b8191-4fd9-481f-b388-c983a666b132 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-da4b8191-4fd9-481f-b388-c983a666b132 {
  margin-left: 4%;
margin-right: 4%;
display: none;
}
#s-da4b8191-4fd9-481f-b388-c983a666b132, #wrap-s-da4b8191-4fd9-481f-b388-c983a666b132, #wrap-content-s-da4b8191-4fd9-481f-b388-c983a666b132 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-da4b8191-4fd9-481f-b388-c983a666b132 {
  --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-da4b8191-4fd9-481f-b388-c983a666b132 > .swiper-button-prev,
#slider-v3-s-da4b8191-4fd9-481f-b388-c983a666b132 > .swiper-button-next {
  
}

#slider-v3-s-da4b8191-4fd9-481f-b388-c983a666b132 > .swiper-button-prev svg,
#slider-v3-s-da4b8191-4fd9-481f-b388-c983a666b132 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-da4b8191-4fd9-481f-b388-c983a666b132 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-da4b8191-4fd9-481f-b388-c983a666b132 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-da4b8191-4fd9-481f-b388-c983a666b132 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-da4b8191-4fd9-481f-b388-c983a666b132 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-da4b8191-4fd9-481f-b388-c983a666b132 .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-da4b8191-4fd9-481f-b388-c983a666b132 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

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




.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 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-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 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-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 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-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505 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-0e7fedcc-8c10-47ca-ba37-d1328f8df505 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e7fedcc-8c10-47ca-ba37-d1328f8df505.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

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




.s-982039a6-ece0-4ed9-86f1-64e79dff83ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec 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-982039a6-ece0-4ed9-86f1-64e79dff83ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec 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-982039a6-ece0-4ed9-86f1-64e79dff83ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec 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-982039a6-ece0-4ed9-86f1-64e79dff83ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-982039a6-ece0-4ed9-86f1-64e79dff83ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec 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-982039a6-ece0-4ed9-86f1-64e79dff83ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-982039a6-ece0-4ed9-86f1-64e79dff83ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

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




.s-7257c7ca-049a-4b47-84b8-96cbd78d63df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df 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-7257c7ca-049a-4b47-84b8-96cbd78d63df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df 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-7257c7ca-049a-4b47-84b8-96cbd78d63df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df 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-7257c7ca-049a-4b47-84b8-96cbd78d63df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7257c7ca-049a-4b47-84b8-96cbd78d63df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df 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-7257c7ca-049a-4b47-84b8-96cbd78d63df .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7257c7ca-049a-4b47-84b8-96cbd78d63df.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  margin-left: auto;
margin-right: auto;
max-width: 540px;
text-align: center;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 25px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd img.shogun-image {
  width: 100%;
  
  
  max-width: 540px;

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




.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd 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-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd 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-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd 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-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd 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-6a6e3cc7-7724-4874-adb3-0dc34abb0abd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a6e3cc7-7724-4874-adb3-0dc34abb0abd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ea2f4cf3-1a7b-40a5-af98-80c1a36426c9 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}

#s-ea2f4cf3-1a7b-40a5-af98-80c1a36426c9 .shg-proportional-font-size,
#s-ea2f4cf3-1a7b-40a5-af98-80c1a36426c9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-93d0f6dd-650c-47b5-9afd-e50803ca9c91 {
  margin-left: 3%;
margin-right: 3%;
}

#s-93d0f6dd-650c-47b5-9afd-e50803ca9c91 .shg-proportional-font-size,
#s-93d0f6dd-650c-47b5-9afd-e50803ca9c91 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c5675d57-418e-454a-a3de-5414dfc1fe62 {
  margin-left: 3%;
margin-right: 3%;
}

#s-c5675d57-418e-454a-a3de-5414dfc1fe62 .shg-proportional-font-size,
#s-c5675d57-418e-454a-a3de-5414dfc1fe62 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d386469f-1233-4530-9d8d-8241c1dd9ffa {
  margin-left: 3%;
margin-right: 3%;
}

#s-d386469f-1233-4530-9d8d-8241c1dd9ffa .shg-proportional-font-size,
#s-d386469f-1233-4530-9d8d-8241c1dd9ffa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1bd4e79e-929b-49f9-816f-2a89823d63b4 {
  margin-top: -40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1bd4e79e-929b-49f9-816f-2a89823d63b4:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1bd4e79e-929b-49f9-816f-2a89823d63b4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1bd4e79e-929b-49f9-816f-2a89823d63b4 {
  margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
}
}

  #s-1bd4e79e-929b-49f9-816f-2a89823d63b4-root {
    text-align: center;
  }


#s-1bd4e79e-929b-49f9-816f-2a89823d63b4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1bd4e79e-929b-49f9-816f-2a89823d63b4-root {
    text-align: center;
  }


#s-1bd4e79e-929b-49f9-816f-2a89823d63b4.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-1bd4e79e-929b-49f9-816f-2a89823d63b4-root {
    text-align: center;
  }


#s-1bd4e79e-929b-49f9-816f-2a89823d63b4.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-1bd4e79e-929b-49f9-816f-2a89823d63b4-root {
    text-align: center;
  }


#s-1bd4e79e-929b-49f9-816f-2a89823d63b4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1bd4e79e-929b-49f9-816f-2a89823d63b4-root {
    text-align: center;
  }


#s-1bd4e79e-929b-49f9-816f-2a89823d63b4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-4da24386-220a-4d5b-b8e5-eee8e6291494 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 118, 1);
}








#s-4da24386-220a-4d5b-b8e5-eee8e6291494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4da24386-220a-4d5b-b8e5-eee8e6291494.shg-box.shg-c {
  justify-content: center;
}

#s-7a70cac9-fb3f-49a3-9f77-53a2e66b8590 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-7a70cac9-fb3f-49a3-9f77-53a2e66b8590 {
  display: none;
}
#s-7a70cac9-fb3f-49a3-9f77-53a2e66b8590, #wrap-s-7a70cac9-fb3f-49a3-9f77-53a2e66b8590, #wrap-content-s-7a70cac9-fb3f-49a3-9f77-53a2e66b8590 { display: none !important; }}
#s-7a70cac9-fb3f-49a3-9f77-53a2e66b8590 .shg-proportional-font-size,
#s-7a70cac9-fb3f-49a3-9f77-53a2e66b8590 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b {
  display: none;
}
#s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b, #wrap-s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b, #wrap-content-s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b {
  display: none;
}
#s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b, #wrap-s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b, #wrap-content-s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b {
  display: none;
}
#s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b, #wrap-s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b, #wrap-content-s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b { display: none !important; }}
#s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b .shg-proportional-font-size,
#s-5f4f948f-9e2d-4850-b45d-4d4bfa263b4b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-40242858-883b-40f6-bea0-f350e1259bab {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-40242858-883b-40f6-bea0-f350e1259bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40242858-883b-40f6-bea0-f350e1259bab.shg-box.shg-c {
  justify-content: center;
}

#s-9139e799-598d-4ce2-8d55-a54a0180d058 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd41af81-204d-45b3-a918-5e5a04151993 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd41af81-204d-45b3-a918-5e5a04151993 img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

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




.s-dd41af81-204d-45b3-a918-5e5a04151993 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd41af81-204d-45b3-a918-5e5a04151993 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd41af81-204d-45b3-a918-5e5a04151993 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd41af81-204d-45b3-a918-5e5a04151993 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-dd41af81-204d-45b3-a918-5e5a04151993 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd41af81-204d-45b3-a918-5e5a04151993 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd41af81-204d-45b3-a918-5e5a04151993 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd41af81-204d-45b3-a918-5e5a04151993 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-dd41af81-204d-45b3-a918-5e5a04151993 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd41af81-204d-45b3-a918-5e5a04151993 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd41af81-204d-45b3-a918-5e5a04151993 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd41af81-204d-45b3-a918-5e5a04151993 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-dd41af81-204d-45b3-a918-5e5a04151993 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd41af81-204d-45b3-a918-5e5a04151993 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd41af81-204d-45b3-a918-5e5a04151993 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd41af81-204d-45b3-a918-5e5a04151993 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd41af81-204d-45b3-a918-5e5a04151993 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-dd41af81-204d-45b3-a918-5e5a04151993 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd41af81-204d-45b3-a918-5e5a04151993.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c4e98b15-01b8-4217-98e9-7c59e15431f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c4e98b15-01b8-4217-98e9-7c59e15431f2 {
  margin-left: 9%;
margin-right: 9%;
}
}
#s-c4e98b15-01b8-4217-98e9-7c59e15431f2 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-c4e98b15-01b8-4217-98e9-7c59e15431f2 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 {
  margin-left: 24%;
margin-right: 24%;
}
@media (min-width: 1200px){#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 {
  display: none;
}
#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158, #wrap-s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158, #wrap-content-s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 {
  display: none;
}
#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158, #wrap-s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158, #wrap-content-s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 {
  display: none;
}
#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158, #wrap-s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158, #wrap-content-s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 { display: none !important; }}@media (max-width: 767px){#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 .shg-proportional-font-size,
#s-ac9b2e88-cc0c-445a-985f-ed4ff1f68158 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-17b46840-3817-441f-91c8-3dcff67dfa12 {
  margin-left: 26%;
margin-right: 26%;
}
@media (max-width: 767px){#s-17b46840-3817-441f-91c8-3dcff67dfa12 {
  display: none;
}
#s-17b46840-3817-441f-91c8-3dcff67dfa12, #wrap-s-17b46840-3817-441f-91c8-3dcff67dfa12, #wrap-content-s-17b46840-3817-441f-91c8-3dcff67dfa12 { display: none !important; }}
#s-17b46840-3817-441f-91c8-3dcff67dfa12 .shg-proportional-font-size,
#s-17b46840-3817-441f-91c8-3dcff67dfa12 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  margin-left: 16%;
margin-right: 16%;
max-width: 1262px;
text-align: center;
}
@media (max-width: 767px){#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  display: none;
}
#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36, #wrap-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36, #wrap-content-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 { display: none !important; }}
#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 16%;
  margin-right: 16%;
  
  
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 img.shogun-image {
  width: 100%;
  
  
  max-width: 1262px;

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




.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 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-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 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-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 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-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 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-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81caa8d0-70fc-4d2f-9fe3-3a265b2bef36.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-11f2fbd1-206d-46dc-9098-87ba33797747 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-11f2fbd1-206d-46dc-9098-87ba33797747 {
  display: none;
}
#s-11f2fbd1-206d-46dc-9098-87ba33797747, #wrap-s-11f2fbd1-206d-46dc-9098-87ba33797747, #wrap-content-s-11f2fbd1-206d-46dc-9098-87ba33797747 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11f2fbd1-206d-46dc-9098-87ba33797747 {
  display: none;
}
#s-11f2fbd1-206d-46dc-9098-87ba33797747, #wrap-s-11f2fbd1-206d-46dc-9098-87ba33797747, #wrap-content-s-11f2fbd1-206d-46dc-9098-87ba33797747 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11f2fbd1-206d-46dc-9098-87ba33797747 {
  display: none;
}
#s-11f2fbd1-206d-46dc-9098-87ba33797747, #wrap-s-11f2fbd1-206d-46dc-9098-87ba33797747, #wrap-content-s-11f2fbd1-206d-46dc-9098-87ba33797747 { display: none !important; }}
#s-11f2fbd1-206d-46dc-9098-87ba33797747 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-11f2fbd1-206d-46dc-9098-87ba33797747 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 172, 78, 1);
  padding: 10px;
}

#s-11f2fbd1-206d-46dc-9098-87ba33797747 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-11f2fbd1-206d-46dc-9098-87ba33797747 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-11f2fbd1-206d-46dc-9098-87ba33797747 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 21px;
}

#s-11f2fbd1-206d-46dc-9098-87ba33797747 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
max-width: 1890px;
text-align: center;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 img.shogun-image {
  width: 100%;
  
  
  max-width: 1890px;

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




.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 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-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 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-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 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-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529 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-fa0ba3ee-fd3b-4066-ba04-8418e4609529 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0ba3ee-fd3b-4066-ba04-8418e4609529.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 {
  display: none;
}
#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54, #wrap-s-9fb31f8b-6880-472d-816c-0a3c3aa44b54, #wrap-content-s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 {
  display: none;
}
#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54, #wrap-s-9fb31f8b-6880-472d-816c-0a3c3aa44b54, #wrap-content-s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 {
  display: none;
}
#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54, #wrap-s-9fb31f8b-6880-472d-816c-0a3c3aa44b54, #wrap-content-s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 { display: none !important; }}
#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 172, 78, 1);
  padding: 10px;
}

#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 21px;
}

#s-9fb31f8b-6880-472d-816c-0a3c3aa44b54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
max-width: 1890px;
text-align: center;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba img.shogun-image {
  width: 100%;
  
  
  max-width: 1890px;

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




.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba 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-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba 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-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba 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-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba 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-79516a4b-d0e0-4c6f-8052-2403cf7f7cba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79516a4b-d0e0-4c6f-8052-2403cf7f7cba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 {
  display: none;
}
#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88, #wrap-s-0d0a65d7-882f-4a09-b5e9-68315a9efc88, #wrap-content-s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 {
  display: none;
}
#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88, #wrap-s-0d0a65d7-882f-4a09-b5e9-68315a9efc88, #wrap-content-s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 {
  display: none;
}
#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88, #wrap-s-0d0a65d7-882f-4a09-b5e9-68315a9efc88, #wrap-content-s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 { display: none !important; }}
#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 172, 78, 1);
  padding: 10px;
}

#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 21px;
}

#s-0d0a65d7-882f-4a09-b5e9-68315a9efc88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
#s-4ead5780-5148-49f4-aa04-8f054a995145 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
max-width: 1890px;
text-align: center;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ead5780-5148-49f4-aa04-8f054a995145 img.shogun-image {
  width: 100%;
  
  
  max-width: 1890px;

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




.s-4ead5780-5148-49f4-aa04-8f054a995145 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4ead5780-5148-49f4-aa04-8f054a995145 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ead5780-5148-49f4-aa04-8f054a995145 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ead5780-5148-49f4-aa04-8f054a995145 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-4ead5780-5148-49f4-aa04-8f054a995145 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4ead5780-5148-49f4-aa04-8f054a995145 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ead5780-5148-49f4-aa04-8f054a995145 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ead5780-5148-49f4-aa04-8f054a995145 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-4ead5780-5148-49f4-aa04-8f054a995145 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4ead5780-5148-49f4-aa04-8f054a995145 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ead5780-5148-49f4-aa04-8f054a995145 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ead5780-5148-49f4-aa04-8f054a995145 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-4ead5780-5148-49f4-aa04-8f054a995145 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4ead5780-5148-49f4-aa04-8f054a995145 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4ead5780-5148-49f4-aa04-8f054a995145 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4ead5780-5148-49f4-aa04-8f054a995145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4ead5780-5148-49f4-aa04-8f054a995145 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-4ead5780-5148-49f4-aa04-8f054a995145 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ead5780-5148-49f4-aa04-8f054a995145.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 {
  display: none;
}
#s-e7c91582-d8bd-4198-960a-6663fff9e5f6, #wrap-s-e7c91582-d8bd-4198-960a-6663fff9e5f6, #wrap-content-s-e7c91582-d8bd-4198-960a-6663fff9e5f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 {
  display: none;
}
#s-e7c91582-d8bd-4198-960a-6663fff9e5f6, #wrap-s-e7c91582-d8bd-4198-960a-6663fff9e5f6, #wrap-content-s-e7c91582-d8bd-4198-960a-6663fff9e5f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 {
  display: none;
}
#s-e7c91582-d8bd-4198-960a-6663fff9e5f6, #wrap-s-e7c91582-d8bd-4198-960a-6663fff9e5f6, #wrap-content-s-e7c91582-d8bd-4198-960a-6663fff9e5f6 { display: none !important; }}
#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 172, 78, 1);
  padding: 10px;
}

#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 21px;
}

#s-e7c91582-d8bd-4198-960a-6663fff9e5f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
#s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
max-width: 1890px;
text-align: center;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39d64915-2b6b-40e5-9cbd-b274735f300b img.shogun-image {
  width: 100%;
  
  
  max-width: 1890px;

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




.s-39d64915-2b6b-40e5-9cbd-b274735f300b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39d64915-2b6b-40e5-9cbd-b274735f300b 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-39d64915-2b6b-40e5-9cbd-b274735f300b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39d64915-2b6b-40e5-9cbd-b274735f300b 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-39d64915-2b6b-40e5-9cbd-b274735f300b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39d64915-2b6b-40e5-9cbd-b274735f300b 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-39d64915-2b6b-40e5-9cbd-b274735f300b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-39d64915-2b6b-40e5-9cbd-b274735f300b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-39d64915-2b6b-40e5-9cbd-b274735f300b 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-39d64915-2b6b-40e5-9cbd-b274735f300b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39d64915-2b6b-40e5-9cbd-b274735f300b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 {
  display: none;
}
#s-d48826ad-f2a9-4fa5-be32-a183e46c1472, #wrap-s-d48826ad-f2a9-4fa5-be32-a183e46c1472, #wrap-content-s-d48826ad-f2a9-4fa5-be32-a183e46c1472 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 {
  display: none;
}
#s-d48826ad-f2a9-4fa5-be32-a183e46c1472, #wrap-s-d48826ad-f2a9-4fa5-be32-a183e46c1472, #wrap-content-s-d48826ad-f2a9-4fa5-be32-a183e46c1472 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 {
  display: none;
}
#s-d48826ad-f2a9-4fa5-be32-a183e46c1472, #wrap-s-d48826ad-f2a9-4fa5-be32-a183e46c1472, #wrap-content-s-d48826ad-f2a9-4fa5-be32-a183e46c1472 { display: none !important; }}
#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 172, 78, 1);
  padding: 10px;
}

#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 21px;
}

#s-d48826ad-f2a9-4fa5-be32-a183e46c1472 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
#s-a0677078-ab2b-4734-9727-4deb99988f41 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
max-width: 1890px;
text-align: center;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0677078-ab2b-4734-9727-4deb99988f41 img.shogun-image {
  width: 100%;
  
  
  max-width: 1890px;

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




.s-a0677078-ab2b-4734-9727-4deb99988f41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a0677078-ab2b-4734-9727-4deb99988f41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0677078-ab2b-4734-9727-4deb99988f41 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0677078-ab2b-4734-9727-4deb99988f41 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-a0677078-ab2b-4734-9727-4deb99988f41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a0677078-ab2b-4734-9727-4deb99988f41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0677078-ab2b-4734-9727-4deb99988f41 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0677078-ab2b-4734-9727-4deb99988f41 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-a0677078-ab2b-4734-9727-4deb99988f41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a0677078-ab2b-4734-9727-4deb99988f41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0677078-ab2b-4734-9727-4deb99988f41 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0677078-ab2b-4734-9727-4deb99988f41 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-a0677078-ab2b-4734-9727-4deb99988f41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a0677078-ab2b-4734-9727-4deb99988f41 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0677078-ab2b-4734-9727-4deb99988f41 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a0677078-ab2b-4734-9727-4deb99988f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0677078-ab2b-4734-9727-4deb99988f41 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-a0677078-ab2b-4734-9727-4deb99988f41 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0677078-ab2b-4734-9727-4deb99988f41.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-41a26c2d-e102-417f-adc8-8ea044edbd5b {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-41a26c2d-e102-417f-adc8-8ea044edbd5b {
  display: none;
}
#s-41a26c2d-e102-417f-adc8-8ea044edbd5b, #wrap-s-41a26c2d-e102-417f-adc8-8ea044edbd5b, #wrap-content-s-41a26c2d-e102-417f-adc8-8ea044edbd5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41a26c2d-e102-417f-adc8-8ea044edbd5b {
  display: none;
}
#s-41a26c2d-e102-417f-adc8-8ea044edbd5b, #wrap-s-41a26c2d-e102-417f-adc8-8ea044edbd5b, #wrap-content-s-41a26c2d-e102-417f-adc8-8ea044edbd5b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41a26c2d-e102-417f-adc8-8ea044edbd5b {
  display: none;
}
#s-41a26c2d-e102-417f-adc8-8ea044edbd5b, #wrap-s-41a26c2d-e102-417f-adc8-8ea044edbd5b, #wrap-content-s-41a26c2d-e102-417f-adc8-8ea044edbd5b { display: none !important; }}
#s-41a26c2d-e102-417f-adc8-8ea044edbd5b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-41a26c2d-e102-417f-adc8-8ea044edbd5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 172, 78, 1);
  padding: 10px;
}

#s-41a26c2d-e102-417f-adc8-8ea044edbd5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-41a26c2d-e102-417f-adc8-8ea044edbd5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-41a26c2d-e102-417f-adc8-8ea044edbd5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 21px;
}

#s-41a26c2d-e102-417f-adc8-8ea044edbd5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
max-width: 1890px;
text-align: center;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1890px;

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




.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 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-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 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-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 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-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 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-de97076a-9e6f-4a1e-8adc-08ebf170dcd5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de97076a-9e6f-4a1e-8adc-08ebf170dcd5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1c49eaf6-4e78-456f-b407-012617309fa2 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-1c49eaf6-4e78-456f-b407-012617309fa2 {
  display: none;
}
#s-1c49eaf6-4e78-456f-b407-012617309fa2, #wrap-s-1c49eaf6-4e78-456f-b407-012617309fa2, #wrap-content-s-1c49eaf6-4e78-456f-b407-012617309fa2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c49eaf6-4e78-456f-b407-012617309fa2 {
  display: none;
}
#s-1c49eaf6-4e78-456f-b407-012617309fa2, #wrap-s-1c49eaf6-4e78-456f-b407-012617309fa2, #wrap-content-s-1c49eaf6-4e78-456f-b407-012617309fa2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c49eaf6-4e78-456f-b407-012617309fa2 {
  display: none;
}
#s-1c49eaf6-4e78-456f-b407-012617309fa2, #wrap-s-1c49eaf6-4e78-456f-b407-012617309fa2, #wrap-content-s-1c49eaf6-4e78-456f-b407-012617309fa2 { display: none !important; }}
#s-1c49eaf6-4e78-456f-b407-012617309fa2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1c49eaf6-4e78-456f-b407-012617309fa2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 172, 78, 1);
  padding: 10px;
}

#s-1c49eaf6-4e78-456f-b407-012617309fa2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1c49eaf6-4e78-456f-b407-012617309fa2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1c49eaf6-4e78-456f-b407-012617309fa2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  
  font-size: 21px;
}

#s-1c49eaf6-4e78-456f-b407-012617309fa2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 21px;
}
#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
max-width: 1890px;
text-align: center;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f img.shogun-image {
  width: 100%;
  
  
  max-width: 1890px;

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




.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f 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-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f 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-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f 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-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f6ade61f-020e-4fe0-bc52-07ea67a7416f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f 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-f6ade61f-020e-4fe0-bc52-07ea67a7416f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ade61f-020e-4fe0-bc52-07ea67a7416f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-aaa5085c-fe71-4dd9-9a33-1050f82c6c06 {
  margin-left: 24%;
margin-right: 24%;
}
@media (max-width: 767px){#s-aaa5085c-fe71-4dd9-9a33-1050f82c6c06 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-aaa5085c-fe71-4dd9-9a33-1050f82c6c06 .shg-proportional-font-size,
#s-aaa5085c-fe71-4dd9-9a33-1050f82c6c06 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f {
  padding-left: 50px;
padding-right: 50px;
}
}

  #s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f-root {
    text-align: center;
  }


#s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f-root {
    text-align: center;
  }


#s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f.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-a7d42d05-8bea-4ca7-b812-c9a3fb65728f-root {
    text-align: center;
  }


#s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f.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-a7d42d05-8bea-4ca7-b812-c9a3fb65728f-root {
    text-align: center;
  }


#s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f-root {
    text-align: center;
  }


#s-a7d42d05-8bea-4ca7-b812-c9a3fb65728f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5e05323e-f872-40da-bf3a-d40f2cd31ff8 {
  margin-left: 24%;
margin-right: 24%;
}
@media (max-width: 767px){#s-5e05323e-f872-40da-bf3a-d40f2cd31ff8 {
  margin-left: 11%;
margin-right: 11%;
}
}
#s-5e05323e-f872-40da-bf3a-d40f2cd31ff8 .shg-proportional-font-size,
#s-5e05323e-f872-40da-bf3a-d40f2cd31ff8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

#s-6ee5304e-f6f4-4d8e-b2c6-0b90a312f805 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-6ee5304e-f6f4-4d8e-b2c6-0b90a312f805 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ee5304e-f6f4-4d8e-b2c6-0b90a312f805 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ee5304e-f6f4-4d8e-b2c6-0b90a312f805 {
  
}
}
#s-6ee5304e-f6f4-4d8e-b2c6-0b90a312f805 hr {
  border-top: 2px solid #ddd;
}

#s-5bda5c18-46f3-45fc-ac30-e7657e4b69ff {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-5bda5c18-46f3-45fc-ac30-e7657e4b69ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bda5c18-46f3-45fc-ac30-e7657e4b69ff.shg-box.shg-c {
  justify-content: center;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

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




.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 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-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 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-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 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-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 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-f93f7817-ad68-4c72-b9fa-39c3b239b0f0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93f7817-ad68-4c72-b9fa-39c3b239b0f0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4bd00831-89d7-46d5-8248-6a7e34e37d62 {
  margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-4bd00831-89d7-46d5-8248-6a7e34e37d62 .shg-proportional-font-size,
#s-4bd00831-89d7-46d5-8248-6a7e34e37d62 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3d43866c-973e-4759-80b5-d93fd4f809de {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-3d43866c-973e-4759-80b5-d93fd4f809de {
  display: none;
}
#s-3d43866c-973e-4759-80b5-d93fd4f809de, #wrap-s-3d43866c-973e-4759-80b5-d93fd4f809de, #wrap-content-s-3d43866c-973e-4759-80b5-d93fd4f809de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d43866c-973e-4759-80b5-d93fd4f809de {
  display: none;
}
#s-3d43866c-973e-4759-80b5-d93fd4f809de, #wrap-s-3d43866c-973e-4759-80b5-d93fd4f809de, #wrap-content-s-3d43866c-973e-4759-80b5-d93fd4f809de { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d43866c-973e-4759-80b5-d93fd4f809de {
  display: none;
}
#s-3d43866c-973e-4759-80b5-d93fd4f809de, #wrap-s-3d43866c-973e-4759-80b5-d93fd4f809de, #wrap-content-s-3d43866c-973e-4759-80b5-d93fd4f809de { display: none !important; }}
#s-b1e7b411-9e69-4817-b31e-ec97628dad7e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1e7b411-9e69-4817-b31e-ec97628dad7e .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-b1e7b411-9e69-4817-b31e-ec97628dad7e .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-99ee12f5-6906-4ac2-b5ed-d536ee04dbd3 {
  margin-left: 24%;
margin-right: 24%;
}
@media (max-width: 767px){#s-99ee12f5-6906-4ac2-b5ed-d536ee04dbd3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-99ee12f5-6906-4ac2-b5ed-d536ee04dbd3 .shg-proportional-font-size,
#s-99ee12f5-6906-4ac2-b5ed-d536ee04dbd3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-abef9c4b-9b8e-4360-bcb0-863e285cffef {
  box-shadow:1px 1px 7px 3px rgba(229, 229, 229, 1);
margin-left: 15%;
margin-right: 15%;
padding-top: 25px;
padding-bottom: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(175, 175, 175, 1);
border-style: none;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-abef9c4b-9b8e-4360-bcb0-863e285cffef {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-abef9c4b-9b8e-4360-bcb0-863e285cffef {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-abef9c4b-9b8e-4360-bcb0-863e285cffef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abef9c4b-9b8e-4360-bcb0-863e285cffef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abef9c4b-9b8e-4360-bcb0-863e285cffef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abef9c4b-9b8e-4360-bcb0-863e285cffef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abef9c4b-9b8e-4360-bcb0-863e285cffef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abef9c4b-9b8e-4360-bcb0-863e285cffef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abef9c4b-9b8e-4360-bcb0-863e285cffef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-fbc3d8f2-e9c0-4b56-bce6-f7ecd3fc4b7e {
  margin-top: 25px;
margin-left: 23%;
margin-bottom: 25px;
margin-right: 23%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 255px;
background-color: rgba(0, 172, 78, 1);
}

#s-fbc3d8f2-e9c0-4b56-bce6-f7ecd3fc4b7e .shg-proportional-font-size,
#s-fbc3d8f2-e9c0-4b56-bce6-f7ecd3fc4b7e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  margin-top: 45px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  max-width: 200px;
}
}
#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 45px;
  
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

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




.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd 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-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd 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-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd 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-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c4a93d68-bfbc-4588-9cc6-fd42339079bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

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




.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a93d68-bfbc-4588-9cc6-fd42339079bd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cd49b1e2-cde1-4fed-a24c-431c33956d55 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-cd49b1e2-cde1-4fed-a24c-431c33956d55 .shg-proportional-font-size,
#s-cd49b1e2-cde1-4fed-a24c-431c33956d55 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4c32eaaa-b723-4642-a9a5-d3a132284d44 {
  margin-top: 25px;
margin-left: 5%;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-e35a15d7-a5e1-4e7e-a900-4d9f2a5dbf54 {
  margin-left: auto;
margin-right: auto;
}

#s-00ba88d7-9932-445d-a338-5bfef1467bbd {
  margin-left: 5%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-00ba88d7-9932-445d-a338-5bfef1467bbd .shogun-heading-component h1 {
  color: rgba(0, 172, 78, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-00ba88d7-9932-445d-a338-5bfef1467bbd .shogun-heading-component h1 {
  color: rgba(0, 172, 78, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-bb154486-a42e-4d59-9705-c85bb0b62f98 {
  margin-top: -19px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-bb154486-a42e-4d59-9705-c85bb0b62f98 .shg-proportional-font-size,
#s-bb154486-a42e-4d59-9705-c85bb0b62f98 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aca40012-592a-44e2-a19b-ad81d903f810 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-aca40012-592a-44e2-a19b-ad81d903f810"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aca40012-592a-44e2-a19b-ad81d903f810"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-aca40012-592a-44e2-a19b-ad81d903f810"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-aca40012-592a-44e2-a19b-ad81d903f810"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2f4d1c18-755b-4976-b46e-e30370574310 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(246, 247, 249, 1);
}
@media (max-width: 767px){#s-2f4d1c18-755b-4976-b46e-e30370574310 {
  margin-top: 10px;
margin-bottom: 10px;
}
}







#s-2f4d1c18-755b-4976-b46e-e30370574310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f4d1c18-755b-4976-b46e-e30370574310.shg-box.shg-c {
  justify-content: center;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 30px;
text-align: center;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 img.shogun-image {
  width: 100%;
  
  
  max-width: 30px;

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




.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 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-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 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-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 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-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 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-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb6fe53-2ec2-4e45-8a29-cfa4bbd9ed45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a72507a3-f8c0-4f98-b140-aec7c7317ca7 {
  margin-left: auto;
margin-right: auto;
}

#s-a72507a3-f8c0-4f98-b140-aec7c7317ca7 .shg-proportional-font-size,
#s-a72507a3-f8c0-4f98-b140-aec7c7317ca7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f0778c16-6c62-443e-b222-12d03c3b5a4b {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(246, 247, 249, 1);
}








#s-f0778c16-6c62-443e-b222-12d03c3b5a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0778c16-6c62-443e-b222-12d03c3b5a4b.shg-box.shg-c {
  justify-content: center;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa img.shogun-image {
  width: 100%;
  
  
  max-width: 30px;

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




.s-d35d1c66-cace-4586-aa02-a32eb1de47fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa 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-d35d1c66-cace-4586-aa02-a32eb1de47fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa 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-d35d1c66-cace-4586-aa02-a32eb1de47fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa 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-d35d1c66-cace-4586-aa02-a32eb1de47fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d35d1c66-cace-4586-aa02-a32eb1de47fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa 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-d35d1c66-cace-4586-aa02-a32eb1de47fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d35d1c66-cace-4586-aa02-a32eb1de47fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ae74a3dc-9484-43f6-9c82-08fa2d87dfd8 {
  margin-left: 3%;
margin-right: 3%;
}

#s-ae74a3dc-9484-43f6-9c82-08fa2d87dfd8 .shg-proportional-font-size,
#s-ae74a3dc-9484-43f6-9c82-08fa2d87dfd8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-026a7a15-2434-40be-9229-c6b5c9275b7a {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(246, 247, 249, 1);
}
@media (max-width: 767px){#s-026a7a15-2434-40be-9229-c6b5c9275b7a {
  margin-top: 10px;
margin-bottom: 0px;
}
}







#s-026a7a15-2434-40be-9229-c6b5c9275b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-026a7a15-2434-40be-9229-c6b5c9275b7a.shg-box.shg-c {
  justify-content: center;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-96ae50cc-2316-4710-92bc-94ec64367464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96ae50cc-2316-4710-92bc-94ec64367464 img.shogun-image {
  width: 100%;
  
  
  max-width: 30px;

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




.s-96ae50cc-2316-4710-92bc-94ec64367464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-96ae50cc-2316-4710-92bc-94ec64367464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-96ae50cc-2316-4710-92bc-94ec64367464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96ae50cc-2316-4710-92bc-94ec64367464 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-96ae50cc-2316-4710-92bc-94ec64367464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-96ae50cc-2316-4710-92bc-94ec64367464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-96ae50cc-2316-4710-92bc-94ec64367464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96ae50cc-2316-4710-92bc-94ec64367464 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-96ae50cc-2316-4710-92bc-94ec64367464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-96ae50cc-2316-4710-92bc-94ec64367464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-96ae50cc-2316-4710-92bc-94ec64367464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96ae50cc-2316-4710-92bc-94ec64367464 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-96ae50cc-2316-4710-92bc-94ec64367464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-96ae50cc-2316-4710-92bc-94ec64367464 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-96ae50cc-2316-4710-92bc-94ec64367464 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-96ae50cc-2316-4710-92bc-94ec64367464 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-96ae50cc-2316-4710-92bc-94ec64367464 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-96ae50cc-2316-4710-92bc-94ec64367464 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ae50cc-2316-4710-92bc-94ec64367464.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1fdc1e89-afa6-41cd-89dd-5c4a91743b7f {
  margin-left: 3%;
margin-right: 3%;
}

#s-1fdc1e89-afa6-41cd-89dd-5c4a91743b7f .shg-proportional-font-size,
#s-1fdc1e89-afa6-41cd-89dd-5c4a91743b7f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-95c1a2f6-0ca4-48b2-9889-b55d9ca8813b {
  margin-left: 1%;
margin-right: 1%;
padding-left: 0%;
padding-right: 0%;
}

#s-95c1a2f6-0ca4-48b2-9889-b55d9ca8813b .shg-proportional-font-size,
#s-95c1a2f6-0ca4-48b2-9889-b55d9ca8813b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e18eff53-f98b-422d-976d-ca4e47071fa6 {
  margin-top: -19px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-e18eff53-f98b-422d-976d-ca4e47071fa6 .shg-proportional-font-size,
#s-e18eff53-f98b-422d-976d-ca4e47071fa6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-93ff9b07-fea4-46ea-8132-8772837b80b1 {
  margin-left: auto;
margin-right: auto;
}

#s-54fb3269-b057-431e-94ab-e32e5668b7c4 {
  margin-left: auto;
margin-right: auto;
}

#s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a {
  margin-right: 30%;
}
}@media (max-width: 767px){#s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a {
  display: none;
}
#s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a, #wrap-s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a, #wrap-content-s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a { display: none !important; }}
@media (min-width: 0px) {
[id="s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ecddd42-d7c5-4c9f-a27f-6bc0c131827a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2499b3d2-a9f7-44bb-9e9b-814dce0428f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2499b3d2-a9f7-44bb-9e9b-814dce0428f9 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4 {
  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-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4: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-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4-atc-btn-wrapper {
    text-align: center;
  }


#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0e1b7703-a4d4-4a7f-a9d4-37168cc52da4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-479ed1ed-2876-47c3-9303-c55bb45b2ecd {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-479ed1ed-2876-47c3-9303-c55bb45b2ecd {
  display: none;
}
#s-479ed1ed-2876-47c3-9303-c55bb45b2ecd, #wrap-s-479ed1ed-2876-47c3-9303-c55bb45b2ecd, #wrap-content-s-479ed1ed-2876-47c3-9303-c55bb45b2ecd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-479ed1ed-2876-47c3-9303-c55bb45b2ecd {
  display: none;
}
#s-479ed1ed-2876-47c3-9303-c55bb45b2ecd, #wrap-s-479ed1ed-2876-47c3-9303-c55bb45b2ecd, #wrap-content-s-479ed1ed-2876-47c3-9303-c55bb45b2ecd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-479ed1ed-2876-47c3-9303-c55bb45b2ecd {
  display: none;
}
#s-479ed1ed-2876-47c3-9303-c55bb45b2ecd, #wrap-s-479ed1ed-2876-47c3-9303-c55bb45b2ecd, #wrap-content-s-479ed1ed-2876-47c3-9303-c55bb45b2ecd { display: none !important; }}
@media (min-width: 0px) {
[id="s-479ed1ed-2876-47c3-9303-c55bb45b2ecd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-479ed1ed-2876-47c3-9303-c55bb45b2ecd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-479ed1ed-2876-47c3-9303-c55bb45b2ecd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-479ed1ed-2876-47c3-9303-c55bb45b2ecd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7e43e92-83d9-406c-a802-75db1bd9e5b2 {
  margin-left: 0%;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7e43e92-83d9-406c-a802-75db1bd9e5b2 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb {
  margin-left: -27%;
margin-right: 0%;
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-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb: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-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2I5OWRjNTEtZmRmYS00ZWNiLWE0YzEtMWJiNmY1NWJhNGQ1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3Yjk5ZGM1MS1mZGZhLTRlY2ItYTRjMS0xYmI2ZjU1YmE0ZDUpIi8+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-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb-atc-btn-wrapper {
    text-align: center;
  }


#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb-atc-btn-wrapper {
    text-align: center;
  }


#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb-atc-btn-wrapper {
    text-align: center;
  }


#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb-atc-btn-wrapper {
    text-align: center;
  }


#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb-atc-btn-wrapper {
    text-align: center;
  }


#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6fa9b272-8fc5-4fbb-a3cb-18344448a7eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9944a3e5-26bc-4a5c-8399-d7778a5d4f6d {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(233, 249, 239, 1);
}








#s-9944a3e5-26bc-4a5c-8399-d7778a5d4f6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9944a3e5-26bc-4a5c-8399-d7778a5d4f6d.shg-box.shg-c {
  justify-content: center;
}

#s-3bfe04ce-c6d8-4241-9582-993348d0a30f {
  margin-left: 7%;
margin-right: 4%;
padding-left: 1%;
}

#s-3bfe04ce-c6d8-4241-9582-993348d0a30f .shg-proportional-font-size,
#s-3bfe04ce-c6d8-4241-9582-993348d0a30f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-de2648d8-269c-4be8-af49-3ea748916210 {
  margin-left: 5%;
margin-right: 5%;
}

#s-de2648d8-269c-4be8-af49-3ea748916210 .shg-proportional-font-size,
#s-de2648d8-269c-4be8-af49-3ea748916210 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-51ea2d59-a4fb-438d-9e4f-0ec03c1b6ecd {
  margin-top: 25px;
margin-left: 16%;
margin-bottom: 0px;
margin-right: 16%;
}
@media (max-width: 767px){#s-51ea2d59-a4fb-438d-9e4f-0ec03c1b6ecd {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-51ea2d59-a4fb-438d-9e4f-0ec03c1b6ecd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-51ea2d59-a4fb-438d-9e4f-0ec03c1b6ecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgb(255, 255, 255);
  padding: 10px;
}

#s-51ea2d59-a4fb-438d-9e4f-0ec03c1b6ecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgb(57, 57, 57);
}

#s-51ea2d59-a4fb-438d-9e4f-0ec03c1b6ecd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-51ea2d59-a4fb-438d-9e4f-0ec03c1b6ecd > .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-51ea2d59-a4fb-438d-9e4f-0ec03c1b6ecd > .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-412d1e0a-b94a-45b3-b77b-16cf927d04ac {
  margin-left: 9%;
margin-right: 9%;
}

#s-412d1e0a-b94a-45b3-b77b-16cf927d04ac .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-412d1e0a-b94a-45b3-b77b-16cf927d04ac {
  --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-412d1e0a-b94a-45b3-b77b-16cf927d04ac > .swiper-button-prev,
#slider-v3-s-412d1e0a-b94a-45b3-b77b-16cf927d04ac > .swiper-button-next {
  
}

#slider-v3-s-412d1e0a-b94a-45b3-b77b-16cf927d04ac > .swiper-button-prev svg,
#slider-v3-s-412d1e0a-b94a-45b3-b77b-16cf927d04ac > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-412d1e0a-b94a-45b3-b77b-16cf927d04ac > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-412d1e0a-b94a-45b3-b77b-16cf927d04ac > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-412d1e0a-b94a-45b3-b77b-16cf927d04ac > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-412d1e0a-b94a-45b3-b77b-16cf927d04ac .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-412d1e0a-b94a-45b3-b77b-16cf927d04ac .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-412d1e0a-b94a-45b3-b77b-16cf927d04ac .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-6232d4be-a62e-4db8-b214-1c009105cb94 {
  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-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a14a5e25-eaf6-47d0-b8a8-2667ff6d3ee5 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-0c757f98-6477-46f4-93e4-b0b0631b1bbd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c757f98-6477-46f4-93e4-b0b0631b1bbd .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-53b30056-52e0-4cd4-a1fb-a449676adeda {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-53b30056-52e0-4cd4-a1fb-a449676adeda .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-53b30056-52e0-4cd4-a1fb-a449676adeda .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-53b30056-52e0-4cd4-a1fb-a449676adeda .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529 {
  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-acd6f83c-ed21-4042-87ac-fd2bb876c529: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-acd6f83c-ed21-4042-87ac-fd2bb876c529:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-acd6f83c-ed21-4042-87ac-fd2bb876c529-atc-btn-wrapper {
    text-align: center;
  }


#s-acd6f83c-ed21-4042-87ac-fd2bb876c529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-acd6f83c-ed21-4042-87ac-fd2bb876c529-atc-btn-wrapper {
    text-align: center;
  }


#s-acd6f83c-ed21-4042-87ac-fd2bb876c529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-acd6f83c-ed21-4042-87ac-fd2bb876c529-atc-btn-wrapper {
    text-align: center;
  }


#s-acd6f83c-ed21-4042-87ac-fd2bb876c529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-acd6f83c-ed21-4042-87ac-fd2bb876c529-atc-btn-wrapper {
    text-align: center;
  }


#s-acd6f83c-ed21-4042-87ac-fd2bb876c529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-acd6f83c-ed21-4042-87ac-fd2bb876c529-atc-btn-wrapper {
    text-align: center;
  }


#s-acd6f83c-ed21-4042-87ac-fd2bb876c529 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-acd6f83c-ed21-4042-87ac-fd2bb876c529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1cd981c5-18a7-4f43-a547-e51b22b7db6e {
  margin-left: auto;
margin-right: auto;
}

#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab8c40eb-199a-4494-8aa8-1507ec57d026 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-591cfe87-b097-4d4b-8763-adf1ece0a640 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-591cfe87-b097-4d4b-8763-adf1ece0a640 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f53954f4-4161-4df6-aa70-7c25606483e7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f53954f4-4161-4df6-aa70-7c25606483e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f53954f4-4161-4df6-aa70-7c25606483e7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f53954f4-4161-4df6-aa70-7c25606483e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401 {
  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-d60f04d5-43b5-4a6d-b668-23130b5cb401: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-d60f04d5-43b5-4a6d-b668-23130b5cb401:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-d60f04d5-43b5-4a6d-b668-23130b5cb401-atc-btn-wrapper {
    text-align: center;
  }


#s-d60f04d5-43b5-4a6d-b668-23130b5cb401 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d60f04d5-43b5-4a6d-b668-23130b5cb401-atc-btn-wrapper {
    text-align: center;
  }


#s-d60f04d5-43b5-4a6d-b668-23130b5cb401 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d60f04d5-43b5-4a6d-b668-23130b5cb401-atc-btn-wrapper {
    text-align: center;
  }


#s-d60f04d5-43b5-4a6d-b668-23130b5cb401 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d60f04d5-43b5-4a6d-b668-23130b5cb401-atc-btn-wrapper {
    text-align: center;
  }


#s-d60f04d5-43b5-4a6d-b668-23130b5cb401 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d60f04d5-43b5-4a6d-b668-23130b5cb401-atc-btn-wrapper {
    text-align: center;
  }


#s-d60f04d5-43b5-4a6d-b668-23130b5cb401 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d60f04d5-43b5-4a6d-b668-23130b5cb401.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a1154d1a-fccf-429b-aded-3b9958d83c14 {
  margin-left: auto;
margin-right: auto;
}

#s-c4f122be-4b77-403c-a48f-b84be5923dbe {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4f122be-4b77-403c-a48f-b84be5923dbe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2e61bfe9-21d5-4ce1-b9bd-3253af9c531f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e61bfe9-21d5-4ce1-b9bd-3253af9c531f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d7ab9944-6226-4361-8700-1b6a2cdeab74 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d7ab9944-6226-4361-8700-1b6a2cdeab74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d7ab9944-6226-4361-8700-1b6a2cdeab74 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d7ab9944-6226-4361-8700-1b6a2cdeab74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84 {
  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-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84: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-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84-atc-btn-wrapper {
    text-align: center;
  }


#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84-atc-btn-wrapper {
    text-align: center;
  }


#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84-atc-btn-wrapper {
    text-align: center;
  }


#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84-atc-btn-wrapper {
    text-align: center;
  }


#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84-atc-btn-wrapper {
    text-align: center;
  }


#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-77ef79f5-a4eb-4eaf-82c1-ebe9e4a6fa84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-019a797d-39cd-4bfa-a902-98b7b465d85f {
  margin-left: auto;
margin-right: auto;
}

#s-294f16eb-6c21-4740-b6d3-003544337394 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-294f16eb-6c21-4740-b6d3-003544337394 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5328f1b5-ecbf-410a-962f-e6feba2aad8f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5328f1b5-ecbf-410a-962f-e6feba2aad8f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-18769612-dbf6-48f5-a181-652ce4c9f205 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-18769612-dbf6-48f5-a181-652ce4c9f205 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-18769612-dbf6-48f5-a181-652ce4c9f205 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-18769612-dbf6-48f5-a181-652ce4c9f205 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616 {
  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-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616: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-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616-atc-btn-wrapper {
    text-align: center;
  }


#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616-atc-btn-wrapper {
    text-align: center;
  }


#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616-atc-btn-wrapper {
    text-align: center;
  }


#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616-atc-btn-wrapper {
    text-align: center;
  }


#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616-atc-btn-wrapper {
    text-align: center;
  }


#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-35cad1ab-b4d6-4f5e-a98f-9d0c32f7a616.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-05d1d2cb-9fa5-45ee-b244-12db7c767e96 {
  margin-left: auto;
margin-right: auto;
}

#s-be0504b3-97aa-49dd-b5ff-82156178d660 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be0504b3-97aa-49dd-b5ff-82156178d660 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5ba0155a-9f5a-4159-b49b-87592d9b059d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ba0155a-9f5a-4159-b49b-87592d9b059d .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d7a9a53a-6a7d-45ce-ac75-9bd693c7f971 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d7a9a53a-6a7d-45ce-ac75-9bd693c7f971 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d7a9a53a-6a7d-45ce-ac75-9bd693c7f971 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d7a9a53a-6a7d-45ce-ac75-9bd693c7f971 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf {
  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-7d4c7330-5aa5-4919-8b12-4f07b8a57daf: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-7d4c7330-5aa5-4919-8b12-4f07b8a57daf:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-7d4c7330-5aa5-4919-8b12-4f07b8a57daf-atc-btn-wrapper {
    text-align: center;
  }


#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf-atc-btn-wrapper {
    text-align: center;
  }


#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf-atc-btn-wrapper {
    text-align: center;
  }


#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf-atc-btn-wrapper {
    text-align: center;
  }


#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf-atc-btn-wrapper {
    text-align: center;
  }


#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7d4c7330-5aa5-4919-8b12-4f07b8a57daf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3365f6ce-f54d-498c-bc68-82057d29288f {
  margin-left: auto;
margin-right: auto;
}

#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbf0b61e-c555-4db4-96e4-c6559e1a126f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-365a9e08-567e-4c87-a420-ccbd5a22d3f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-365a9e08-567e-4c87-a420-ccbd5a22d3f6 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-09799d30-d6f7-44b4-9cd6-97da27a091c2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-09799d30-d6f7-44b4-9cd6-97da27a091c2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-09799d30-d6f7-44b4-9cd6-97da27a091c2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-09799d30-d6f7-44b4-9cd6-97da27a091c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443 {
  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-94e36df1-ef00-4511-b236-ff45603e2443: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-94e36df1-ef00-4511-b236-ff45603e2443:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-94e36df1-ef00-4511-b236-ff45603e2443-atc-btn-wrapper {
    text-align: center;
  }


#s-94e36df1-ef00-4511-b236-ff45603e2443 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-94e36df1-ef00-4511-b236-ff45603e2443-atc-btn-wrapper {
    text-align: center;
  }


#s-94e36df1-ef00-4511-b236-ff45603e2443 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-94e36df1-ef00-4511-b236-ff45603e2443-atc-btn-wrapper {
    text-align: center;
  }


#s-94e36df1-ef00-4511-b236-ff45603e2443 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-94e36df1-ef00-4511-b236-ff45603e2443-atc-btn-wrapper {
    text-align: center;
  }


#s-94e36df1-ef00-4511-b236-ff45603e2443 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-94e36df1-ef00-4511-b236-ff45603e2443-atc-btn-wrapper {
    text-align: center;
  }


#s-94e36df1-ef00-4511-b236-ff45603e2443 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-94e36df1-ef00-4511-b236-ff45603e2443.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5a5fbc99-a939-431a-bb1f-8c3e1bb8068c {
  margin-left: auto;
margin-right: auto;
}

#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de3e4aba-dbd9-409d-845c-c3c081b49fd7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cf2e2915-84b4-4b49-83e1-56acc514fdc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf2e2915-84b4-4b49-83e1-56acc514fdc2 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-4c95c8a4-65fb-4888-a50f-d936940b0b3c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4c95c8a4-65fb-4888-a50f-d936940b0b3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-4c95c8a4-65fb-4888-a50f-d936940b0b3c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-4c95c8a4-65fb-4888-a50f-d936940b0b3c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-80b49105-7198-443e-8555-45c3b96913d8 {
  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-80b49105-7198-443e-8555-45c3b96913d8: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-80b49105-7198-443e-8555-45c3b96913d8:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-80b49105-7198-443e-8555-45c3b96913d8-atc-btn-wrapper {
    text-align: center;
  }


#s-80b49105-7198-443e-8555-45c3b96913d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-80b49105-7198-443e-8555-45c3b96913d8-atc-btn-wrapper {
    text-align: center;
  }


#s-80b49105-7198-443e-8555-45c3b96913d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-80b49105-7198-443e-8555-45c3b96913d8-atc-btn-wrapper {
    text-align: center;
  }


#s-80b49105-7198-443e-8555-45c3b96913d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-80b49105-7198-443e-8555-45c3b96913d8-atc-btn-wrapper {
    text-align: center;
  }


#s-80b49105-7198-443e-8555-45c3b96913d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-80b49105-7198-443e-8555-45c3b96913d8-atc-btn-wrapper {
    text-align: center;
  }


#s-80b49105-7198-443e-8555-45c3b96913d8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-80b49105-7198-443e-8555-45c3b96913d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-202fd421-b808-41f3-8990-f2b5fcbb2d77 {
  margin-left: auto;
margin-right: auto;
}

#s-9896be8c-e4b6-4333-b008-fe1859a312c6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9896be8c-e4b6-4333-b008-fe1859a312c6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7458d9e6-f43b-458e-a54b-7c8ab2abf205 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7458d9e6-f43b-458e-a54b-7c8ab2abf205 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-c1e33498-b95a-43d5-aadd-82bcd00c684c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c1e33498-b95a-43d5-aadd-82bcd00c684c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-c1e33498-b95a-43d5-aadd-82bcd00c684c .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-c1e33498-b95a-43d5-aadd-82bcd00c684c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f {
  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-04e8a18b-1f34-43ef-a298-218ef1fac47f: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-04e8a18b-1f34-43ef-a298-218ef1fac47f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-04e8a18b-1f34-43ef-a298-218ef1fac47f-atc-btn-wrapper {
    text-align: center;
  }


#s-04e8a18b-1f34-43ef-a298-218ef1fac47f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-04e8a18b-1f34-43ef-a298-218ef1fac47f-atc-btn-wrapper {
    text-align: center;
  }


#s-04e8a18b-1f34-43ef-a298-218ef1fac47f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-04e8a18b-1f34-43ef-a298-218ef1fac47f-atc-btn-wrapper {
    text-align: center;
  }


#s-04e8a18b-1f34-43ef-a298-218ef1fac47f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-04e8a18b-1f34-43ef-a298-218ef1fac47f-atc-btn-wrapper {
    text-align: center;
  }


#s-04e8a18b-1f34-43ef-a298-218ef1fac47f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-04e8a18b-1f34-43ef-a298-218ef1fac47f-atc-btn-wrapper {
    text-align: center;
  }


#s-04e8a18b-1f34-43ef-a298-218ef1fac47f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-04e8a18b-1f34-43ef-a298-218ef1fac47f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4247b1e2-e932-4262-9060-a2b79b42460e {
  margin-left: auto;
margin-right: auto;
}

#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1150ce-3165-46aa-8a2e-45c0cd2ff42b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4ed391f2-7cfe-495d-a57e-eabfa98db5fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ed391f2-7cfe-495d-a57e-eabfa98db5fd .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8df656e6-f42e-40d7-b40e-fa37920aa159 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8df656e6-f42e-40d7-b40e-fa37920aa159 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8df656e6-f42e-40d7-b40e-fa37920aa159 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8df656e6-f42e-40d7-b40e-fa37920aa159 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571 {
  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-2ea43118-8c30-43fb-aed8-1e3ee3c77571: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-2ea43118-8c30-43fb-aed8-1e3ee3c77571:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-2ea43118-8c30-43fb-aed8-1e3ee3c77571-atc-btn-wrapper {
    text-align: center;
  }


#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2ea43118-8c30-43fb-aed8-1e3ee3c77571-atc-btn-wrapper {
    text-align: center;
  }


#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ea43118-8c30-43fb-aed8-1e3ee3c77571-atc-btn-wrapper {
    text-align: center;
  }


#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2ea43118-8c30-43fb-aed8-1e3ee3c77571-atc-btn-wrapper {
    text-align: center;
  }


#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2ea43118-8c30-43fb-aed8-1e3ee3c77571-atc-btn-wrapper {
    text-align: center;
  }


#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2ea43118-8c30-43fb-aed8-1e3ee3c77571.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-365875b3-7019-4866-99c8-1e725a3686b8 {
  margin-left: auto;
margin-right: auto;
}

#s-d04ca02e-4e0a-494c-8126-51745220bfc8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d04ca02e-4e0a-494c-8126-51745220bfc8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1b0e168b-5002-4b49-a4c0-ec2e6be7a65f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b0e168b-5002-4b49-a4c0-ec2e6be7a65f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-500ecec8-7a37-40c2-8659-f734390326cf {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-500ecec8-7a37-40c2-8659-f734390326cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-500ecec8-7a37-40c2-8659-f734390326cf .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-500ecec8-7a37-40c2-8659-f734390326cf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d {
  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-1d253c97-efbb-4fea-8b94-5f518de9bd8d: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-1d253c97-efbb-4fea-8b94-5f518de9bd8d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-1d253c97-efbb-4fea-8b94-5f518de9bd8d-atc-btn-wrapper {
    text-align: center;
  }


#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1d253c97-efbb-4fea-8b94-5f518de9bd8d-atc-btn-wrapper {
    text-align: center;
  }


#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d253c97-efbb-4fea-8b94-5f518de9bd8d-atc-btn-wrapper {
    text-align: center;
  }


#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1d253c97-efbb-4fea-8b94-5f518de9bd8d-atc-btn-wrapper {
    text-align: center;
  }


#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1d253c97-efbb-4fea-8b94-5f518de9bd8d-atc-btn-wrapper {
    text-align: center;
  }


#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1d253c97-efbb-4fea-8b94-5f518de9bd8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f5b1245f-c720-4e5b-83da-051964357023 {
  margin-left: auto;
margin-right: auto;
}

#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d23941e9-0781-46a0-b45a-26fbf9e1b240 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e4a0b2b4-b2c5-4496-8206-b1c8629f9ba0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4a0b2b4-b2c5-4496-8206-b1c8629f9ba0 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-d7ce0e6e-8285-4e27-af1e-d7be93fba939 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d7ce0e6e-8285-4e27-af1e-d7be93fba939 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-d7ce0e6e-8285-4e27-af1e-d7be93fba939 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-d7ce0e6e-8285-4e27-af1e-d7be93fba939 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4 {
  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-3ae9983e-0265-4c49-b29d-bf216073c4c4: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-3ae9983e-0265-4c49-b29d-bf216073c4c4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-3ae9983e-0265-4c49-b29d-bf216073c4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-3ae9983e-0265-4c49-b29d-bf216073c4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3ae9983e-0265-4c49-b29d-bf216073c4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-3ae9983e-0265-4c49-b29d-bf216073c4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ae9983e-0265-4c49-b29d-bf216073c4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-3ae9983e-0265-4c49-b29d-bf216073c4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3ae9983e-0265-4c49-b29d-bf216073c4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-3ae9983e-0265-4c49-b29d-bf216073c4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3ae9983e-0265-4c49-b29d-bf216073c4c4-atc-btn-wrapper {
    text-align: center;
  }


#s-3ae9983e-0265-4c49-b29d-bf216073c4c4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ae9983e-0265-4c49-b29d-bf216073c4c4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e5984b8f-0066-4217-a34e-9b33fe9ab44f {
  margin-left: auto;
margin-right: auto;
}

#s-c1679d25-1470-4f87-821b-16b90315660e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c1679d25-1470-4f87-821b-16b90315660e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c48de133-156a-43e1-9917-19988aa75196 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c48de133-156a-43e1-9917-19988aa75196 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7376152f-be7d-4dd2-8a03-6ce0efb5b838 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7376152f-be7d-4dd2-8a03-6ce0efb5b838 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7376152f-be7d-4dd2-8a03-6ce0efb5b838 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7376152f-be7d-4dd2-8a03-6ce0efb5b838 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc {
  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-392e29f7-5cd1-45df-899e-26806e8f20bc: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-392e29f7-5cd1-45df-899e-26806e8f20bc:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-392e29f7-5cd1-45df-899e-26806e8f20bc-atc-btn-wrapper {
    text-align: center;
  }


#s-392e29f7-5cd1-45df-899e-26806e8f20bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-392e29f7-5cd1-45df-899e-26806e8f20bc-atc-btn-wrapper {
    text-align: center;
  }


#s-392e29f7-5cd1-45df-899e-26806e8f20bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-392e29f7-5cd1-45df-899e-26806e8f20bc-atc-btn-wrapper {
    text-align: center;
  }


#s-392e29f7-5cd1-45df-899e-26806e8f20bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-392e29f7-5cd1-45df-899e-26806e8f20bc-atc-btn-wrapper {
    text-align: center;
  }


#s-392e29f7-5cd1-45df-899e-26806e8f20bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-392e29f7-5cd1-45df-899e-26806e8f20bc-atc-btn-wrapper {
    text-align: center;
  }


#s-392e29f7-5cd1-45df-899e-26806e8f20bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-392e29f7-5cd1-45df-899e-26806e8f20bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6dfdbbfa-3a95-4ce4-8aba-4d4ceab2d9d6 {
  margin-left: auto;
margin-right: auto;
}

#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3e06acb-9e20-4f94-9f4b-1f84d0732f8f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf23c929-edd1-4248-b76c-03718ceb01ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf23c929-edd1-4248-b76c-03718ceb01ac .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-8025fe52-9c31-4e2a-a8cd-34bd3da6a68d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8025fe52-9c31-4e2a-a8cd-34bd3da6a68d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-8025fe52-9c31-4e2a-a8cd-34bd3da6a68d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-8025fe52-9c31-4e2a-a8cd-34bd3da6a68d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b {
  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-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b: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-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b-atc-btn-wrapper {
    text-align: center;
  }


#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b-atc-btn-wrapper {
    text-align: center;
  }


#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b-atc-btn-wrapper {
    text-align: center;
  }


#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b-atc-btn-wrapper {
    text-align: center;
  }


#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b-atc-btn-wrapper {
    text-align: center;
  }


#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2dcf8584-19b4-4b4a-8d7e-8cd75b42065b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d4bcd6bc-b82b-42b4-8287-7744c4619fba {
  margin-left: auto;
margin-right: auto;
}

#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80edce09-ca25-49c5-a90a-4b6ce2798d16 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c48ab53d-1f0a-479e-90d8-c9d70a0f1a2a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c48ab53d-1f0a-479e-90d8-c9d70a0f1a2a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a3f07d5e-7f78-47fd-a00e-e7babb23ed6d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a3f07d5e-7f78-47fd-a00e-e7babb23ed6d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a3f07d5e-7f78-47fd-a00e-e7babb23ed6d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a3f07d5e-7f78-47fd-a00e-e7babb23ed6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8 {
  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-02a948d5-8f38-4667-8f56-c963f1c955a8: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-02a948d5-8f38-4667-8f56-c963f1c955a8:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-02a948d5-8f38-4667-8f56-c963f1c955a8-atc-btn-wrapper {
    text-align: center;
  }


#s-02a948d5-8f38-4667-8f56-c963f1c955a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-02a948d5-8f38-4667-8f56-c963f1c955a8-atc-btn-wrapper {
    text-align: center;
  }


#s-02a948d5-8f38-4667-8f56-c963f1c955a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-02a948d5-8f38-4667-8f56-c963f1c955a8-atc-btn-wrapper {
    text-align: center;
  }


#s-02a948d5-8f38-4667-8f56-c963f1c955a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-02a948d5-8f38-4667-8f56-c963f1c955a8-atc-btn-wrapper {
    text-align: center;
  }


#s-02a948d5-8f38-4667-8f56-c963f1c955a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-02a948d5-8f38-4667-8f56-c963f1c955a8-atc-btn-wrapper {
    text-align: center;
  }


#s-02a948d5-8f38-4667-8f56-c963f1c955a8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-02a948d5-8f38-4667-8f56-c963f1c955a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5a923f71-bbf2-4cf0-b733-b85db36b07b2 {
  margin-left: auto;
margin-right: auto;
}

#s-70167295-ed63-4087-aa91-0624f9b296a4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70167295-ed63-4087-aa91-0624f9b296a4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e504ac9d-4a66-4b14-80f7-2dd9abf5a9f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e504ac9d-4a66-4b14-80f7-2dd9abf5a9f0 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-e761b1e2-4a01-4076-8a07-791d509278e1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e761b1e2-4a01-4076-8a07-791d509278e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-e761b1e2-4a01-4076-8a07-791d509278e1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-e761b1e2-4a01-4076-8a07-791d509278e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-07333237-669d-481b-949d-5cdece5f95b4 {
  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-07333237-669d-481b-949d-5cdece5f95b4: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-07333237-669d-481b-949d-5cdece5f95b4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-07333237-669d-481b-949d-5cdece5f95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-07333237-669d-481b-949d-5cdece5f95b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-07333237-669d-481b-949d-5cdece5f95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-07333237-669d-481b-949d-5cdece5f95b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-07333237-669d-481b-949d-5cdece5f95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-07333237-669d-481b-949d-5cdece5f95b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-07333237-669d-481b-949d-5cdece5f95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-07333237-669d-481b-949d-5cdece5f95b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-07333237-669d-481b-949d-5cdece5f95b4-atc-btn-wrapper {
    text-align: center;
  }


#s-07333237-669d-481b-949d-5cdece5f95b4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-07333237-669d-481b-949d-5cdece5f95b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4036c5b8-48a1-4c7a-954d-e632330a217a {
  margin-left: auto;
margin-right: auto;
}

#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e1afdb6-2fd4-48a9-b167-2b466ad6f2a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b5d91a3a-0bb0-4cbf-82d3-2e909527b0cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5d91a3a-0bb0-4cbf-82d3-2e909527b0cb .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a48eb7b4-7d4b-4d57-b92d-ba69f0313dd3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a48eb7b4-7d4b-4d57-b92d-ba69f0313dd3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-a48eb7b4-7d4b-4d57-b92d-ba69f0313dd3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-a48eb7b4-7d4b-4d57-b92d-ba69f0313dd3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb {
  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-5db0f014-2daf-4e00-88d5-8e6efb3111fb: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-5db0f014-2daf-4e00-88d5-8e6efb3111fb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-5db0f014-2daf-4e00-88d5-8e6efb3111fb-atc-btn-wrapper {
    text-align: center;
  }


#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5db0f014-2daf-4e00-88d5-8e6efb3111fb-atc-btn-wrapper {
    text-align: center;
  }


#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5db0f014-2daf-4e00-88d5-8e6efb3111fb-atc-btn-wrapper {
    text-align: center;
  }


#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5db0f014-2daf-4e00-88d5-8e6efb3111fb-atc-btn-wrapper {
    text-align: center;
  }


#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5db0f014-2daf-4e00-88d5-8e6efb3111fb-atc-btn-wrapper {
    text-align: center;
  }


#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5db0f014-2daf-4e00-88d5-8e6efb3111fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6c655bf8-6d82-4bda-8792-b099f31e7d5a {
  margin-left: auto;
margin-right: auto;
}

#s-cc007781-8607-46bd-b5fa-20bd1bf96334 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc007781-8607-46bd-b5fa-20bd1bf96334 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-129959bc-f97e-4666-9307-fa6cdc784569 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-129959bc-f97e-4666-9307-fa6cdc784569 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-f7e7496c-92f5-45a5-a020-0e0e271286d9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f7e7496c-92f5-45a5-a020-0e0e271286d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-f7e7496c-92f5-45a5-a020-0e0e271286d9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-f7e7496c-92f5-45a5-a020-0e0e271286d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def {
  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-5b0039b0-fd7e-40d5-b456-f69bd4838def: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-5b0039b0-fd7e-40d5-b456-f69bd4838def:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-5b0039b0-fd7e-40d5-b456-f69bd4838def-atc-btn-wrapper {
    text-align: center;
  }


#s-5b0039b0-fd7e-40d5-b456-f69bd4838def {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5b0039b0-fd7e-40d5-b456-f69bd4838def-atc-btn-wrapper {
    text-align: center;
  }


#s-5b0039b0-fd7e-40d5-b456-f69bd4838def {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b0039b0-fd7e-40d5-b456-f69bd4838def-atc-btn-wrapper {
    text-align: center;
  }


#s-5b0039b0-fd7e-40d5-b456-f69bd4838def {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5b0039b0-fd7e-40d5-b456-f69bd4838def-atc-btn-wrapper {
    text-align: center;
  }


#s-5b0039b0-fd7e-40d5-b456-f69bd4838def {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5b0039b0-fd7e-40d5-b456-f69bd4838def-atc-btn-wrapper {
    text-align: center;
  }


#s-5b0039b0-fd7e-40d5-b456-f69bd4838def {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5b0039b0-fd7e-40d5-b456-f69bd4838def.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b0f02c0b-0b5a-4bfd-b5ca-458dba21cb83 {
  margin-left: auto;
margin-right: auto;
}

#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67cb643c-a0f4-4582-ae77-324eb221e3e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cad3ed7e-372f-43a8-ab94-9fad557037ca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cad3ed7e-372f-43a8-ab94-9fad557037ca .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6a4d363d-fc58-4063-9d10-7a8ca324d6d5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6a4d363d-fc58-4063-9d10-7a8ca324d6d5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-6a4d363d-fc58-4063-9d10-7a8ca324d6d5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-6a4d363d-fc58-4063-9d10-7a8ca324d6d5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868 {
  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-d59a31ab-5a83-463e-ab2a-3780a99a1868: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-d59a31ab-5a83-463e-ab2a-3780a99a1868:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-d59a31ab-5a83-463e-ab2a-3780a99a1868-atc-btn-wrapper {
    text-align: center;
  }


#s-d59a31ab-5a83-463e-ab2a-3780a99a1868 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d59a31ab-5a83-463e-ab2a-3780a99a1868-atc-btn-wrapper {
    text-align: center;
  }


#s-d59a31ab-5a83-463e-ab2a-3780a99a1868 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d59a31ab-5a83-463e-ab2a-3780a99a1868-atc-btn-wrapper {
    text-align: center;
  }


#s-d59a31ab-5a83-463e-ab2a-3780a99a1868 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d59a31ab-5a83-463e-ab2a-3780a99a1868-atc-btn-wrapper {
    text-align: center;
  }


#s-d59a31ab-5a83-463e-ab2a-3780a99a1868 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d59a31ab-5a83-463e-ab2a-3780a99a1868-atc-btn-wrapper {
    text-align: center;
  }


#s-d59a31ab-5a83-463e-ab2a-3780a99a1868 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d59a31ab-5a83-463e-ab2a-3780a99a1868.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-06b33aea-e824-4cc2-a07b-5247d2e74380 {
  margin-left: auto;
margin-right: auto;
}

#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b229c4e3-dac4-4549-865b-8f3c5b4332ad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c8095582-68c6-442a-af67-2951f6f6d069 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8095582-68c6-442a-af67-2951f6f6d069 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0519370a-6711-4733-a8c0-49d3ef2fedce {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0519370a-6711-4733-a8c0-49d3ef2fedce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0519370a-6711-4733-a8c0-49d3ef2fedce .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0519370a-6711-4733-a8c0-49d3ef2fedce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614 {
  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-84f56244-71b4-4b52-8a5e-20c9b808d614: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-84f56244-71b4-4b52-8a5e-20c9b808d614:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-84f56244-71b4-4b52-8a5e-20c9b808d614-atc-btn-wrapper {
    text-align: center;
  }


#s-84f56244-71b4-4b52-8a5e-20c9b808d614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-84f56244-71b4-4b52-8a5e-20c9b808d614-atc-btn-wrapper {
    text-align: center;
  }


#s-84f56244-71b4-4b52-8a5e-20c9b808d614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-84f56244-71b4-4b52-8a5e-20c9b808d614-atc-btn-wrapper {
    text-align: center;
  }


#s-84f56244-71b4-4b52-8a5e-20c9b808d614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-84f56244-71b4-4b52-8a5e-20c9b808d614-atc-btn-wrapper {
    text-align: center;
  }


#s-84f56244-71b4-4b52-8a5e-20c9b808d614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-84f56244-71b4-4b52-8a5e-20c9b808d614-atc-btn-wrapper {
    text-align: center;
  }


#s-84f56244-71b4-4b52-8a5e-20c9b808d614 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-84f56244-71b4-4b52-8a5e-20c9b808d614.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-72fcb00d-4b8a-435a-a8fb-6248a17e4d04 {
  margin-left: auto;
margin-right: auto;
}

#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e7b884c-819e-4dfd-b1cf-3aee64e5254d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-69d825ff-9a23-418e-8866-fccf81bc22d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69d825ff-9a23-418e-8866-fccf81bc22d5 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-0d694d66-77f8-4ddc-bb95-6de5def646eb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0d694d66-77f8-4ddc-bb95-6de5def646eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-0d694d66-77f8-4ddc-bb95-6de5def646eb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-0d694d66-77f8-4ddc-bb95-6de5def646eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4 {
  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-f7a86173-7d1d-4e82-9726-265a043712d4: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-f7a86173-7d1d-4e82-9726-265a043712d4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-f7a86173-7d1d-4e82-9726-265a043712d4-atc-btn-wrapper {
    text-align: center;
  }


#s-f7a86173-7d1d-4e82-9726-265a043712d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f7a86173-7d1d-4e82-9726-265a043712d4-atc-btn-wrapper {
    text-align: center;
  }


#s-f7a86173-7d1d-4e82-9726-265a043712d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7a86173-7d1d-4e82-9726-265a043712d4-atc-btn-wrapper {
    text-align: center;
  }


#s-f7a86173-7d1d-4e82-9726-265a043712d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f7a86173-7d1d-4e82-9726-265a043712d4-atc-btn-wrapper {
    text-align: center;
  }


#s-f7a86173-7d1d-4e82-9726-265a043712d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f7a86173-7d1d-4e82-9726-265a043712d4-atc-btn-wrapper {
    text-align: center;
  }


#s-f7a86173-7d1d-4e82-9726-265a043712d4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7a86173-7d1d-4e82-9726-265a043712d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fddee46f-d53e-46b6-a458-0af7691c78dd {
  margin-left: auto;
margin-right: auto;
}

#s-da5c4efd-ab78-429c-9336-b445378eebd6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da5c4efd-ab78-429c-9336-b445378eebd6 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-00677a94-c3a4-4718-8043-ef044cc61ff9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00677a94-c3a4-4718-8043-ef044cc61ff9 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ed40227c-7191-4258-bb16-910fae1db757 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ed40227c-7191-4258-bb16-910fae1db757 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-ed40227c-7191-4258-bb16-910fae1db757 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-ed40227c-7191-4258-bb16-910fae1db757 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d {
  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-3ef5cb8e-de21-4f45-a374-d66f566e6d0d: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-3ef5cb8e-de21-4f45-a374-d66f566e6d0d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-3ef5cb8e-de21-4f45-a374-d66f566e6d0d-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d-atc-btn-wrapper {
    text-align: center;
  }


#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3ef5cb8e-de21-4f45-a374-d66f566e6d0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-72780a3b-c32d-4a3b-af32-fea8fe8c930d {
  margin-left: auto;
margin-right: auto;
}

#s-53943dcd-6438-4fa8-bca2-f57593aabdbb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53943dcd-6438-4fa8-bca2-f57593aabdbb img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-01fe6761-be3f-4327-bb1c-f907f832637a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01fe6761-be3f-4327-bb1c-f907f832637a .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-2f7309dc-09dc-4e79-a484-5664f11c942e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2f7309dc-09dc-4e79-a484-5664f11c942e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-2f7309dc-09dc-4e79-a484-5664f11c942e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-2f7309dc-09dc-4e79-a484-5664f11c942e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf {
  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-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf: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-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf-atc-btn-wrapper {
    text-align: center;
  }


#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf-atc-btn-wrapper {
    text-align: center;
  }


#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf-atc-btn-wrapper {
    text-align: center;
  }


#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf-atc-btn-wrapper {
    text-align: center;
  }


#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf-atc-btn-wrapper {
    text-align: center;
  }


#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e5b8897e-2ece-4edb-bd0a-6ae7ea80acbf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-086a983d-5b92-46a6-acd6-f0773e5d67f9 {
  margin-left: auto;
margin-right: auto;
}

#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-edc86ba7-5807-44b3-be9d-71c02ce1a7f7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-86ac3fa7-7e85-474a-844e-662c1f336e31 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86ac3fa7-7e85-474a-844e-662c1f336e31 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7ac65d8f-f09b-42aa-bf0b-35ad925e3d25 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7ac65d8f-f09b-42aa-bf0b-35ad925e3d25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7ac65d8f-f09b-42aa-bf0b-35ad925e3d25 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7ac65d8f-f09b-42aa-bf0b-35ad925e3d25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82 {
  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-968f9493-7051-4728-a4ae-4cd35a05eb82: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-968f9493-7051-4728-a4ae-4cd35a05eb82:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZmYWFkNGQtZDAxZC00YWY4LThmMzktZjBlODZlODY5ZDU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmZhYWQ0ZC1kMDFkLTRhZjgtOGYzOS1mMGU4NmU4NjlkNTQpIi8+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-968f9493-7051-4728-a4ae-4cd35a05eb82-atc-btn-wrapper {
    text-align: center;
  }


#s-968f9493-7051-4728-a4ae-4cd35a05eb82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-968f9493-7051-4728-a4ae-4cd35a05eb82-atc-btn-wrapper {
    text-align: center;
  }


#s-968f9493-7051-4728-a4ae-4cd35a05eb82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-968f9493-7051-4728-a4ae-4cd35a05eb82-atc-btn-wrapper {
    text-align: center;
  }


#s-968f9493-7051-4728-a4ae-4cd35a05eb82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-968f9493-7051-4728-a4ae-4cd35a05eb82-atc-btn-wrapper {
    text-align: center;
  }


#s-968f9493-7051-4728-a4ae-4cd35a05eb82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-968f9493-7051-4728-a4ae-4cd35a05eb82-atc-btn-wrapper {
    text-align: center;
  }


#s-968f9493-7051-4728-a4ae-4cd35a05eb82 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-968f9493-7051-4728-a4ae-4cd35a05eb82.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  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-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  display: none;
}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611, #wrap-s-ccec9044-7d30-4b90-803b-d1a26c70f611, #wrap-content-s-ccec9044-7d30-4b90-803b-d1a26c70f611 { display: none !important; }}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  background-image: url(https://i.shgcdn.com/7803f949-3ba6-4b2f-80bd-110725fe7c2f/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  background-image: url(https://i.shgcdn.com/7803f949-3ba6-4b2f-80bd-110725fe7c2f/-/resize/480x/);
}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  background-image: url(https://i.shgcdn.com/7803f949-3ba6-4b2f-80bd-110725fe7c2f/-/resize/960x/);
}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  background-image: url(https://i.shgcdn.com/7803f949-3ba6-4b2f-80bd-110725fe7c2f/-/resize/768x/);
}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  background-image: url(https://i.shgcdn.com/7803f949-3ba6-4b2f-80bd-110725fe7c2f/-/resize/1536x/);
}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  background-image: url(https://i.shgcdn.com/7803f949-3ba6-4b2f-80bd-110725fe7c2f/-/resize/1024x/);
}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  background-image: url(https://i.shgcdn.com/7803f949-3ba6-4b2f-80bd-110725fe7c2f/-/resize/2048x/);
}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  background-image: url(https://i.shgcdn.com/7803f949-3ba6-4b2f-80bd-110725fe7c2f/-/resize/1200x/);
}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ccec9044-7d30-4b90-803b-d1a26c70f611 {
  background-image: url(https://i.shgcdn.com/7803f949-3ba6-4b2f-80bd-110725fe7c2f/-/resize/2048x/);
}
#s-ccec9044-7d30-4b90-803b-d1a26c70f611.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-ccec9044-7d30-4b90-803b-d1a26c70f611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccec9044-7d30-4b90-803b-d1a26c70f611.shg-box.shg-c {
  justify-content: center;
}

#s-2c82c3c6-305b-4df4-b377-c4ea712739e2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-af73a84a-56a9-499e-8575-5ea4455bc9a2 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-af73a84a-56a9-499e-8575-5ea4455bc9a2 .shg-proportional-font-size,
#s-af73a84a-56a9-499e-8575-5ea4455bc9a2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-421b55c7-e86d-4a1b-912a-a744c20eb73f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
text-align: center;
}

#s-421b55c7-e86d-4a1b-912a-a744c20eb73f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-421b55c7-e86d-4a1b-912a-a744c20eb73f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c {
  margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(205, 205, 205, 1);
border-style: none;
border-radius: 15px;
}
@media (max-width: 767px){#s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c {
  margin-left: 5%;
margin-right: 5%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c {
  --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-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c > .swiper-button-prev,
#slider-v3-s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c > .swiper-button-next {
  
}

#slider-v3-s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c > .swiper-button-prev svg,
#slider-v3-s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c .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-373bc9e9-a72c-4b32-ad6a-00fc7d97aa0c .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-103e622a-0528-4ce0-974a-86a5c345bef0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 50px;
}








#s-103e622a-0528-4ce0-974a-86a5c345bef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-103e622a-0528-4ce0-974a-86a5c345bef0.shg-box.shg-c {
  justify-content: center;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-eae26361-b01d-49d4-a311-a635e1bf9b94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 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-eae26361-b01d-49d4-a311-a635e1bf9b94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 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-eae26361-b01d-49d4-a311-a635e1bf9b94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 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-eae26361-b01d-49d4-a311-a635e1bf9b94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eae26361-b01d-49d4-a311-a635e1bf9b94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eae26361-b01d-49d4-a311-a635e1bf9b94 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-eae26361-b01d-49d4-a311-a635e1bf9b94 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eae26361-b01d-49d4-a311-a635e1bf9b94.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c48a2ce6-590c-4629-ab1a-b7ad6c6b0cf2 {
  margin-left: auto;
margin-right: auto;
}

#s-c48a2ce6-590c-4629-ab1a-b7ad6c6b0cf2 .shg-proportional-font-size,
#s-c48a2ce6-590c-4629-ab1a-b7ad6c6b0cf2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-15ff2a94-7370-4e02-ad09-2f6aa35cb4fb {
  margin-left: auto;
margin-right: auto;
}

#s-15ff2a94-7370-4e02-ad09-2f6aa35cb4fb .shg-proportional-font-size,
#s-15ff2a94-7370-4e02-ad09-2f6aa35cb4fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 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-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 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-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 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-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 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-5bdc7e1e-f84d-468e-90ad-6a2685d1b453 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bdc7e1e-f84d-468e-90ad-6a2685d1b453.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8da271d1-f7bc-467e-8d28-37c7b6519a6c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 50px;
}








#s-8da271d1-f7bc-467e-8d28-37c7b6519a6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8da271d1-f7bc-467e-8d28-37c7b6519a6c.shg-box.shg-c {
  justify-content: center;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 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-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 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-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 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-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba70349c-f9f7-4d05-805a-7e4e9f955742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742 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-ba70349c-f9f7-4d05-805a-7e4e9f955742 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba70349c-f9f7-4d05-805a-7e4e9f955742.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-57da1162-7b08-445c-b775-a918bac14cb3 {
  margin-left: auto;
margin-right: auto;
}

#s-57da1162-7b08-445c-b775-a918bac14cb3 .shg-proportional-font-size,
#s-57da1162-7b08-445c-b775-a918bac14cb3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-41653b84-d7fe-4741-8240-f15bdfabcbde {
  margin-left: auto;
margin-right: auto;
}

#s-41653b84-d7fe-4741-8240-f15bdfabcbde .shg-proportional-font-size,
#s-41653b84-d7fe-4741-8240-f15bdfabcbde .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 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-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 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-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 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-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbdf8bd6-0695-48ca-8184-51a7297dab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29 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-bbdf8bd6-0695-48ca-8184-51a7297dab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbdf8bd6-0695-48ca-8184-51a7297dab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-eda014cd-8e87-4576-927a-92be2968de5b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 50px;
}








#s-eda014cd-8e87-4576-927a-92be2968de5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eda014cd-8e87-4576-927a-92be2968de5b.shg-box.shg-c {
  justify-content: center;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 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-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 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-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 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-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481 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-011e62da-8f22-47fb-bcb4-dd1cc31a7481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-011e62da-8f22-47fb-bcb4-dd1cc31a7481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c4a68991-6ca2-49e3-8e5b-1341097e0f04 {
  margin-left: auto;
margin-right: auto;
}

#s-c4a68991-6ca2-49e3-8e5b-1341097e0f04 .shg-proportional-font-size,
#s-c4a68991-6ca2-49e3-8e5b-1341097e0f04 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-63336f66-e891-442e-b663-6aef5f1ca259 {
  margin-left: auto;
margin-right: auto;
}

#s-63336f66-e891-442e-b663-6aef5f1ca259 .shg-proportional-font-size,
#s-63336f66-e891-442e-b663-6aef5f1ca259 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 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-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 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-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 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-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 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-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ebe539f-4a0f-4870-a472-ff21ac9ef0d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-96f655cd-1a5d-4a17-8799-7a84602e0a27 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 50px;
}








#s-96f655cd-1a5d-4a17-8799-7a84602e0a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96f655cd-1a5d-4a17-8799-7a84602e0a27.shg-box.shg-c {
  justify-content: center;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9706d234-a8c6-464b-b356-c495f29428a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9706d234-a8c6-464b-b356-c495f29428a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-9706d234-a8c6-464b-b356-c495f29428a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9706d234-a8c6-464b-b356-c495f29428a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9706d234-a8c6-464b-b356-c495f29428a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9706d234-a8c6-464b-b356-c495f29428a7 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-9706d234-a8c6-464b-b356-c495f29428a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9706d234-a8c6-464b-b356-c495f29428a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9706d234-a8c6-464b-b356-c495f29428a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9706d234-a8c6-464b-b356-c495f29428a7 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-9706d234-a8c6-464b-b356-c495f29428a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9706d234-a8c6-464b-b356-c495f29428a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9706d234-a8c6-464b-b356-c495f29428a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9706d234-a8c6-464b-b356-c495f29428a7 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-9706d234-a8c6-464b-b356-c495f29428a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9706d234-a8c6-464b-b356-c495f29428a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9706d234-a8c6-464b-b356-c495f29428a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9706d234-a8c6-464b-b356-c495f29428a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9706d234-a8c6-464b-b356-c495f29428a7 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-9706d234-a8c6-464b-b356-c495f29428a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706d234-a8c6-464b-b356-c495f29428a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-10c82587-853e-49de-a26e-0b2b68e0ecbb {
  margin-left: auto;
margin-right: auto;
}

#s-10c82587-853e-49de-a26e-0b2b68e0ecbb .shg-proportional-font-size,
#s-10c82587-853e-49de-a26e-0b2b68e0ecbb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d25ebd31-1118-4184-95d6-aa94d6dd018d {
  margin-left: auto;
margin-right: auto;
}

#s-d25ebd31-1118-4184-95d6-aa94d6dd018d .shg-proportional-font-size,
#s-d25ebd31-1118-4184-95d6-aa94d6dd018d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc 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-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc 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-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc 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-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc 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-6ae894f2-64fc-4ed5-bb86-451d9c529dbc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae894f2-64fc-4ed5-bb86-451d9c529dbc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ef757b44-bbc4-4b6b-b59c-45604662ef79 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 100px;
}








#s-ef757b44-bbc4-4b6b-b59c-45604662ef79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef757b44-bbc4-4b6b-b59c-45604662ef79.shg-box.shg-c {
  justify-content: center;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca 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-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca 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-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca 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-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ba0fcad-1b80-4aad-a418-ca21c73231ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca 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-3ba0fcad-1b80-4aad-a418-ca21c73231ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba0fcad-1b80-4aad-a418-ca21c73231ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7e746e38-d9e3-43b1-9b02-7f2346dd9017 {
  margin-left: auto;
margin-right: auto;
}

#s-7e746e38-d9e3-43b1-9b02-7f2346dd9017 .shg-proportional-font-size,
#s-7e746e38-d9e3-43b1-9b02-7f2346dd9017 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7ea69bea-b1f0-42af-9701-510f1938eefa {
  margin-left: auto;
margin-right: auto;
}

#s-7ea69bea-b1f0-42af-9701-510f1938eefa .shg-proportional-font-size,
#s-7ea69bea-b1f0-42af-9701-510f1938eefa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-da405f19-756f-4933-87d0-bcf5915298ef {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-da405f19-756f-4933-87d0-bcf5915298ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da405f19-756f-4933-87d0-bcf5915298ef img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-da405f19-756f-4933-87d0-bcf5915298ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-da405f19-756f-4933-87d0-bcf5915298ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da405f19-756f-4933-87d0-bcf5915298ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da405f19-756f-4933-87d0-bcf5915298ef 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-da405f19-756f-4933-87d0-bcf5915298ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-da405f19-756f-4933-87d0-bcf5915298ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da405f19-756f-4933-87d0-bcf5915298ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da405f19-756f-4933-87d0-bcf5915298ef 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-da405f19-756f-4933-87d0-bcf5915298ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-da405f19-756f-4933-87d0-bcf5915298ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da405f19-756f-4933-87d0-bcf5915298ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da405f19-756f-4933-87d0-bcf5915298ef 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-da405f19-756f-4933-87d0-bcf5915298ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-da405f19-756f-4933-87d0-bcf5915298ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da405f19-756f-4933-87d0-bcf5915298ef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da405f19-756f-4933-87d0-bcf5915298ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da405f19-756f-4933-87d0-bcf5915298ef 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-da405f19-756f-4933-87d0-bcf5915298ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da405f19-756f-4933-87d0-bcf5915298ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a2ec8fb0-215b-4f9d-9032-2bdca535c983 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 50px;
}








#s-a2ec8fb0-215b-4f9d-9032-2bdca535c983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2ec8fb0-215b-4f9d-9032-2bdca535c983.shg-box.shg-c {
  justify-content: center;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-12e1c442-833c-4913-9f5e-45ee3c1f084b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b 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-12e1c442-833c-4913-9f5e-45ee3c1f084b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b 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-12e1c442-833c-4913-9f5e-45ee3c1f084b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b 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-12e1c442-833c-4913-9f5e-45ee3c1f084b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-12e1c442-833c-4913-9f5e-45ee3c1f084b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b 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-12e1c442-833c-4913-9f5e-45ee3c1f084b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12e1c442-833c-4913-9f5e-45ee3c1f084b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4a4670f4-be81-4df3-a9aa-f189a66e2d7c {
  margin-left: auto;
margin-right: auto;
}

#s-4a4670f4-be81-4df3-a9aa-f189a66e2d7c .shg-proportional-font-size,
#s-4a4670f4-be81-4df3-a9aa-f189a66e2d7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f9a82f62-ae50-44d4-b4e0-9808f2cfe8c0 {
  margin-left: auto;
margin-right: auto;
}

#s-f9a82f62-ae50-44d4-b4e0-9808f2cfe8c0 .shg-proportional-font-size,
#s-f9a82f62-ae50-44d4-b4e0-9808f2cfe8c0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-a7a4c5af-d64b-4137-906a-8eb1d676760a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a 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-a7a4c5af-d64b-4137-906a-8eb1d676760a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a 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-a7a4c5af-d64b-4137-906a-8eb1d676760a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a 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-a7a4c5af-d64b-4137-906a-8eb1d676760a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a7a4c5af-d64b-4137-906a-8eb1d676760a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a 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-a7a4c5af-d64b-4137-906a-8eb1d676760a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7a4c5af-d64b-4137-906a-8eb1d676760a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c844d630-bc19-4b18-82b7-0039abd0f8ce {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7bc15783-97a9-4acc-aed9-40413a3b9d51 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fa042e30-09f0-48b5-9da2-62b76d1d0c9a {
  margin-top: 25px;
margin-left: 15%;
margin-bottom: 25px;
margin-right: 15%;
min-height: 50px;
}
@media (max-width: 767px){#s-fa042e30-09f0-48b5-9da2-62b76d1d0c9a {
  display: none;
}
#s-fa042e30-09f0-48b5-9da2-62b76d1d0c9a, #wrap-s-fa042e30-09f0-48b5-9da2-62b76d1d0c9a, #wrap-content-s-fa042e30-09f0-48b5-9da2-62b76d1d0c9a { display: none !important; }}







#s-fa042e30-09f0-48b5-9da2-62b76d1d0c9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa042e30-09f0-48b5-9da2-62b76d1d0c9a.shg-box.shg-c {
  justify-content: center;
}

#s-030f39f1-2d2c-4fef-b7ba-6908e13a9fe6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-87829086-9fb1-440c-b92a-8e705369eafc {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-87829086-9fb1-440c-b92a-8e705369eafc .shg-proportional-font-size,
#s-87829086-9fb1-440c-b92a-8e705369eafc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-40ca8f86-8023-41cb-ad38-9a0efb219bc6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-40ca8f86-8023-41cb-ad38-9a0efb219bc6 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-40ca8f86-8023-41cb-ad38-9a0efb219bc6 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-6041fb69-279e-4967-9435-6427c41e9680 {
  margin-top: -20px;
margin-left: 0%;
margin-right: 0%;
}

#s-6041fb69-279e-4967-9435-6427c41e9680 .shg-proportional-font-size,
#s-6041fb69-279e-4967-9435-6427c41e9680 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-216e1272-1f97-45ec-9d15-9de65b8849a2 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-216e1272-1f97-45ec-9d15-9de65b8849a2 {
  display: none;
}
#s-216e1272-1f97-45ec-9d15-9de65b8849a2, #wrap-s-216e1272-1f97-45ec-9d15-9de65b8849a2, #wrap-content-s-216e1272-1f97-45ec-9d15-9de65b8849a2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-216e1272-1f97-45ec-9d15-9de65b8849a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-216e1272-1f97-45ec-9d15-9de65b8849a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-216e1272-1f97-45ec-9d15-9de65b8849a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-216e1272-1f97-45ec-9d15-9de65b8849a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-216e1272-1f97-45ec-9d15-9de65b8849a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-216e1272-1f97-45ec-9d15-9de65b8849a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-216e1272-1f97-45ec-9d15-9de65b8849a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d94920af-ecf3-4a60-bb33-92394b85a09d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d94920af-ecf3-4a60-bb33-92394b85a09d {
  display: none;
}
#s-d94920af-ecf3-4a60-bb33-92394b85a09d, #wrap-s-d94920af-ecf3-4a60-bb33-92394b85a09d, #wrap-content-s-d94920af-ecf3-4a60-bb33-92394b85a09d { display: none !important; }}
@media (min-width: 0px) {
[id="s-d94920af-ecf3-4a60-bb33-92394b85a09d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d94920af-ecf3-4a60-bb33-92394b85a09d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d94920af-ecf3-4a60-bb33-92394b85a09d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d94920af-ecf3-4a60-bb33-92394b85a09d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3b7d7a75-17ac-45cd-b458-44763ae270d8 {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-3b7d7a75-17ac-45cd-b458-44763ae270d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b7d7a75-17ac-45cd-b458-44763ae270d8.shg-box.shg-c {
  justify-content: center;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(233, 249, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

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




.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a 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-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a 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-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a 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-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a 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-3cbe367e-7b45-4b28-b577-6eb5f2b7250a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbe367e-7b45-4b28-b577-6eb5f2b7250a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1d947018-03bb-47a4-b673-b8e091f6bec1 {
  margin-left: 6%;
margin-right: 6%;
}

#s-1d947018-03bb-47a4-b673-b8e091f6bec1 .shg-proportional-font-size,
#s-1d947018-03bb-47a4-b673-b8e091f6bec1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-360689b4-138e-44fc-b3aa-797cc851677b {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-360689b4-138e-44fc-b3aa-797cc851677b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-360689b4-138e-44fc-b3aa-797cc851677b.shg-box.shg-c {
  justify-content: center;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  
  
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(219, 227, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

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




.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 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-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 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-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 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-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20 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-d31fed13-4106-4b8d-bff5-b9375a8c1a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31fed13-4106-4b8d-bff5-b9375a8c1a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-222643a0-83da-4cbe-b7a8-ff62baebbadd {
  margin-left: 6%;
margin-right: 6%;
}

#s-222643a0-83da-4cbe-b7a8-ff62baebbadd .shg-proportional-font-size,
#s-222643a0-83da-4cbe-b7a8-ff62baebbadd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9ce8e32a-57b8-4c25-8638-226c7222e55f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9ce8e32a-57b8-4c25-8638-226c7222e55f {
  display: none;
}
#s-9ce8e32a-57b8-4c25-8638-226c7222e55f, #wrap-s-9ce8e32a-57b8-4c25-8638-226c7222e55f, #wrap-content-s-9ce8e32a-57b8-4c25-8638-226c7222e55f { display: none !important; }}
@media (min-width: 0px) {
[id="s-9ce8e32a-57b8-4c25-8638-226c7222e55f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9ce8e32a-57b8-4c25-8638-226c7222e55f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9ce8e32a-57b8-4c25-8638-226c7222e55f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ce8e32a-57b8-4c25-8638-226c7222e55f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3f8c963a-3445-4140-8143-85dffabc725d {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 73px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3f8c963a-3445-4140-8143-85dffabc725d {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f8c963a-3445-4140-8143-85dffabc725d {
  padding-bottom: 73px;
}
}







#s-3f8c963a-3445-4140-8143-85dffabc725d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f8c963a-3445-4140-8143-85dffabc725d.shg-box.shg-c {
  justify-content: center;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(212, 247, 255, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

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




.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 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-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 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-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 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-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 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-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bdd76f2-e2c5-4e5e-8630-5811cdfe6544.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ce7b9859-8f21-4b17-85ad-5582e635bcf2 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-ce7b9859-8f21-4b17-85ad-5582e635bcf2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce7b9859-8f21-4b17-85ad-5582e635bcf2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce7b9859-8f21-4b17-85ad-5582e635bcf2 {
  
}
}
#s-ce7b9859-8f21-4b17-85ad-5582e635bcf2 .shg-proportional-font-size,
#s-ce7b9859-8f21-4b17-85ad-5582e635bcf2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d45630e1-7b43-41a5-80b4-a4cd2087348f {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-d45630e1-7b43-41a5-80b4-a4cd2087348f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d45630e1-7b43-41a5-80b4-a4cd2087348f.shg-box.shg-c {
  justify-content: center;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  
  
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(233, 249, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

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




.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef 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-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef 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-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef 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-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-67d5c93b-e898-4880-8ddd-e12a73ce0bef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef 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-67d5c93b-e898-4880-8ddd-e12a73ce0bef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67d5c93b-e898-4880-8ddd-e12a73ce0bef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-46678b44-417b-4630-963f-b198a5ba2489 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-46678b44-417b-4630-963f-b198a5ba2489 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46678b44-417b-4630-963f-b198a5ba2489 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46678b44-417b-4630-963f-b198a5ba2489 {
  
}
}
#s-46678b44-417b-4630-963f-b198a5ba2489 .shg-proportional-font-size,
#s-46678b44-417b-4630-963f-b198a5ba2489 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
height: 650px;
max-width: 300px;
text-align: left;
}
@media (max-width: 767px){#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  display: none;
}
#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c, #wrap-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c, #wrap-content-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c { display: none !important; }}
#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c img.shogun-image {
  width: 100%;
  height: 650px;
  
  max-width: 300px;

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




.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c 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-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c 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-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c 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-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c 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-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d59ab0a-98a9-4ae0-8d7f-535bbfe8682c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-234d082c-6902-4d0d-aa52-5dc82bb59efa {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-234d082c-6902-4d0d-aa52-5dc82bb59efa {
  display: none;
}
#s-234d082c-6902-4d0d-aa52-5dc82bb59efa, #wrap-s-234d082c-6902-4d0d-aa52-5dc82bb59efa, #wrap-content-s-234d082c-6902-4d0d-aa52-5dc82bb59efa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-234d082c-6902-4d0d-aa52-5dc82bb59efa {
  display: none;
}
#s-234d082c-6902-4d0d-aa52-5dc82bb59efa, #wrap-s-234d082c-6902-4d0d-aa52-5dc82bb59efa, #wrap-content-s-234d082c-6902-4d0d-aa52-5dc82bb59efa { display: none !important; }}@media (max-width: 767px){#s-234d082c-6902-4d0d-aa52-5dc82bb59efa {
  display: none;
}
#s-234d082c-6902-4d0d-aa52-5dc82bb59efa, #wrap-s-234d082c-6902-4d0d-aa52-5dc82bb59efa, #wrap-content-s-234d082c-6902-4d0d-aa52-5dc82bb59efa { display: none !important; }}
@media (min-width: 0px) {
[id="s-234d082c-6902-4d0d-aa52-5dc82bb59efa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-234d082c-6902-4d0d-aa52-5dc82bb59efa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-234d082c-6902-4d0d-aa52-5dc82bb59efa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-234d082c-6902-4d0d-aa52-5dc82bb59efa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-234d082c-6902-4d0d-aa52-5dc82bb59efa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-234d082c-6902-4d0d-aa52-5dc82bb59efa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-234d082c-6902-4d0d-aa52-5dc82bb59efa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-5341204d-e634-4b5f-855a-1414c193b03f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5341204d-e634-4b5f-855a-1414c193b03f {
  display: none;
}
#s-5341204d-e634-4b5f-855a-1414c193b03f, #wrap-s-5341204d-e634-4b5f-855a-1414c193b03f, #wrap-content-s-5341204d-e634-4b5f-855a-1414c193b03f { display: none !important; }}
@media (min-width: 0px) {
[id="s-5341204d-e634-4b5f-855a-1414c193b03f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5341204d-e634-4b5f-855a-1414c193b03f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5341204d-e634-4b5f-855a-1414c193b03f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5341204d-e634-4b5f-855a-1414c193b03f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-63f09649-a6db-4950-85f8-91164738673d {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-63f09649-a6db-4950-85f8-91164738673d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63f09649-a6db-4950-85f8-91164738673d.shg-box.shg-c {
  justify-content: center;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(233, 249, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

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




.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab 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-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab 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-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab 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-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab 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-647a8aae-cc03-46ec-9f23-7aea6f1d91ab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a8aae-cc03-46ec-9f23-7aea6f1d91ab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f32834f6-b105-471c-92a1-fda147d0e05d {
  margin-left: 6%;
margin-right: 6%;
}

#s-f32834f6-b105-471c-92a1-fda147d0e05d .shg-proportional-font-size,
#s-f32834f6-b105-471c-92a1-fda147d0e05d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-252d3436-5ded-404b-9029-69aec43cc45c {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-252d3436-5ded-404b-9029-69aec43cc45c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-252d3436-5ded-404b-9029-69aec43cc45c.shg-box.shg-c {
  justify-content: center;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(219, 227, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

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




.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 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-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 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-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 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-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268 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-6e7a50b2-e052-4d87-ae68-dcc3724d4268 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7a50b2-e052-4d87-ae68-dcc3724d4268.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bc5c9ead-6006-4ca5-b036-994ef544b2b8 {
  margin-left: 6%;
margin-right: 6%;
}

#s-bc5c9ead-6006-4ca5-b036-994ef544b2b8 .shg-proportional-font-size,
#s-bc5c9ead-6006-4ca5-b036-994ef544b2b8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-250ff3a9-7eac-4355-9aa7-92c48f27d911 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-250ff3a9-7eac-4355-9aa7-92c48f27d911 {
  display: none;
}
#s-250ff3a9-7eac-4355-9aa7-92c48f27d911, #wrap-s-250ff3a9-7eac-4355-9aa7-92c48f27d911, #wrap-content-s-250ff3a9-7eac-4355-9aa7-92c48f27d911 { display: none !important; }}
@media (min-width: 0px) {
[id="s-250ff3a9-7eac-4355-9aa7-92c48f27d911"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-250ff3a9-7eac-4355-9aa7-92c48f27d911"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-250ff3a9-7eac-4355-9aa7-92c48f27d911"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-250ff3a9-7eac-4355-9aa7-92c48f27d911"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7e8be9fe-00bd-4a88-a830-ff4fbe5c9672 {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 73px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7e8be9fe-00bd-4a88-a830-ff4fbe5c9672 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e8be9fe-00bd-4a88-a830-ff4fbe5c9672 {
  padding-bottom: 73px;
}
}







#s-7e8be9fe-00bd-4a88-a830-ff4fbe5c9672 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e8be9fe-00bd-4a88-a830-ff4fbe5c9672.shg-box.shg-c {
  justify-content: center;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-141af674-bcb2-471b-a502-9ffbec87061a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(212, 247, 255, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-141af674-bcb2-471b-a502-9ffbec87061a img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

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




.s-141af674-bcb2-471b-a502-9ffbec87061a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-141af674-bcb2-471b-a502-9ffbec87061a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-141af674-bcb2-471b-a502-9ffbec87061a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-141af674-bcb2-471b-a502-9ffbec87061a 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-141af674-bcb2-471b-a502-9ffbec87061a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-141af674-bcb2-471b-a502-9ffbec87061a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-141af674-bcb2-471b-a502-9ffbec87061a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-141af674-bcb2-471b-a502-9ffbec87061a 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-141af674-bcb2-471b-a502-9ffbec87061a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-141af674-bcb2-471b-a502-9ffbec87061a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-141af674-bcb2-471b-a502-9ffbec87061a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-141af674-bcb2-471b-a502-9ffbec87061a 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-141af674-bcb2-471b-a502-9ffbec87061a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-141af674-bcb2-471b-a502-9ffbec87061a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-141af674-bcb2-471b-a502-9ffbec87061a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-141af674-bcb2-471b-a502-9ffbec87061a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-141af674-bcb2-471b-a502-9ffbec87061a 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-141af674-bcb2-471b-a502-9ffbec87061a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141af674-bcb2-471b-a502-9ffbec87061a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-927a0f4f-e1db-4dd5-8e23-cbddc286d037 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-927a0f4f-e1db-4dd5-8e23-cbddc286d037 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-927a0f4f-e1db-4dd5-8e23-cbddc286d037 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-927a0f4f-e1db-4dd5-8e23-cbddc286d037 {
  
}
}
#s-927a0f4f-e1db-4dd5-8e23-cbddc286d037 .shg-proportional-font-size,
#s-927a0f4f-e1db-4dd5-8e23-cbddc286d037 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7fd0427c-dd90-4dbb-888b-912b679d154d {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-7fd0427c-dd90-4dbb-888b-912b679d154d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fd0427c-dd90-4dbb-888b-912b679d154d.shg-box.shg-c {
  justify-content: center;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(233, 249, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

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




.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e 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-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e 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-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e 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-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-16eaabcf-96da-4cfb-98eb-6bac13beef3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e 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-16eaabcf-96da-4cfb-98eb-6bac13beef3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16eaabcf-96da-4cfb-98eb-6bac13beef3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f1761297-9325-4cc6-89d8-7204e180c833 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-f1761297-9325-4cc6-89d8-7204e180c833 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1761297-9325-4cc6-89d8-7204e180c833 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1761297-9325-4cc6-89d8-7204e180c833 {
  
}
}
#s-f1761297-9325-4cc6-89d8-7204e180c833 .shg-proportional-font-size,
#s-f1761297-9325-4cc6-89d8-7204e180c833 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e81a089a-285c-4bae-99c4-e932d565d385 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
height: 550px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-e81a089a-285c-4bae-99c4-e932d565d385 {
  height: 425px;
}
}@media (max-width: 767px){#s-e81a089a-285c-4bae-99c4-e932d565d385 {
  display: none;
}
#s-e81a089a-285c-4bae-99c4-e932d565d385, #wrap-s-e81a089a-285c-4bae-99c4-e932d565d385, #wrap-content-s-e81a089a-285c-4bae-99c4-e932d565d385 { display: none !important; }}
#s-e81a089a-285c-4bae-99c4-e932d565d385 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

#s-e81a089a-285c-4bae-99c4-e932d565d385 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e81a089a-285c-4bae-99c4-e932d565d385 img.shogun-image {
  width: 100%;
  height: 550px;
  
  max-width: 300px;

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




.s-e81a089a-285c-4bae-99c4-e932d565d385 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e81a089a-285c-4bae-99c4-e932d565d385 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e81a089a-285c-4bae-99c4-e932d565d385 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e81a089a-285c-4bae-99c4-e932d565d385 img.shogun-image {
  width: 100%;
  height: 425px;
  
  

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




.s-e81a089a-285c-4bae-99c4-e932d565d385 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e81a089a-285c-4bae-99c4-e932d565d385 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e81a089a-285c-4bae-99c4-e932d565d385 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e81a089a-285c-4bae-99c4-e932d565d385 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-e81a089a-285c-4bae-99c4-e932d565d385 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e81a089a-285c-4bae-99c4-e932d565d385 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e81a089a-285c-4bae-99c4-e932d565d385 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e81a089a-285c-4bae-99c4-e932d565d385 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-e81a089a-285c-4bae-99c4-e932d565d385 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e81a089a-285c-4bae-99c4-e932d565d385 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e81a089a-285c-4bae-99c4-e932d565d385 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e81a089a-285c-4bae-99c4-e932d565d385 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e81a089a-285c-4bae-99c4-e932d565d385 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-e81a089a-285c-4bae-99c4-e932d565d385 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e81a089a-285c-4bae-99c4-e932d565d385.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4ffe7965-1cb8-4a2d-a7ae-ec9d6a6bd9d9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1d009b95-7034-4ad9-9c7e-e132f85845ef {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-1d009b95-7034-4ad9-9c7e-e132f85845ef {
  display: none;
}
#s-1d009b95-7034-4ad9-9c7e-e132f85845ef, #wrap-s-1d009b95-7034-4ad9-9c7e-e132f85845ef, #wrap-content-s-1d009b95-7034-4ad9-9c7e-e132f85845ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d009b95-7034-4ad9-9c7e-e132f85845ef {
  display: none;
}
#s-1d009b95-7034-4ad9-9c7e-e132f85845ef, #wrap-s-1d009b95-7034-4ad9-9c7e-e132f85845ef, #wrap-content-s-1d009b95-7034-4ad9-9c7e-e132f85845ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d009b95-7034-4ad9-9c7e-e132f85845ef {
  display: none;
}
#s-1d009b95-7034-4ad9-9c7e-e132f85845ef, #wrap-s-1d009b95-7034-4ad9-9c7e-e132f85845ef, #wrap-content-s-1d009b95-7034-4ad9-9c7e-e132f85845ef { display: none !important; }}@media (max-width: 767px){#s-1d009b95-7034-4ad9-9c7e-e132f85845ef {
  display: none;
}
#s-1d009b95-7034-4ad9-9c7e-e132f85845ef, #wrap-s-1d009b95-7034-4ad9-9c7e-e132f85845ef, #wrap-content-s-1d009b95-7034-4ad9-9c7e-e132f85845ef { display: none !important; }}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  display: none;
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6, #wrap-s-49f2cf43-9322-4a06-bc29-cba8e19103b6, #wrap-content-s-49f2cf43-9322-4a06-bc29-cba8e19103b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  display: none;
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6, #wrap-s-49f2cf43-9322-4a06-bc29-cba8e19103b6, #wrap-content-s-49f2cf43-9322-4a06-bc29-cba8e19103b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  display: none;
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6, #wrap-s-49f2cf43-9322-4a06-bc29-cba8e19103b6, #wrap-content-s-49f2cf43-9322-4a06-bc29-cba8e19103b6 { display: none !important; }}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-image: url(https://i.shgcdn.com/cde4d073-4c88-409c-aa32-2965b4687ff5/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-image: url(https://i.shgcdn.com/cde4d073-4c88-409c-aa32-2965b4687ff5/-/resize/480x/);
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-image: url(https://i.shgcdn.com/cde4d073-4c88-409c-aa32-2965b4687ff5/-/resize/960x/);
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-image: url(https://i.shgcdn.com/cde4d073-4c88-409c-aa32-2965b4687ff5/-/resize/768x/);
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-image: url(https://i.shgcdn.com/cde4d073-4c88-409c-aa32-2965b4687ff5/-/resize/1536x/);
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-image: url(https://i.shgcdn.com/cde4d073-4c88-409c-aa32-2965b4687ff5/-/resize/1024x/);
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-image: url(https://i.shgcdn.com/cde4d073-4c88-409c-aa32-2965b4687ff5/-/resize/2048x/);
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-image: url(https://i.shgcdn.com/cde4d073-4c88-409c-aa32-2965b4687ff5/-/resize/1200x/);
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 {
  background-image: url(https://i.shgcdn.com/cde4d073-4c88-409c-aa32-2965b4687ff5/-/resize/2048x/);
}
#s-49f2cf43-9322-4a06-bc29-cba8e19103b6.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-49f2cf43-9322-4a06-bc29-cba8e19103b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49f2cf43-9322-4a06-bc29-cba8e19103b6.shg-box.shg-c {
  justify-content: center;
}

#s-408adf60-8d70-46bc-9617-ebf976abe64d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-408adf60-8d70-46bc-9617-ebf976abe64d .shg-proportional-font-size,
#s-408adf60-8d70-46bc-9617-ebf976abe64d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-caeda8a3-ca59-48cd-a519-9fa0af46973b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-caeda8a3-ca59-48cd-a519-9fa0af46973b {
  display: none;
}
#s-caeda8a3-ca59-48cd-a519-9fa0af46973b, #wrap-s-caeda8a3-ca59-48cd-a519-9fa0af46973b, #wrap-content-s-caeda8a3-ca59-48cd-a519-9fa0af46973b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-caeda8a3-ca59-48cd-a519-9fa0af46973b {
  display: none;
}
#s-caeda8a3-ca59-48cd-a519-9fa0af46973b, #wrap-s-caeda8a3-ca59-48cd-a519-9fa0af46973b, #wrap-content-s-caeda8a3-ca59-48cd-a519-9fa0af46973b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-caeda8a3-ca59-48cd-a519-9fa0af46973b {
  display: none;
}
#s-caeda8a3-ca59-48cd-a519-9fa0af46973b, #wrap-s-caeda8a3-ca59-48cd-a519-9fa0af46973b, #wrap-content-s-caeda8a3-ca59-48cd-a519-9fa0af46973b { display: none !important; }}
#s-629ceca7-40e6-42e2-8cb8-1013ce488ef1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
text-align: center;
}

#s-629ceca7-40e6-42e2-8cb8-1013ce488ef1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-629ceca7-40e6-42e2-8cb8-1013ce488ef1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-b2019b21-7994-4a89-b947-83f7814d964c {
  margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(205, 205, 205, 1);
border-style: none;
border-radius: 15px;
}
@media (max-width: 767px){#s-b2019b21-7994-4a89-b947-83f7814d964c {
  margin-left: 5%;
margin-right: 5%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-b2019b21-7994-4a89-b947-83f7814d964c {
  --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-b2019b21-7994-4a89-b947-83f7814d964c > .swiper-button-prev,
#slider-v3-s-b2019b21-7994-4a89-b947-83f7814d964c > .swiper-button-next {
  
}

#slider-v3-s-b2019b21-7994-4a89-b947-83f7814d964c > .swiper-button-prev svg,
#slider-v3-s-b2019b21-7994-4a89-b947-83f7814d964c > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-b2019b21-7994-4a89-b947-83f7814d964c > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-b2019b21-7994-4a89-b947-83f7814d964c > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-b2019b21-7994-4a89-b947-83f7814d964c > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-b2019b21-7994-4a89-b947-83f7814d964c .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-b2019b21-7994-4a89-b947-83f7814d964c .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-b2019b21-7994-4a89-b947-83f7814d964c .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f0d40103-09ee-4200-a611-6f05c5c48a64 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 100px;
}








#s-f0d40103-09ee-4200-a611-6f05c5c48a64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0d40103-09ee-4200-a611-6f05c5c48a64.shg-box.shg-c {
  justify-content: center;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-dceb15e6-5223-4a59-b97e-d9c82915d22a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a 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-dceb15e6-5223-4a59-b97e-d9c82915d22a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a 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-dceb15e6-5223-4a59-b97e-d9c82915d22a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a 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-dceb15e6-5223-4a59-b97e-d9c82915d22a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dceb15e6-5223-4a59-b97e-d9c82915d22a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a 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-dceb15e6-5223-4a59-b97e-d9c82915d22a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dceb15e6-5223-4a59-b97e-d9c82915d22a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a22d8fe6-342e-4fbe-be14-576ddb58c642 {
  margin-left: auto;
margin-right: auto;
}

#s-a22d8fe6-342e-4fbe-be14-576ddb58c642 .shg-proportional-font-size,
#s-a22d8fe6-342e-4fbe-be14-576ddb58c642 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bf3fbf18-a992-4e55-9d5a-e31d01624e22 {
  margin-left: auto;
margin-right: auto;
}

#s-bf3fbf18-a992-4e55-9d5a-e31d01624e22 .shg-proportional-font-size,
#s-bf3fbf18-a992-4e55-9d5a-e31d01624e22 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55e814e1-34d3-4161-8625-1f60c8594b3c img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-55e814e1-34d3-4161-8625-1f60c8594b3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55e814e1-34d3-4161-8625-1f60c8594b3c 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-55e814e1-34d3-4161-8625-1f60c8594b3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55e814e1-34d3-4161-8625-1f60c8594b3c 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-55e814e1-34d3-4161-8625-1f60c8594b3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55e814e1-34d3-4161-8625-1f60c8594b3c 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-55e814e1-34d3-4161-8625-1f60c8594b3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-55e814e1-34d3-4161-8625-1f60c8594b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55e814e1-34d3-4161-8625-1f60c8594b3c 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-55e814e1-34d3-4161-8625-1f60c8594b3c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55e814e1-34d3-4161-8625-1f60c8594b3c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1034eb4e-e711-4f12-abd4-b36468521d71 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 100px;
}








#s-1034eb4e-e711-4f12-abd4-b36468521d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1034eb4e-e711-4f12-abd4-b36468521d71.shg-box.shg-c {
  justify-content: center;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d 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-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d 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-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d 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-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3052fe3e-31ad-4088-872c-e25fb5a49f8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d 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-3052fe3e-31ad-4088-872c-e25fb5a49f8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3052fe3e-31ad-4088-872c-e25fb5a49f8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1872ebb3-b3c3-45cb-8b3e-809f1b90b2b4 {
  margin-left: auto;
margin-right: auto;
}

#s-1872ebb3-b3c3-45cb-8b3e-809f1b90b2b4 .shg-proportional-font-size,
#s-1872ebb3-b3c3-45cb-8b3e-809f1b90b2b4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2ad6298d-55ce-4fa7-843e-f483e28c24e6 {
  margin-left: auto;
margin-right: auto;
}

#s-2ad6298d-55ce-4fa7-843e-f483e28c24e6 .shg-proportional-font-size,
#s-2ad6298d-55ce-4fa7-843e-f483e28c24e6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-e8226d9d-cc56-4cec-9442-9a7254c87545 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 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-e8226d9d-cc56-4cec-9442-9a7254c87545 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 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-e8226d9d-cc56-4cec-9442-9a7254c87545 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 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-e8226d9d-cc56-4cec-9442-9a7254c87545 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e8226d9d-cc56-4cec-9442-9a7254c87545 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e8226d9d-cc56-4cec-9442-9a7254c87545 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-e8226d9d-cc56-4cec-9442-9a7254c87545 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8226d9d-cc56-4cec-9442-9a7254c87545.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9dd3caec-4e72-4f51-ad17-2d904c2a18a1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 100px;
}








#s-9dd3caec-4e72-4f51-ad17-2d904c2a18a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9dd3caec-4e72-4f51-ad17-2d904c2a18a1.shg-box.shg-c {
  justify-content: center;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 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-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 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-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 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-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9e92799-ea19-42ef-b5d2-609bb67ab296 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296 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-c9e92799-ea19-42ef-b5d2-609bb67ab296 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9e92799-ea19-42ef-b5d2-609bb67ab296.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-18926aa5-c74d-48a6-b015-244944e59afa {
  margin-left: auto;
margin-right: auto;
}

#s-18926aa5-c74d-48a6-b015-244944e59afa .shg-proportional-font-size,
#s-18926aa5-c74d-48a6-b015-244944e59afa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f1455197-8d7a-4ae5-9cab-0f6221739139 {
  margin-left: auto;
margin-right: auto;
}

#s-f1455197-8d7a-4ae5-9cab-0f6221739139 .shg-proportional-font-size,
#s-f1455197-8d7a-4ae5-9cab-0f6221739139 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e 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-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e 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-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e 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-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-718c6cff-ff2d-4edc-b764-e43d1fb7504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e 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-718c6cff-ff2d-4edc-b764-e43d1fb7504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718c6cff-ff2d-4edc-b764-e43d1fb7504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2196e99f-3aa3-4541-9c74-7b6cbd899406 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 100px;
}








#s-2196e99f-3aa3-4541-9c74-7b6cbd899406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2196e99f-3aa3-4541-9c74-7b6cbd899406.shg-box.shg-c {
  justify-content: center;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c83392f4-2802-4aa0-b91a-27af1b657481 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-c83392f4-2802-4aa0-b91a-27af1b657481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c83392f4-2802-4aa0-b91a-27af1b657481 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-c83392f4-2802-4aa0-b91a-27af1b657481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c83392f4-2802-4aa0-b91a-27af1b657481 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-c83392f4-2802-4aa0-b91a-27af1b657481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c83392f4-2802-4aa0-b91a-27af1b657481 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-c83392f4-2802-4aa0-b91a-27af1b657481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c83392f4-2802-4aa0-b91a-27af1b657481 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c83392f4-2802-4aa0-b91a-27af1b657481 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-c83392f4-2802-4aa0-b91a-27af1b657481 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c83392f4-2802-4aa0-b91a-27af1b657481.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ea41ac1a-cb72-4c86-86d3-ff4e041bef15 {
  margin-left: auto;
margin-right: auto;
}

#s-ea41ac1a-cb72-4c86-86d3-ff4e041bef15 .shg-proportional-font-size,
#s-ea41ac1a-cb72-4c86-86d3-ff4e041bef15 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0e74f74a-8da0-4a59-9cf8-85268dde429d {
  margin-left: auto;
margin-right: auto;
}

#s-0e74f74a-8da0-4a59-9cf8-85268dde429d .shg-proportional-font-size,
#s-0e74f74a-8da0-4a59-9cf8-85268dde429d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 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-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 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-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 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-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e4a32689-6a64-4cd1-bf78-724fd7d48858 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858 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-e4a32689-6a64-4cd1-bf78-724fd7d48858 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a32689-6a64-4cd1-bf78-724fd7d48858.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-66b72543-20e8-4e93-b4cd-70133f6d132f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 50px;
}








#s-66b72543-20e8-4e93-b4cd-70133f6d132f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66b72543-20e8-4e93-b4cd-70133f6d132f.shg-box.shg-c {
  justify-content: center;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-53ba110d-f3c0-489e-8c34-73c1c160d61b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b 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-53ba110d-f3c0-489e-8c34-73c1c160d61b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b 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-53ba110d-f3c0-489e-8c34-73c1c160d61b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b 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-53ba110d-f3c0-489e-8c34-73c1c160d61b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-53ba110d-f3c0-489e-8c34-73c1c160d61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b 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-53ba110d-f3c0-489e-8c34-73c1c160d61b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53ba110d-f3c0-489e-8c34-73c1c160d61b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d42c597b-e3c1-48e6-ac08-e66c65f45268 {
  margin-left: auto;
margin-right: auto;
}

#s-d42c597b-e3c1-48e6-ac08-e66c65f45268 .shg-proportional-font-size,
#s-d42c597b-e3c1-48e6-ac08-e66c65f45268 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a57f0dcb-e696-458e-9c64-ad87378d907e {
  margin-left: auto;
margin-right: auto;
}

#s-a57f0dcb-e696-458e-9c64-ad87378d907e .shg-proportional-font-size,
#s-a57f0dcb-e696-458e-9c64-ad87378d907e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2ff3902-fa76-41c8-9159-15698a539f64 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-a2ff3902-fa76-41c8-9159-15698a539f64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2ff3902-fa76-41c8-9159-15698a539f64 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-a2ff3902-fa76-41c8-9159-15698a539f64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2ff3902-fa76-41c8-9159-15698a539f64 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-a2ff3902-fa76-41c8-9159-15698a539f64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2ff3902-fa76-41c8-9159-15698a539f64 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-a2ff3902-fa76-41c8-9159-15698a539f64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a2ff3902-fa76-41c8-9159-15698a539f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a2ff3902-fa76-41c8-9159-15698a539f64 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-a2ff3902-fa76-41c8-9159-15698a539f64 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2ff3902-fa76-41c8-9159-15698a539f64.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7c7b4e81-66d5-4d60-bd14-a0b9ac1adacf {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 6%;
padding-bottom: 50px;
padding-right: 6%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(180, 180, 180, 1);
border-style: none;
border-radius: 15px;
min-height: 50px;
}








#s-7c7b4e81-66d5-4d60-bd14-a0b9ac1adacf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c7b4e81-66d5-4d60-bd14-a0b9ac1adacf.shg-box.shg-c {
  justify-content: center;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb226f67-1d08-4675-9c6e-4336ce762429 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-fb226f67-1d08-4675-9c6e-4336ce762429 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb226f67-1d08-4675-9c6e-4336ce762429 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-fb226f67-1d08-4675-9c6e-4336ce762429 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb226f67-1d08-4675-9c6e-4336ce762429 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-fb226f67-1d08-4675-9c6e-4336ce762429 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb226f67-1d08-4675-9c6e-4336ce762429 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-fb226f67-1d08-4675-9c6e-4336ce762429 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fb226f67-1d08-4675-9c6e-4336ce762429 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fb226f67-1d08-4675-9c6e-4336ce762429 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-fb226f67-1d08-4675-9c6e-4336ce762429 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb226f67-1d08-4675-9c6e-4336ce762429.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d5f99052-0cc0-436c-8d0d-3b698a9563fe {
  margin-left: auto;
margin-right: auto;
}

#s-d5f99052-0cc0-436c-8d0d-3b698a9563fe .shg-proportional-font-size,
#s-d5f99052-0cc0-436c-8d0d-3b698a9563fe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-48544c9e-8ce0-4cf7-8061-f6c805db9bae {
  margin-left: auto;
margin-right: auto;
}

#s-48544c9e-8ce0-4cf7-8061-f6c805db9bae .shg-proportional-font-size,
#s-48544c9e-8ce0-4cf7-8061-f6c805db9bae .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 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-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 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-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 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-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9 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-2da08e65-d5a2-477a-bbf9-9fb2886171e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2da08e65-d5a2-477a-bbf9-9fb2886171e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a0e19244-474f-4351-938e-400e2981ac28 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a758a9e2-c5e5-414b-9f00-4869cd75d84d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-df916525-fdea-444e-b009-bf83bd4672b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-df916525-fdea-444e-b009-bf83bd4672b8 {
  display: none;
}
#s-df916525-fdea-444e-b009-bf83bd4672b8, #wrap-s-df916525-fdea-444e-b009-bf83bd4672b8, #wrap-content-s-df916525-fdea-444e-b009-bf83bd4672b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df916525-fdea-444e-b009-bf83bd4672b8 {
  display: none;
}
#s-df916525-fdea-444e-b009-bf83bd4672b8, #wrap-s-df916525-fdea-444e-b009-bf83bd4672b8, #wrap-content-s-df916525-fdea-444e-b009-bf83bd4672b8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df916525-fdea-444e-b009-bf83bd4672b8 {
  display: none;
}
#s-df916525-fdea-444e-b009-bf83bd4672b8, #wrap-s-df916525-fdea-444e-b009-bf83bd4672b8, #wrap-content-s-df916525-fdea-444e-b009-bf83bd4672b8 { display: none !important; }}







#s-df916525-fdea-444e-b009-bf83bd4672b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df916525-fdea-444e-b009-bf83bd4672b8.shg-box.shg-c {
  justify-content: center;
}

#s-0718215c-df6f-4337-a3a7-6d0ce621ae75 {
  margin-top: 50px;
margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
}
@media (min-width: 1200px){#s-0718215c-df6f-4337-a3a7-6d0ce621ae75 {
  display: none;
}
#s-0718215c-df6f-4337-a3a7-6d0ce621ae75, #wrap-s-0718215c-df6f-4337-a3a7-6d0ce621ae75, #wrap-content-s-0718215c-df6f-4337-a3a7-6d0ce621ae75 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0718215c-df6f-4337-a3a7-6d0ce621ae75 {
  display: none;
}
#s-0718215c-df6f-4337-a3a7-6d0ce621ae75, #wrap-s-0718215c-df6f-4337-a3a7-6d0ce621ae75, #wrap-content-s-0718215c-df6f-4337-a3a7-6d0ce621ae75 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0718215c-df6f-4337-a3a7-6d0ce621ae75 {
  display: none;
}
#s-0718215c-df6f-4337-a3a7-6d0ce621ae75, #wrap-s-0718215c-df6f-4337-a3a7-6d0ce621ae75, #wrap-content-s-0718215c-df6f-4337-a3a7-6d0ce621ae75 { display: none !important; }}@media (max-width: 767px){#s-0718215c-df6f-4337-a3a7-6d0ce621ae75 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-0718215c-df6f-4337-a3a7-6d0ce621ae75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0718215c-df6f-4337-a3a7-6d0ce621ae75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0718215c-df6f-4337-a3a7-6d0ce621ae75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0718215c-df6f-4337-a3a7-6d0ce621ae75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0718215c-df6f-4337-a3a7-6d0ce621ae75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0718215c-df6f-4337-a3a7-6d0ce621ae75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0718215c-df6f-4337-a3a7-6d0ce621ae75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-b7a9b491-5248-41ea-bba8-04f33b59a5dc {
  margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-b7a9b491-5248-41ea-bba8-04f33b59a5dc .shg-proportional-font-size,
#s-b7a9b491-5248-41ea-bba8-04f33b59a5dc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-58e60968-2b5a-4536-8d93-4fe3171f52f7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-58e60968-2b5a-4536-8d93-4fe3171f52f7 {
  display: none;
}
#s-58e60968-2b5a-4536-8d93-4fe3171f52f7, #wrap-s-58e60968-2b5a-4536-8d93-4fe3171f52f7, #wrap-content-s-58e60968-2b5a-4536-8d93-4fe3171f52f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58e60968-2b5a-4536-8d93-4fe3171f52f7 {
  display: none;
}
#s-58e60968-2b5a-4536-8d93-4fe3171f52f7, #wrap-s-58e60968-2b5a-4536-8d93-4fe3171f52f7, #wrap-content-s-58e60968-2b5a-4536-8d93-4fe3171f52f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58e60968-2b5a-4536-8d93-4fe3171f52f7 {
  display: none;
}
#s-58e60968-2b5a-4536-8d93-4fe3171f52f7, #wrap-s-58e60968-2b5a-4536-8d93-4fe3171f52f7, #wrap-content-s-58e60968-2b5a-4536-8d93-4fe3171f52f7 { display: none !important; }}
#s-2fa7caa7-16be-48e3-97c6-d6db2b8b8530 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2fa7caa7-16be-48e3-97c6-d6db2b8b8530 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-2fa7caa7-16be-48e3-97c6-d6db2b8b8530 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-d1e99b1d-a569-450c-9ff4-8100ae9de5b8 {
  margin-top: -30px;
margin-left: 0%;
margin-right: 0%;
}

#s-d1e99b1d-a569-450c-9ff4-8100ae9de5b8 .shg-proportional-font-size,
#s-d1e99b1d-a569-450c-9ff4-8100ae9de5b8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bf572076-226f-4885-88c2-5c170cafd07a {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 450px;
text-align: center;
}
@media (min-width: 1200px){#s-bf572076-226f-4885-88c2-5c170cafd07a {
  display: none;
}
#s-bf572076-226f-4885-88c2-5c170cafd07a, #wrap-s-bf572076-226f-4885-88c2-5c170cafd07a, #wrap-content-s-bf572076-226f-4885-88c2-5c170cafd07a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf572076-226f-4885-88c2-5c170cafd07a {
  display: none;
}
#s-bf572076-226f-4885-88c2-5c170cafd07a, #wrap-s-bf572076-226f-4885-88c2-5c170cafd07a, #wrap-content-s-bf572076-226f-4885-88c2-5c170cafd07a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf572076-226f-4885-88c2-5c170cafd07a {
  display: none;
}
#s-bf572076-226f-4885-88c2-5c170cafd07a, #wrap-s-bf572076-226f-4885-88c2-5c170cafd07a, #wrap-content-s-bf572076-226f-4885-88c2-5c170cafd07a { display: none !important; }}
#s-bf572076-226f-4885-88c2-5c170cafd07a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bf572076-226f-4885-88c2-5c170cafd07a img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

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




.s-bf572076-226f-4885-88c2-5c170cafd07a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bf572076-226f-4885-88c2-5c170cafd07a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf572076-226f-4885-88c2-5c170cafd07a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bf572076-226f-4885-88c2-5c170cafd07a 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-bf572076-226f-4885-88c2-5c170cafd07a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bf572076-226f-4885-88c2-5c170cafd07a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf572076-226f-4885-88c2-5c170cafd07a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bf572076-226f-4885-88c2-5c170cafd07a 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-bf572076-226f-4885-88c2-5c170cafd07a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bf572076-226f-4885-88c2-5c170cafd07a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf572076-226f-4885-88c2-5c170cafd07a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bf572076-226f-4885-88c2-5c170cafd07a 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-bf572076-226f-4885-88c2-5c170cafd07a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bf572076-226f-4885-88c2-5c170cafd07a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf572076-226f-4885-88c2-5c170cafd07a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bf572076-226f-4885-88c2-5c170cafd07a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bf572076-226f-4885-88c2-5c170cafd07a 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-bf572076-226f-4885-88c2-5c170cafd07a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf572076-226f-4885-88c2-5c170cafd07a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f8917281-34f4-4cab-af78-308ed554c611 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f8917281-34f4-4cab-af78-308ed554c611 {
  display: none;
}
#s-f8917281-34f4-4cab-af78-308ed554c611, #wrap-s-f8917281-34f4-4cab-af78-308ed554c611, #wrap-content-s-f8917281-34f4-4cab-af78-308ed554c611 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8917281-34f4-4cab-af78-308ed554c611 {
  display: none;
}
#s-f8917281-34f4-4cab-af78-308ed554c611, #wrap-s-f8917281-34f4-4cab-af78-308ed554c611, #wrap-content-s-f8917281-34f4-4cab-af78-308ed554c611 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8917281-34f4-4cab-af78-308ed554c611 {
  display: none;
}
#s-f8917281-34f4-4cab-af78-308ed554c611, #wrap-s-f8917281-34f4-4cab-af78-308ed554c611, #wrap-content-s-f8917281-34f4-4cab-af78-308ed554c611 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f8917281-34f4-4cab-af78-308ed554c611"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f8917281-34f4-4cab-af78-308ed554c611"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f8917281-34f4-4cab-af78-308ed554c611"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8917281-34f4-4cab-af78-308ed554c611"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6a71564e-102c-4251-a6d9-5c81be859529 {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-6a71564e-102c-4251-a6d9-5c81be859529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a71564e-102c-4251-a6d9-5c81be859529.shg-box.shg-c {
  justify-content: center;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(233, 249, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-479099e1-b1fe-488e-abea-55690ed89e7f img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

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




.s-479099e1-b1fe-488e-abea-55690ed89e7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-479099e1-b1fe-488e-abea-55690ed89e7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-479099e1-b1fe-488e-abea-55690ed89e7f 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-479099e1-b1fe-488e-abea-55690ed89e7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-479099e1-b1fe-488e-abea-55690ed89e7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-479099e1-b1fe-488e-abea-55690ed89e7f 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-479099e1-b1fe-488e-abea-55690ed89e7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-479099e1-b1fe-488e-abea-55690ed89e7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-479099e1-b1fe-488e-abea-55690ed89e7f 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-479099e1-b1fe-488e-abea-55690ed89e7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-479099e1-b1fe-488e-abea-55690ed89e7f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-479099e1-b1fe-488e-abea-55690ed89e7f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f 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-479099e1-b1fe-488e-abea-55690ed89e7f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479099e1-b1fe-488e-abea-55690ed89e7f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cfe31149-efd8-4246-b13e-e1353d4eca57 {
  margin-left: 6%;
margin-right: 6%;
}

#s-cfe31149-efd8-4246-b13e-e1353d4eca57 .shg-proportional-font-size,
#s-cfe31149-efd8-4246-b13e-e1353d4eca57 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d3fbaf77-3d25-45df-9849-70e184829399 {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-d3fbaf77-3d25-45df-9849-70e184829399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3fbaf77-3d25-45df-9849-70e184829399.shg-box.shg-c {
  justify-content: center;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(219, 227, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fef90410-4eeb-4669-8e5c-303d3979b51e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e 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-fef90410-4eeb-4669-8e5c-303d3979b51e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e 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-fef90410-4eeb-4669-8e5c-303d3979b51e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e 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-fef90410-4eeb-4669-8e5c-303d3979b51e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fef90410-4eeb-4669-8e5c-303d3979b51e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e 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-fef90410-4eeb-4669-8e5c-303d3979b51e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fef90410-4eeb-4669-8e5c-303d3979b51e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4f9fbc7c-b757-4b25-9c8f-4903ab5ba239 {
  margin-left: 6%;
margin-right: 6%;
}

#s-4f9fbc7c-b757-4b25-9c8f-4903ab5ba239 .shg-proportional-font-size,
#s-4f9fbc7c-b757-4b25-9c8f-4903ab5ba239 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-09cc720d-c1d5-4ec0-a96c-b64b19841b24 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-09cc720d-c1d5-4ec0-a96c-b64b19841b24 {
  display: none;
}
#s-09cc720d-c1d5-4ec0-a96c-b64b19841b24, #wrap-s-09cc720d-c1d5-4ec0-a96c-b64b19841b24, #wrap-content-s-09cc720d-c1d5-4ec0-a96c-b64b19841b24 { display: none !important; }}
@media (min-width: 0px) {
[id="s-09cc720d-c1d5-4ec0-a96c-b64b19841b24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-09cc720d-c1d5-4ec0-a96c-b64b19841b24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-09cc720d-c1d5-4ec0-a96c-b64b19841b24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-09cc720d-c1d5-4ec0-a96c-b64b19841b24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-86aa5ceb-9c63-471c-9caf-0e8b9d24b5d1 {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-86aa5ceb-9c63-471c-9caf-0e8b9d24b5d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86aa5ceb-9c63-471c-9caf-0e8b9d24b5d1.shg-box.shg-c {
  justify-content: center;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(233, 249, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 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-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 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-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 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-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 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-585a6e9d-7ca0-4182-9111-cc2f8b86cc35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a6e9d-7ca0-4182-9111-cc2f8b86cc35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-802a9891-72df-43e0-bf2e-f0e4dfe1aa1d {
  margin-left: 6%;
margin-right: 6%;
}

#s-802a9891-72df-43e0-bf2e-f0e4dfe1aa1d .shg-proportional-font-size,
#s-802a9891-72df-43e0-bf2e-f0e4dfe1aa1d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2cbfed43-b651-4724-9650-08164531cc88 {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-2cbfed43-b651-4724-9650-08164531cc88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2cbfed43-b651-4724-9650-08164531cc88.shg-box.shg-c {
  justify-content: center;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(219, 227, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7221fec8-959f-48f6-8fa5-68b88309b35f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f 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-7221fec8-959f-48f6-8fa5-68b88309b35f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f 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-7221fec8-959f-48f6-8fa5-68b88309b35f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f 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-7221fec8-959f-48f6-8fa5-68b88309b35f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7221fec8-959f-48f6-8fa5-68b88309b35f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f 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-7221fec8-959f-48f6-8fa5-68b88309b35f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7221fec8-959f-48f6-8fa5-68b88309b35f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0cde154d-0144-41f6-bafe-1e1d0b77d807 {
  margin-left: 6%;
margin-right: 6%;
}

#s-0cde154d-0144-41f6-bafe-1e1d0b77d807 .shg-proportional-font-size,
#s-0cde154d-0144-41f6-bafe-1e1d0b77d807 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4a34e2d4-567c-434f-a7cd-b7ee279bf244 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4a34e2d4-567c-434f-a7cd-b7ee279bf244 {
  display: none;
}
#s-4a34e2d4-567c-434f-a7cd-b7ee279bf244, #wrap-s-4a34e2d4-567c-434f-a7cd-b7ee279bf244, #wrap-content-s-4a34e2d4-567c-434f-a7cd-b7ee279bf244 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a34e2d4-567c-434f-a7cd-b7ee279bf244 {
  display: none;
}
#s-4a34e2d4-567c-434f-a7cd-b7ee279bf244, #wrap-s-4a34e2d4-567c-434f-a7cd-b7ee279bf244, #wrap-content-s-4a34e2d4-567c-434f-a7cd-b7ee279bf244 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a34e2d4-567c-434f-a7cd-b7ee279bf244 {
  display: none;
}
#s-4a34e2d4-567c-434f-a7cd-b7ee279bf244, #wrap-s-4a34e2d4-567c-434f-a7cd-b7ee279bf244, #wrap-content-s-4a34e2d4-567c-434f-a7cd-b7ee279bf244 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4a34e2d4-567c-434f-a7cd-b7ee279bf244"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4a34e2d4-567c-434f-a7cd-b7ee279bf244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4a34e2d4-567c-434f-a7cd-b7ee279bf244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a34e2d4-567c-434f-a7cd-b7ee279bf244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-1eef3565-8e4e-44e4-8840-5455ec1c1940 {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-1eef3565-8e4e-44e4-8840-5455ec1c1940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1eef3565-8e4e-44e4-8840-5455ec1c1940.shg-box.shg-c {
  justify-content: center;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(212, 247, 255, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 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-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 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-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 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-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-433817c5-2ff6-46f1-9575-dce5b52f21e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5 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-433817c5-2ff6-46f1-9575-dce5b52f21e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-433817c5-2ff6-46f1-9575-dce5b52f21e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71 {
  display: none;
}
#s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71, #wrap-s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71, #wrap-content-s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71 {
  display: none;
}
#s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71, #wrap-s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71, #wrap-content-s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71 {
  display: none;
}
#s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71, #wrap-s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71, #wrap-content-s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71 { display: none !important; }}
#s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71 .shg-proportional-font-size,
#s-a07f7cfa-a53d-49f2-a9c5-11a54b262b71 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-88de0740-00e3-453a-8d25-c0adb36e417b {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-88de0740-00e3-453a-8d25-c0adb36e417b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88de0740-00e3-453a-8d25-c0adb36e417b.shg-box.shg-c {
  justify-content: center;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(233, 249, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 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-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 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-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 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-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 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-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54c444-ee74-4ff7-afdd-68ec2eb3ab29.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8a204156-77f2-47a9-9d4b-87b641b6f453 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-8a204156-77f2-47a9-9d4b-87b641b6f453 {
  display: none;
}
#s-8a204156-77f2-47a9-9d4b-87b641b6f453, #wrap-s-8a204156-77f2-47a9-9d4b-87b641b6f453, #wrap-content-s-8a204156-77f2-47a9-9d4b-87b641b6f453 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a204156-77f2-47a9-9d4b-87b641b6f453 {
  display: none;
}
#s-8a204156-77f2-47a9-9d4b-87b641b6f453, #wrap-s-8a204156-77f2-47a9-9d4b-87b641b6f453, #wrap-content-s-8a204156-77f2-47a9-9d4b-87b641b6f453 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a204156-77f2-47a9-9d4b-87b641b6f453 {
  display: none;
}
#s-8a204156-77f2-47a9-9d4b-87b641b6f453, #wrap-s-8a204156-77f2-47a9-9d4b-87b641b6f453, #wrap-content-s-8a204156-77f2-47a9-9d4b-87b641b6f453 { display: none !important; }}
#s-8a204156-77f2-47a9-9d4b-87b641b6f453 .shg-proportional-font-size,
#s-8a204156-77f2-47a9-9d4b-87b641b6f453 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9f12309d-8164-48e6-a07e-492a497a10c3 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9f12309d-8164-48e6-a07e-492a497a10c3 {
  display: none;
}
#s-9f12309d-8164-48e6-a07e-492a497a10c3, #wrap-s-9f12309d-8164-48e6-a07e-492a497a10c3, #wrap-content-s-9f12309d-8164-48e6-a07e-492a497a10c3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f12309d-8164-48e6-a07e-492a497a10c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9f12309d-8164-48e6-a07e-492a497a10c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9f12309d-8164-48e6-a07e-492a497a10c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f12309d-8164-48e6-a07e-492a497a10c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-22465431-6f5f-4517-b725-2faf96c97eed {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-22465431-6f5f-4517-b725-2faf96c97eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22465431-6f5f-4517-b725-2faf96c97eed.shg-box.shg-c {
  justify-content: center;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(212, 247, 255, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 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-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 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-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 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-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6e40e34d-e66f-4556-8db7-1631d292b3b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1 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-6e40e34d-e66f-4556-8db7-1631d292b3b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e40e34d-e66f-4556-8db7-1631d292b3b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7959cc01-7f11-4cc9-b416-e864af6b2d58 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-7959cc01-7f11-4cc9-b416-e864af6b2d58 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7959cc01-7f11-4cc9-b416-e864af6b2d58 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7959cc01-7f11-4cc9-b416-e864af6b2d58 {
  
}
}
#s-7959cc01-7f11-4cc9-b416-e864af6b2d58 .shg-proportional-font-size,
#s-7959cc01-7f11-4cc9-b416-e864af6b2d58 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-02b5b3c7-12ef-4d86-9d3b-9ca936143990 {
  box-shadow:1px 1px 1px 1px rgba(144, 150, 160, 1);
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}








#s-02b5b3c7-12ef-4d86-9d3b-9ca936143990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02b5b3c7-12ef-4d86-9d3b-9ca936143990.shg-box.shg-c {
  justify-content: center;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  margin-top: 15px;
margin-left: 6%;
margin-right: 6%;
max-width: 50px;
text-align: left;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 15px;
  
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(233, 249, 239, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-316da6ee-bf7b-4934-85df-e035fdacc30b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b 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-316da6ee-bf7b-4934-85df-e035fdacc30b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b 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-316da6ee-bf7b-4934-85df-e035fdacc30b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b 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-316da6ee-bf7b-4934-85df-e035fdacc30b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-316da6ee-bf7b-4934-85df-e035fdacc30b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b 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-316da6ee-bf7b-4934-85df-e035fdacc30b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316da6ee-bf7b-4934-85df-e035fdacc30b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2f57c3b9-e2b6-43b7-9796-14323d51d031 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-2f57c3b9-e2b6-43b7-9796-14323d51d031 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f57c3b9-e2b6-43b7-9796-14323d51d031 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f57c3b9-e2b6-43b7-9796-14323d51d031 {
  
}
}
#s-2f57c3b9-e2b6-43b7-9796-14323d51d031 .shg-proportional-font-size,
#s-2f57c3b9-e2b6-43b7-9796-14323d51d031 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-66d84404-cf80-41af-ac12-50404abe6923 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-66d84404-cf80-41af-ac12-50404abe6923 {
  display: none;
}
#s-66d84404-cf80-41af-ac12-50404abe6923, #wrap-s-66d84404-cf80-41af-ac12-50404abe6923, #wrap-content-s-66d84404-cf80-41af-ac12-50404abe6923 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66d84404-cf80-41af-ac12-50404abe6923 {
  display: none;
}
#s-66d84404-cf80-41af-ac12-50404abe6923, #wrap-s-66d84404-cf80-41af-ac12-50404abe6923, #wrap-content-s-66d84404-cf80-41af-ac12-50404abe6923 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66d84404-cf80-41af-ac12-50404abe6923 {
  display: none;
}
#s-66d84404-cf80-41af-ac12-50404abe6923, #wrap-s-66d84404-cf80-41af-ac12-50404abe6923, #wrap-content-s-66d84404-cf80-41af-ac12-50404abe6923 { display: none !important; }}@media (max-width: 767px){#s-66d84404-cf80-41af-ac12-50404abe6923 {
  display: none;
}
#s-66d84404-cf80-41af-ac12-50404abe6923, #wrap-s-66d84404-cf80-41af-ac12-50404abe6923, #wrap-content-s-66d84404-cf80-41af-ac12-50404abe6923 { display: none !important; }}
@media (min-width: 0px) {
[id="s-66d84404-cf80-41af-ac12-50404abe6923"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-66d84404-cf80-41af-ac12-50404abe6923"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-66d84404-cf80-41af-ac12-50404abe6923"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-66d84404-cf80-41af-ac12-50404abe6923"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-66d84404-cf80-41af-ac12-50404abe6923"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-66d84404-cf80-41af-ac12-50404abe6923"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-66d84404-cf80-41af-ac12-50404abe6923"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  max-width: 50px;
}
}
#s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae 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-d71180c6-f26f-4a71-bcd2-674348e888ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae 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-d71180c6-f26f-4a71-bcd2-674348e888ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae 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-d71180c6-f26f-4a71-bcd2-674348e888ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae 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-d71180c6-f26f-4a71-bcd2-674348e888ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d71180c6-f26f-4a71-bcd2-674348e888ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d71180c6-f26f-4a71-bcd2-674348e888ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d71180c6-f26f-4a71-bcd2-674348e888ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3aca786d-ce23-4ef5-9f16-965fb9559296 {
  margin-left: auto;
margin-right: auto;
}

#s-3aca786d-ce23-4ef5-9f16-965fb9559296 .shg-proportional-font-size,
#s-3aca786d-ce23-4ef5-9f16-965fb9559296 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  max-width: 50px;
}
}
#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 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-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 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-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 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-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 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-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d85cb2-1231-4c38-a4b4-92b34af879a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-36952efc-3538-447e-b993-3a68793a7966 {
  margin-left: auto;
margin-right: auto;
}

#s-36952efc-3538-447e-b993-3a68793a7966 .shg-proportional-font-size,
#s-36952efc-3538-447e-b993-3a68793a7966 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  max-width: 300px;
display: none;
}
#s-89657b96-135c-4c66-9e96-6852b9aa78c5, #wrap-s-89657b96-135c-4c66-9e96-6852b9aa78c5, #wrap-content-s-89657b96-135c-4c66-9e96-6852b9aa78c5 { display: none !important; }}
#s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  margin-bottom: 0px;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-89657b96-135c-4c66-9e96-6852b9aa78c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 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-89657b96-135c-4c66-9e96-6852b9aa78c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 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-89657b96-135c-4c66-9e96-6852b9aa78c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 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-89657b96-135c-4c66-9e96-6852b9aa78c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-89657b96-135c-4c66-9e96-6852b9aa78c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-89657b96-135c-4c66-9e96-6852b9aa78c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89657b96-135c-4c66-9e96-6852b9aa78c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1455ff94-046a-4a46-9a4a-a59eb677b3ad {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}

#s-1455ff94-046a-4a46-9a4a-a59eb677b3ad {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjllZTMzMWMtM2QxZi00YjdhLWE5YmItOTQyNWQ5OTY5NmJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0Mzc2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA1ODhlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiOWVlMzMxYy0zZDFmLTRiN2EtYTliYi05NDI1ZDk5Njk2YmQpIi8+PC9zdmc+);
}








#s-1455ff94-046a-4a46-9a4a-a59eb677b3ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1455ff94-046a-4a46-9a4a-a59eb677b3ad.shg-box.shg-c {
  justify-content: center;
}

#s-938e133e-b24e-4bf1-aa61-c6c7ad9685fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-938e133e-b24e-4bf1-aa61-c6c7ad9685fd {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-938e133e-b24e-4bf1-aa61-c6c7ad9685fd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-938e133e-b24e-4bf1-aa61-c6c7ad9685fd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-447f991d-0f90-401a-a180-aa11630d4b05 {
  margin-left: 24%;
margin-right: 24%;
}
@media (max-width: 767px){#s-447f991d-0f90-401a-a180-aa11630d4b05 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-447f991d-0f90-401a-a180-aa11630d4b05 .shg-proportional-font-size,
#s-447f991d-0f90-401a-a180-aa11630d4b05 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a82f8183-3a90-493a-a467-c668fb21fd27 {
  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-a82f8183-3a90-493a-a467-c668fb21fd27:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a82f8183-3a90-493a-a467-c668fb21fd27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a82f8183-3a90-493a-a467-c668fb21fd27-root {
    text-align: center;
  }


#s-a82f8183-3a90-493a-a467-c668fb21fd27.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a82f8183-3a90-493a-a467-c668fb21fd27-root {
    text-align: center;
  }


#s-a82f8183-3a90-493a-a467-c668fb21fd27.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-a82f8183-3a90-493a-a467-c668fb21fd27-root {
    text-align: center;
  }


#s-a82f8183-3a90-493a-a467-c668fb21fd27.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-a82f8183-3a90-493a-a467-c668fb21fd27-root {
    text-align: center;
  }


#s-a82f8183-3a90-493a-a467-c668fb21fd27.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a82f8183-3a90-493a-a467-c668fb21fd27-root {
    text-align: center;
  }


#s-a82f8183-3a90-493a-a467-c668fb21fd27.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-d0ede616-4228-4792-b964-8691b26fe460 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 75px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-d0ede616-4228-4792-b964-8691b26fe460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ede616-4228-4792-b964-8691b26fe460.shg-box.shg-c {
  justify-content: center;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 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-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 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-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 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-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 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-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b142d87e-14cc-4d76-ae11-1aeb3fa39ce6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bf1767b5-1d1f-4bf6-a4e5-c553eee64def {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-bf1767b5-1d1f-4bf6-a4e5-c553eee64def {
  display: none;
}
#s-bf1767b5-1d1f-4bf6-a4e5-c553eee64def, #wrap-s-bf1767b5-1d1f-4bf6-a4e5-c553eee64def, #wrap-content-s-bf1767b5-1d1f-4bf6-a4e5-c553eee64def { display: none !important; }}
#s-bf1767b5-1d1f-4bf6-a4e5-c553eee64def .shg-proportional-font-size,
#s-bf1767b5-1d1f-4bf6-a4e5-c553eee64def .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-83a5fd60-76c8-4242-aed5-567118b92490 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-83a5fd60-76c8-4242-aed5-567118b92490 {
  display: none;
}
#s-83a5fd60-76c8-4242-aed5-567118b92490, #wrap-s-83a5fd60-76c8-4242-aed5-567118b92490, #wrap-content-s-83a5fd60-76c8-4242-aed5-567118b92490 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83a5fd60-76c8-4242-aed5-567118b92490 {
  display: none;
}
#s-83a5fd60-76c8-4242-aed5-567118b92490, #wrap-s-83a5fd60-76c8-4242-aed5-567118b92490, #wrap-content-s-83a5fd60-76c8-4242-aed5-567118b92490 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83a5fd60-76c8-4242-aed5-567118b92490 {
  display: none;
}
#s-83a5fd60-76c8-4242-aed5-567118b92490, #wrap-s-83a5fd60-76c8-4242-aed5-567118b92490, #wrap-content-s-83a5fd60-76c8-4242-aed5-567118b92490 { display: none !important; }}
#s-83a5fd60-76c8-4242-aed5-567118b92490 .shg-proportional-font-size,
#s-83a5fd60-76c8-4242-aed5-567118b92490 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32d9b359-0a4d-41a5-8079-144075e2ff07 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-32d9b359-0a4d-41a5-8079-144075e2ff07 {
  margin-left: 19%;
margin-right: 19%;
}
}
#s-32d9b359-0a4d-41a5-8079-144075e2ff07 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-32d9b359-0a4d-41a5-8079-144075e2ff07 .shogun-heading-component h1 {
  color: rgba(27, 67, 118, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-76994a2c-3b9d-4102-9415-5af06a704384 {
  margin-left: 24%;
margin-right: 24%;
}
@media (max-width: 767px){#s-76994a2c-3b9d-4102-9415-5af06a704384 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-76994a2c-3b9d-4102-9415-5af06a704384 .shg-proportional-font-size,
#s-76994a2c-3b9d-4102-9415-5af06a704384 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-24fac422-5ba5-49d1-af54-0d8d900040fc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5920da3d-6c7d-476d-af16-c4b4ef1639c0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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;
  }
}
