.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-308a0a30-995c-467a-851b-288cb2dae673 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(253, 252, 251, 1);
}
@media (min-width: 1200px){#s-308a0a30-995c-467a-851b-288cb2dae673 {
  display: none;
}
#s-308a0a30-995c-467a-851b-288cb2dae673, #wrap-s-308a0a30-995c-467a-851b-288cb2dae673, #wrap-content-s-308a0a30-995c-467a-851b-288cb2dae673 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-308a0a30-995c-467a-851b-288cb2dae673 {
  display: none;
}
#s-308a0a30-995c-467a-851b-288cb2dae673, #wrap-s-308a0a30-995c-467a-851b-288cb2dae673, #wrap-content-s-308a0a30-995c-467a-851b-288cb2dae673 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-308a0a30-995c-467a-851b-288cb2dae673 {
  display: none;
}
#s-308a0a30-995c-467a-851b-288cb2dae673, #wrap-s-308a0a30-995c-467a-851b-288cb2dae673, #wrap-content-s-308a0a30-995c-467a-851b-288cb2dae673 { display: none !important; }}@media (max-width: 767px){#s-308a0a30-995c-467a-851b-288cb2dae673 {
  box-shadow:1px 1px 3px 1px rgba(33, 35, 38, 0.4);
}
}







#s-308a0a30-995c-467a-851b-288cb2dae673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-308a0a30-995c-467a-851b-288cb2dae673 {
  cursor: pointer;
}#s-308a0a30-995c-467a-851b-288cb2dae673.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-44c04990-7b56-4501-a54e-95e340da41f5 {
  margin-left: auto;
margin-right: auto;
max-width: 1642px;
text-align: center;
}
@media (max-width: 767px){#s-44c04990-7b56-4501-a54e-95e340da41f5 {
  margin-top: 5px;
max-width: 110px;
}
}
#s-44c04990-7b56-4501-a54e-95e340da41f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44c04990-7b56-4501-a54e-95e340da41f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-44c04990-7b56-4501-a54e-95e340da41f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1642px;

      
    max-width: 1642px;

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




.s-44c04990-7b56-4501-a54e-95e340da41f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-44c04990-7b56-4501-a54e-95e340da41f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44c04990-7b56-4501-a54e-95e340da41f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-44c04990-7b56-4501-a54e-95e340da41f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1642px;

      
    max-width: 1642px;

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




.s-44c04990-7b56-4501-a54e-95e340da41f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-44c04990-7b56-4501-a54e-95e340da41f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44c04990-7b56-4501-a54e-95e340da41f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-44c04990-7b56-4501-a54e-95e340da41f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1642px;

      
    max-width: 1642px;

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




.s-44c04990-7b56-4501-a54e-95e340da41f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-44c04990-7b56-4501-a54e-95e340da41f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44c04990-7b56-4501-a54e-95e340da41f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-44c04990-7b56-4501-a54e-95e340da41f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1642px;

      
    max-width: 1642px;

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




.s-44c04990-7b56-4501-a54e-95e340da41f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-44c04990-7b56-4501-a54e-95e340da41f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-44c04990-7b56-4501-a54e-95e340da41f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-44c04990-7b56-4501-a54e-95e340da41f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-44c04990-7b56-4501-a54e-95e340da41f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1642px;

      
    max-width: 1642px;

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




.s-44c04990-7b56-4501-a54e-95e340da41f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c04990-7b56-4501-a54e-95e340da41f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-8344c689-d980-43c5-b976-c1356441069d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8344c689-d980-43c5-b976-c1356441069d {
  background-color: rgba(253, 252, 251, 1);
}
}
@media (min-width: 0px) {
[id="s-8344c689-d980-43c5-b976-c1356441069d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8344c689-d980-43c5-b976-c1356441069d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8344c689-d980-43c5-b976-c1356441069d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8344c689-d980-43c5-b976-c1356441069d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8344c689-d980-43c5-b976-c1356441069d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8344c689-d980-43c5-b976-c1356441069d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8344c689-d980-43c5-b976-c1356441069d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

.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 ::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-5e31dbb4-aad1-46b1-940a-ddd61608f76e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-5e31dbb4-aad1-46b1-940a-ddd61608f76e {
  margin-top: 0px;
margin-bottom: 0px;
padding-right: 0%;
}
}
#s-5e31dbb4-aad1-46b1-940a-ddd61608f76e .shg-proportional-font-size,
#s-5e31dbb4-aad1-46b1-940a-ddd61608f76e .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-59d42efb-62bc-4465-87c9-8e1826c94956 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 20%;
padding-bottom: 5px;
padding-right: 20%;
border-radius: 30px;
background-color: rgba(214, 143, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-59d42efb-62bc-4465-87c9-8e1826c94956:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59d42efb-62bc-4465-87c9-8e1826c94956:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-59d42efb-62bc-4465-87c9-8e1826c94956 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(214, 143, 66, 1);
hover-type: color;
text-align: left;
}
}

  #s-59d42efb-62bc-4465-87c9-8e1826c94956-root {
    text-align: center;
  }


#s-59d42efb-62bc-4465-87c9-8e1826c94956.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59d42efb-62bc-4465-87c9-8e1826c94956-root {
    text-align: center;
  }


#s-59d42efb-62bc-4465-87c9-8e1826c94956.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59d42efb-62bc-4465-87c9-8e1826c94956-root {
    text-align: center;
  }


#s-59d42efb-62bc-4465-87c9-8e1826c94956.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59d42efb-62bc-4465-87c9-8e1826c94956-root {
    text-align: center;
  }


#s-59d42efb-62bc-4465-87c9-8e1826c94956.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59d42efb-62bc-4465-87c9-8e1826c94956-root {
    text-align: left;
  }


#s-59d42efb-62bc-4465-87c9-8e1826c94956.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}
#s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf {
  
}
}@media (max-width: 767px){#s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf {
  box-shadow:1px 1px 3px 1px rgba(33, 35, 38, 0.4);
display: none;
}
#s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf, #wrap-s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf, #wrap-content-s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf { display: none !important; }}







#s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf {
  cursor: pointer;
}#s-dd4a256b-cd0e-4d91-a1a4-a353686ec1cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c {
  margin-left: auto;
margin-right: auto;
background-color: rgba(253, 252, 251, 1);
}

@media (min-width: 0px) {
[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35025f7c-95eb-4970-b846-8c7b0d0c8c4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  margin-top: 10px;
margin-left: 10%;
max-width: 200px;
text-align: left;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .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-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

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




.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cfe2434-0e5a-4d50-95ae-93de36c1bc99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-caf7c527-d667-4f40-87e3-422d99fc207c {
  margin-left: auto;
margin-right: auto;
}

#s-caf7c527-d667-4f40-87e3-422d99fc207c .shg-proportional-font-size,
#s-caf7c527-d667-4f40-87e3-422d99fc207c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cf521c0e-157b-4891-8f1d-a482d40a4d80 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
border-radius: 30px;
background-color: rgba(214, 143, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cf521c0e-157b-4891-8f1d-a482d40a4d80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf521c0e-157b-4891-8f1d-a482d40a4d80:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cf521c0e-157b-4891-8f1d-a482d40a4d80 {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf521c0e-157b-4891-8f1d-a482d40a4d80 {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf521c0e-157b-4891-8f1d-a482d40a4d80 {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}
}@media (max-width: 767px){#s-cf521c0e-157b-4891-8f1d-a482d40a4d80 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2%;
padding-left: 20%;
padding-bottom: 2%;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-image: none;
background-color: rgba(214, 143, 66, 1);
hover-type: color;
}
}

  #s-cf521c0e-157b-4891-8f1d-a482d40a4d80-root {
    text-align: center;
  }


#s-cf521c0e-157b-4891-8f1d-a482d40a4d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf521c0e-157b-4891-8f1d-a482d40a4d80-root {
    text-align: left;
  }


#s-cf521c0e-157b-4891-8f1d-a482d40a4d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf521c0e-157b-4891-8f1d-a482d40a4d80-root {
    text-align: left;
  }


#s-cf521c0e-157b-4891-8f1d-a482d40a4d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf521c0e-157b-4891-8f1d-a482d40a4d80-root {
    text-align: left;
  }


#s-cf521c0e-157b-4891-8f1d-a482d40a4d80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf521c0e-157b-4891-8f1d-a482d40a4d80-root {
    text-align: center;
  }


#s-cf521c0e-157b-4891-8f1d-a482d40a4d80.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Outfit;
  display:  inline-block ;
}
}
#s-a654bd36-79aa-46fc-b755-2d3c85f56034 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(80, 67, 49, 1);
}
@media (min-width: 1200px){#s-a654bd36-79aa-46fc-b755-2d3c85f56034 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a654bd36-79aa-46fc-b755-2d3c85f56034 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a654bd36-79aa-46fc-b755-2d3c85f56034 {
  
}
}@media (max-width: 767px){#s-a654bd36-79aa-46fc-b755-2d3c85f56034 {
  display: none;
}
#s-a654bd36-79aa-46fc-b755-2d3c85f56034, #wrap-s-a654bd36-79aa-46fc-b755-2d3c85f56034, #wrap-content-s-a654bd36-79aa-46fc-b755-2d3c85f56034 { display: none !important; }}







#s-a654bd36-79aa-46fc-b755-2d3c85f56034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a654bd36-79aa-46fc-b755-2d3c85f56034.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d {
  box-shadow:    rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 65px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
max-width: 1200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d {
  margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d {
  margin-top: 65px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d {
  
}
}@media (max-width: 767px){#s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d {
  display: none;
}
#s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d, #wrap-s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d, #wrap-content-s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d { display: none !important; }}
@media (min-width: 0px) {
[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-sm-1_6 {
  width: calc(13.333333333333336% - 8.0px);
}

[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 8.0px);
}

[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-md-1_6 {
  width: calc(13.333333333333336% - 8.0px);
}

[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 8.0px);
}

[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-lg-1_6 {
  width: calc(13.333333333333336% - 8.0px);
}

[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 8.0px);
}

[id="s-d5f3c2e5-cc86-40c0-bfe0-4c6608c9298d"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 8.0px);
}

}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87ecb0-abcf-483c-b3a2-3502ba0e562c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d47c405c-d50f-408b-99d6-08ab28735877 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-d47c405c-d50f-408b-99d6-08ab28735877 .shg-proportional-font-size,
#s-d47c405c-d50f-408b-99d6-08ab28735877 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cd41420-ec9c-45b6-ae7d-009fd91ef065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b8b3685b-80b9-405c-8452-61a331eded24 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-b8b3685b-80b9-405c-8452-61a331eded24 .shg-proportional-font-size,
#s-b8b3685b-80b9-405c-8452-61a331eded24 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-32876420-67c5-4b8e-9ebe-6675ee1f4030 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

      
    max-width: 50px;

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




.s-32876420-67c5-4b8e-9ebe-6675ee1f4030 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32876420-67c5-4b8e-9ebe-6675ee1f4030.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-be03c53f-ce0c-4407-885e-a39443a152b6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-be03c53f-ce0c-4407-885e-a39443a152b6 .shg-proportional-font-size,
#s-be03c53f-ce0c-4407-885e-a39443a152b6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4f826c01-b4f8-4fe8-a55d-2819672b6c67 {
  margin-left: auto;
margin-right: auto;
min-height: 500px;
background-color: rgba(231, 217, 202, 1);
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-4f826c01-b4f8-4fe8-a55d-2819672b6c67 {
  background-size: contain;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f826c01-b4f8-4fe8-a55d-2819672b6c67 {
  display: none;
}
#s-4f826c01-b4f8-4fe8-a55d-2819672b6c67, #wrap-s-4f826c01-b4f8-4fe8-a55d-2819672b6c67, #wrap-content-s-4f826c01-b4f8-4fe8-a55d-2819672b6c67 { display: none !important; }}@media (max-width: 767px){#s-4f826c01-b4f8-4fe8-a55d-2819672b6c67 {
  display: none;
}
#s-4f826c01-b4f8-4fe8-a55d-2819672b6c67, #wrap-s-4f826c01-b4f8-4fe8-a55d-2819672b6c67, #wrap-content-s-4f826c01-b4f8-4fe8-a55d-2819672b6c67 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4f826c01-b4f8-4fe8-a55d-2819672b6c67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f826c01-b4f8-4fe8-a55d-2819672b6c67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f826c01-b4f8-4fe8-a55d-2819672b6c67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f826c01-b4f8-4fe8-a55d-2819672b6c67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-be5affba-79c4-4b3d-84aa-de6c23fb14fb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(231, 217, 202, 1);
}








#s-be5affba-79c4-4b3d-84aa-de6c23fb14fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be5affba-79c4-4b3d-84aa-de6c23fb14fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87313da1-2d20-4066-865d-dcb145f4173e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-87313da1-2d20-4066-865d-dcb145f4173e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87313da1-2d20-4066-865d-dcb145f4173e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f09a4748-277a-4b3d-aa89-d64a1c947883 {
  margin-left: auto;
margin-right: auto;
}

#s-f09a4748-277a-4b3d-aa89-d64a1c947883 hr {
  border-top: 2px solid rgba(231, 217, 202, 1);
}

.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-06ec6539-1fdb-49d1-bb41-99280dcd07c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-06ec6539-1fdb-49d1-bb41-99280dcd07c1 .shogun-heading-component h1 {
  color: rgb(33, 35, 38);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.25em;
  
  
}


@media (min-width: 1200px){#s-06ec6539-1fdb-49d1-bb41-99280dcd07c1 .shogun-heading-component h1 {
  color: rgb(33, 35, 38);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.25em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-06ec6539-1fdb-49d1-bb41-99280dcd07c1 .shogun-heading-component h1 {
  color: rgb(33, 35, 38);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-06ec6539-1fdb-49d1-bb41-99280dcd07c1 .shogun-heading-component h1 {
  color: rgb(33, 35, 38);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-06ec6539-1fdb-49d1-bb41-99280dcd07c1 .shogun-heading-component h1 {
  color: rgb(33, 35, 38);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}
#s-d05ae07e-78bc-42f8-b307-a13a8f020582 {
  box-shadow:1px 1px 1px 1px rgba(33, 35, 38, 0);
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(80, 67, 49, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d05ae07e-78bc-42f8-b307-a13a8f020582 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-d05ae07e-78bc-42f8-b307-a13a8f020582 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-d05ae07e-78bc-42f8-b307-a13a8f020582 .shg-proportional-font-size,
#s-d05ae07e-78bc-42f8-b307-a13a8f020582 .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-d05ae07e-78bc-42f8-b307-a13a8f020582 .shg-proportional-font-size,
#s-d05ae07e-78bc-42f8-b307-a13a8f020582 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 83;
    
    
    font-size: 0.83em;
  
}
}
#s-37336d6d-fbd8-43ec-9f1a-2a66f50e6c63 {
  margin-left: auto;
margin-right: auto;
}

#s-03d5747e-203d-46db-9585-e33b2c8a9040 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-03d5747e-203d-46db-9585-e33b2c8a9040 {
  display: none;
}
#s-03d5747e-203d-46db-9585-e33b2c8a9040, #wrap-s-03d5747e-203d-46db-9585-e33b2c8a9040, #wrap-content-s-03d5747e-203d-46db-9585-e33b2c8a9040 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03d5747e-203d-46db-9585-e33b2c8a9040 {
  display: none;
}
#s-03d5747e-203d-46db-9585-e33b2c8a9040, #wrap-s-03d5747e-203d-46db-9585-e33b2c8a9040, #wrap-content-s-03d5747e-203d-46db-9585-e33b2c8a9040 { display: none !important; }}@media (max-width: 767px){#s-03d5747e-203d-46db-9585-e33b2c8a9040 {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-03d5747e-203d-46db-9585-e33b2c8a9040 .shg-proportional-font-size,
#s-03d5747e-203d-46db-9585-e33b2c8a9040 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

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

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

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

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

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

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-55a60488-0a42-4390-af4d-7b7902f9ce5e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55a60488-0a42-4390-af4d-7b7902f9ce5e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-55a60488-0a42-4390-af4d-7b7902f9ce5e {
  display: none;
}
#s-55a60488-0a42-4390-af4d-7b7902f9ce5e, #wrap-s-55a60488-0a42-4390-af4d-7b7902f9ce5e, #wrap-content-s-55a60488-0a42-4390-af4d-7b7902f9ce5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55a60488-0a42-4390-af4d-7b7902f9ce5e {
  display: none;
}
#s-55a60488-0a42-4390-af4d-7b7902f9ce5e, #wrap-s-55a60488-0a42-4390-af4d-7b7902f9ce5e, #wrap-content-s-55a60488-0a42-4390-af4d-7b7902f9ce5e { display: none !important; }}@media (max-width: 767px){#s-55a60488-0a42-4390-af4d-7b7902f9ce5e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-55a60488-0a42-4390-af4d-7b7902f9ce5e-atc-btn-wrapper {
    text-align: center;
  }


#s-55a60488-0a42-4390-af4d-7b7902f9ce5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-55a60488-0a42-4390-af4d-7b7902f9ce5e-atc-btn-wrapper {
    text-align: center;
  }


#s-55a60488-0a42-4390-af4d-7b7902f9ce5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-55a60488-0a42-4390-af4d-7b7902f9ce5e-atc-btn-wrapper {
    text-align: center;
  }


#s-55a60488-0a42-4390-af4d-7b7902f9ce5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-55a60488-0a42-4390-af4d-7b7902f9ce5e-atc-btn-wrapper {
    text-align: center;
  }


#s-55a60488-0a42-4390-af4d-7b7902f9ce5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-55a60488-0a42-4390-af4d-7b7902f9ce5e-atc-btn-wrapper {
    text-align: center;
  }


#s-55a60488-0a42-4390-af4d-7b7902f9ce5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-55a60488-0a42-4390-af4d-7b7902f9ce5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cb80e384-44da-487c-891c-8fe254dbf029 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-color: rgb(255, 255, 255);
border-style: none;
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
}
#s-cb80e384-44da-487c-891c-8fe254dbf029:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cb80e384-44da-487c-891c-8fe254dbf029:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-cb80e384-44da-487c-891c-8fe254dbf029 {
  display: none;
}
#s-cb80e384-44da-487c-891c-8fe254dbf029, #wrap-s-cb80e384-44da-487c-891c-8fe254dbf029, #wrap-content-s-cb80e384-44da-487c-891c-8fe254dbf029 { display: none !important; }}@media (max-width: 767px){#s-cb80e384-44da-487c-891c-8fe254dbf029 {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-cb80e384-44da-487c-891c-8fe254dbf029, #wrap-s-cb80e384-44da-487c-891c-8fe254dbf029, #wrap-content-s-cb80e384-44da-487c-891c-8fe254dbf029 { display: none !important; }}

  #s-cb80e384-44da-487c-891c-8fe254dbf029-atc-btn-wrapper {
    text-align: center;
  }


#s-cb80e384-44da-487c-891c-8fe254dbf029 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cb80e384-44da-487c-891c-8fe254dbf029-atc-btn-wrapper {
    text-align: center;
  }


#s-cb80e384-44da-487c-891c-8fe254dbf029 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb80e384-44da-487c-891c-8fe254dbf029-atc-btn-wrapper {
    text-align: center;
  }


#s-cb80e384-44da-487c-891c-8fe254dbf029 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cb80e384-44da-487c-891c-8fe254dbf029-atc-btn-wrapper {
    text-align: center;
  }


#s-cb80e384-44da-487c-891c-8fe254dbf029 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cb80e384-44da-487c-891c-8fe254dbf029-atc-btn-wrapper {
    text-align: center;
  }


#s-cb80e384-44da-487c-891c-8fe254dbf029 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cb80e384-44da-487c-891c-8fe254dbf029.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-187777b0-70f7-4774-9dd8-e7f8c6548701 {
  margin-left: auto;
margin-right: auto;
}

#s-187777b0-70f7-4774-9dd8-e7f8c6548701 hr {
  border-top: 2px solid rgba(231, 217, 202, 1);
}

#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 600px;
background-position: center top;
background-attachment: scroll;
}

#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-image: url(https://i.shgcdn.com/651508c5-2efc-43a0-b63e-b29559bdc94d/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-image: url(https://i.shgcdn.com/651508c5-2efc-43a0-b63e-b29559bdc94d/-/resize/480x/);
}
#s-76a89d0f-29f1-4c28-b877-bd721f060992.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-image: url(https://i.shgcdn.com/651508c5-2efc-43a0-b63e-b29559bdc94d/-/resize/960x/);
}
#s-76a89d0f-29f1-4c28-b877-bd721f060992.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-image: url(https://i.shgcdn.com/651508c5-2efc-43a0-b63e-b29559bdc94d/-/resize/768x/);
}
#s-76a89d0f-29f1-4c28-b877-bd721f060992.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-image: url(https://i.shgcdn.com/651508c5-2efc-43a0-b63e-b29559bdc94d/-/resize/1536x/);
}
#s-76a89d0f-29f1-4c28-b877-bd721f060992.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-image: url(https://i.shgcdn.com/651508c5-2efc-43a0-b63e-b29559bdc94d/-/resize/1024x/);
}
#s-76a89d0f-29f1-4c28-b877-bd721f060992.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-image: url(https://i.shgcdn.com/651508c5-2efc-43a0-b63e-b29559bdc94d/-/resize/2048x/);
}
#s-76a89d0f-29f1-4c28-b877-bd721f060992.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-image: url(https://i.shgcdn.com/651508c5-2efc-43a0-b63e-b29559bdc94d/-/resize/1200x/);
}
#s-76a89d0f-29f1-4c28-b877-bd721f060992.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76a89d0f-29f1-4c28-b877-bd721f060992 {
  background-image: url(https://i.shgcdn.com/651508c5-2efc-43a0-b63e-b29559bdc94d/-/resize/2048x/);
}
#s-76a89d0f-29f1-4c28-b877-bd721f060992.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-76a89d0f-29f1-4c28-b877-bd721f060992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76a89d0f-29f1-4c28-b877-bd721f060992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-677f6ed4-7015-4cfc-a249-9f72724bb1c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-677f6ed4-7015-4cfc-a249-9f72724bb1c5 {
  display: none;
}
#s-677f6ed4-7015-4cfc-a249-9f72724bb1c5, #wrap-s-677f6ed4-7015-4cfc-a249-9f72724bb1c5, #wrap-content-s-677f6ed4-7015-4cfc-a249-9f72724bb1c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-677f6ed4-7015-4cfc-a249-9f72724bb1c5 {
  display: none;
}
#s-677f6ed4-7015-4cfc-a249-9f72724bb1c5, #wrap-s-677f6ed4-7015-4cfc-a249-9f72724bb1c5, #wrap-content-s-677f6ed4-7015-4cfc-a249-9f72724bb1c5 { display: none !important; }}@media (max-width: 767px){#s-677f6ed4-7015-4cfc-a249-9f72724bb1c5 {
  
}
}







#s-677f6ed4-7015-4cfc-a249-9f72724bb1c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-677f6ed4-7015-4cfc-a249-9f72724bb1c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(80, 67, 49, 1);
}
@media (min-width: 1200px){#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f {
  display: none;
}
#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f, #wrap-s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f, #wrap-content-s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f {
  display: none;
}
#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f, #wrap-s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f, #wrap-content-s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f {
  display: none;
}
#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f, #wrap-s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f, #wrap-content-s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f { display: none !important; }}@media (max-width: 767px){#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f {
  box-shadow:    rgba(0, 0, 0, 0);
margin-top: 0px;
padding-top: 85px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
}
}







#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18f9340c-6e2d-4fef-b72c-1d7adaf3a81f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0670ae0-12bb-4557-8051-abc8f4d446ea {
  box-shadow:    rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
max-width: 1200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c0670ae0-12bb-4557-8051-abc8f4d446ea {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-c0670ae0-12bb-4557-8051-abc8f4d446ea, #wrap-s-c0670ae0-12bb-4557-8051-abc8f4d446ea, #wrap-content-s-c0670ae0-12bb-4557-8051-abc8f4d446ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0670ae0-12bb-4557-8051-abc8f4d446ea {
  display: none;
}
#s-c0670ae0-12bb-4557-8051-abc8f4d446ea, #wrap-s-c0670ae0-12bb-4557-8051-abc8f4d446ea, #wrap-content-s-c0670ae0-12bb-4557-8051-abc8f4d446ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0670ae0-12bb-4557-8051-abc8f4d446ea {
  
}
}@media (max-width: 767px){#s-c0670ae0-12bb-4557-8051-abc8f4d446ea {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-c0670ae0-12bb-4557-8051-abc8f4d446ea"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-c0670ae0-12bb-4557-8051-abc8f4d446ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c0670ae0-12bb-4557-8051-abc8f4d446ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c0670ae0-12bb-4557-8051-abc8f4d446ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  max-width: 35px;
}
}
#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21c5de6-c9c0-4359-9b5c-191a802e7de7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-48650f02-7d27-485d-9b4a-af140bccffbe {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (max-width: 767px){#s-48650f02-7d27-485d-9b4a-af140bccffbe {
  margin-bottom: -10px;
padding-left: 3%;
padding-right: 3%;
}
}
#s-48650f02-7d27-485d-9b4a-af140bccffbe .shg-proportional-font-size,
#s-48650f02-7d27-485d-9b4a-af140bccffbe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  max-width: 35px;
}
}
#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5999e958-bd2c-466a-ae7e-1d9b969ecc44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8e7e5945-2ba5-4d24-b4e0-9829683412b1 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (max-width: 767px){#s-8e7e5945-2ba5-4d24-b4e0-9829683412b1 {
  margin-bottom: -10px;
}
}
#s-8e7e5945-2ba5-4d24-b4e0-9829683412b1 .shg-proportional-font-size,
#s-8e7e5945-2ba5-4d24-b4e0-9829683412b1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  max-width: 35px;
}
}
#s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7c5be860-0de9-436e-ace4-2af1a377bd6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-7c5be860-0de9-436e-ace4-2af1a377bd6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c5be860-0de9-436e-ace4-2af1a377bd6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-aec87587-1feb-44af-807b-035ef44f1681 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (max-width: 767px){#s-aec87587-1feb-44af-807b-035ef44f1681 {
  margin-bottom: -10px;
}
}
#s-aec87587-1feb-44af-807b-035ef44f1681 .shg-proportional-font-size,
#s-aec87587-1feb-44af-807b-035ef44f1681 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (min-width: 1200px){#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  display: none;
}
#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0, #wrap-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0, #wrap-content-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  display: none;
}
#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0, #wrap-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0, #wrap-content-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 { display: none !important; }}@media (max-width: 767px){#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  margin-top: 0px;
}
}
#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

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




.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

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




.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

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




.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

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




.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

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




.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0da1b289-892e-4778-8ea2-8a5b1cba54e0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e220d655-1073-4f5a-a425-89bb900ea7b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(241, 235, 229, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e220d655-1073-4f5a-a425-89bb900ea7b8 {
  display: none;
}
#s-e220d655-1073-4f5a-a425-89bb900ea7b8, #wrap-s-e220d655-1073-4f5a-a425-89bb900ea7b8, #wrap-content-s-e220d655-1073-4f5a-a425-89bb900ea7b8 { display: none !important; }}@media (max-width: 767px){#s-e220d655-1073-4f5a-a425-89bb900ea7b8 {
  display: none;
}
#s-e220d655-1073-4f5a-a425-89bb900ea7b8, #wrap-s-e220d655-1073-4f5a-a425-89bb900ea7b8, #wrap-content-s-e220d655-1073-4f5a-a425-89bb900ea7b8 { display: none !important; }}







#s-e220d655-1073-4f5a-a425-89bb900ea7b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e220d655-1073-4f5a-a425-89bb900ea7b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a1f99df-988f-43be-ad9c-c07b743c16a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
text-align: center;
}

#s-3a1f99df-988f-43be-ad9c-c07b743c16a8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a9fbbd6c-3a29-45eb-a5ef-91760f21583d {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}

#s-a9fbbd6c-3a29-45eb-a5ef-91760f21583d .shg-proportional-font-size,
#s-a9fbbd6c-3a29-45eb-a5ef-91760f21583d .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;
}

.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-9815ebbb-87b4-4058-8a62-0a513af67649 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9815ebbb-87b4-4058-8a62-0a513af67649 {
  display: none;
}
#s-9815ebbb-87b4-4058-8a62-0a513af67649, #wrap-s-9815ebbb-87b4-4058-8a62-0a513af67649, #wrap-content-s-9815ebbb-87b4-4058-8a62-0a513af67649 { display: none !important; }}@media (max-width: 767px){#s-9815ebbb-87b4-4058-8a62-0a513af67649 {
  display: none;
}
#s-9815ebbb-87b4-4058-8a62-0a513af67649, #wrap-s-9815ebbb-87b4-4058-8a62-0a513af67649, #wrap-content-s-9815ebbb-87b4-4058-8a62-0a513af67649 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 {
  --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-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-prev,
#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-next {
  
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-prev svg,
#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 .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-9815ebbb-87b4-4058-8a62-0a513af67649 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 {
  --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-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-prev,
#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-next {
  
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-prev svg,
#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9815ebbb-87b4-4058-8a62-0a513af67649 .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-9815ebbb-87b4-4058-8a62-0a513af67649 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  margin-left: auto;
margin-right: auto;
max-width: 799px;
text-align: center;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79a58dd2-edf4-4212-a5c6-fa72862d4393 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-79a58dd2-edf4-4212-a5c6-fa72862d4393 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79a58dd2-edf4-4212-a5c6-fa72862d4393.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  margin-left: auto;
margin-right: auto;
max-width: 799px;
text-align: center;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ca90bca-954b-47f2-93c3-00ec9d2512e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  margin-left: auto;
margin-right: auto;
max-width: 799px;
text-align: center;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b7443c9-ed83-4ddb-96e6-1c86931140a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e5bbe8eb-b267-45c4-9aa3-3edebca00488 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e5bbe8eb-b267-45c4-9aa3-3edebca00488"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e5bbe8eb-b267-45c4-9aa3-3edebca00488"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5bbe8eb-b267-45c4-9aa3-3edebca00488"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5bbe8eb-b267-45c4-9aa3-3edebca00488"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  margin-left: auto;
margin-right: auto;
max-width: 760px;
aspect-ratio: 2/3;
text-align: center;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-04e17118-aefa-47f2-9fb9-6c1a9d62245d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image-container {
      position: relative;
    }

    .s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04e17118-aefa-47f2-9fb9-6c1a9d62245d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 760px;
    }
  }

@media (min-width: 1200px){#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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




.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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




.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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




.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-04e17118-aefa-47f2-9fb9-6c1a9d62245d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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




.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04e17118-aefa-47f2-9fb9-6c1a9d62245d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  margin-left: auto;
margin-right: auto;
max-width: 1948px;
aspect-ratio: 2/3;
text-align: center;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image-container {
      position: relative;
    }

    .s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 1948px;
    }
  }

@media (min-width: 1200px){#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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




.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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




.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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




.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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




.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f96c56c-6bbe-401d-811c-2e2ed1d2831b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  margin-left: auto;
margin-right: auto;
max-width: 766px;
aspect-ratio: 2/3;
text-align: center;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 766px;

      
    max-width: 766px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image-container {
      position: relative;
    }

    .s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 766px;
    }
  }

@media (min-width: 1200px){#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 766px;

      
    max-width: 766px;

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




.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 766px;

      
    max-width: 766px;

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




.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 766px;

      
    max-width: 766px;

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




.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 766px;

      
    max-width: 766px;

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




.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a7c7f1-29f9-48ad-8de8-24c1edf911f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  margin-left: auto;
margin-right: auto;
max-width: 591px;
text-align: center;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 img.shogun-image {
  width: 100%;
  
  
  max-width: 591px;

      
    max-width: 591px;

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




.s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 img.shogun-image {
  width: 100%;
  
  
  max-width: 591px;

      
    max-width: 591px;

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




.s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 img.shogun-image {
  width: 100%;
  
  
  max-width: 591px;

      
    max-width: 591px;

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




.s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 img.shogun-image {
  width: 100%;
  
  
  max-width: 591px;

      
    max-width: 591px;

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




.s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1775d116-4da5-4b91-90f9-c2cd157c8605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1775d116-4da5-4b91-90f9-c2cd157c8605 img.shogun-image {
  width: 100%;
  
  
  max-width: 591px;

      
    max-width: 591px;

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




.s-1775d116-4da5-4b91-90f9-c2cd157c8605 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1775d116-4da5-4b91-90f9-c2cd157c8605.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  margin-left: auto;
margin-right: auto;
max-width: 642px;
aspect-ratio: 2/3;
text-align: center;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image-container {
      position: relative;
    }

    .s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 642px;
    }
  }

@media (min-width: 1200px){#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

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




.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

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




.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

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




.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

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




.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da224e93-ae8a-40fc-ad8e-b20f4d4e8b0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  margin-left: auto;
margin-right: auto;
max-width: 726px;
aspect-ratio: 2/3;
text-align: center;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c936b8a-0e83-42fe-8326-af2e80939f85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image-container {
      position: relative;
    }

    .s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c936b8a-0e83-42fe-8326-af2e80939f85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 726px;
    }
  }

@media (min-width: 1200px){#s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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




.s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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




.s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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




.s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5c936b8a-0e83-42fe-8326-af2e80939f85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c936b8a-0e83-42fe-8326-af2e80939f85 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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




.s-5c936b8a-0e83-42fe-8326-af2e80939f85 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c936b8a-0e83-42fe-8326-af2e80939f85.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-da137c01-fb2b-42d5-934d-ccaec642a8a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-da137c01-fb2b-42d5-934d-ccaec642a8a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da137c01-fb2b-42d5-934d-ccaec642a8a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e8a8702-c8e9-4577-8394-49283d6906e0 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(221, 203, 184, 1);
}
@media (min-width: 1200px){#s-1e8a8702-c8e9-4577-8394-49283d6906e0 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e8a8702-c8e9-4577-8394-49283d6906e0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e8a8702-c8e9-4577-8394-49283d6906e0 {
  display: none;
}
#s-1e8a8702-c8e9-4577-8394-49283d6906e0, #wrap-s-1e8a8702-c8e9-4577-8394-49283d6906e0, #wrap-content-s-1e8a8702-c8e9-4577-8394-49283d6906e0 { display: none !important; }}@media (max-width: 767px){#s-1e8a8702-c8e9-4577-8394-49283d6906e0 {
  display: none;
}
#s-1e8a8702-c8e9-4577-8394-49283d6906e0, #wrap-s-1e8a8702-c8e9-4577-8394-49283d6906e0, #wrap-content-s-1e8a8702-c8e9-4577-8394-49283d6906e0 { display: none !important; }}







#s-1e8a8702-c8e9-4577-8394-49283d6906e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e8a8702-c8e9-4577-8394-49283d6906e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10112a94-1a17-4d80-acf6-cd45ce1564f7 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
text-align: center;
}
@media (min-width: 1200px){#s-10112a94-1a17-4d80-acf6-cd45ce1564f7 {
  padding-top: 75px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10112a94-1a17-4d80-acf6-cd45ce1564f7 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-10112a94-1a17-4d80-acf6-cd45ce1564f7 {
  margin-top: 40px;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
}
#s-10112a94-1a17-4d80-acf6-cd45ce1564f7 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


@media (min-width: 1200px){#s-10112a94-1a17-4d80-acf6-cd45ce1564f7 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-10112a94-1a17-4d80-acf6-cd45ce1564f7 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}


}
#s-ab959a8f-f92d-4a17-a930-a2ae274ba642 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-ab959a8f-f92d-4a17-a930-a2ae274ba642"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab959a8f-f92d-4a17-a930-a2ae274ba642"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ab959a8f-f92d-4a17-a930-a2ae274ba642"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ab959a8f-f92d-4a17-a930-a2ae274ba642"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  margin-top: 20px;
max-width: 100px;
}
}
#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf827099-20e0-4dd9-81e4-f88970d2ccd6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c94028fb-c03d-4dc3-a7a5-88f50a7b7862 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c94028fb-c03d-4dc3-a7a5-88f50a7b7862 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-c94028fb-c03d-4dc3-a7a5-88f50a7b7862 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 1200px){#s-c94028fb-c03d-4dc3-a7a5-88f50a7b7862 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c94028fb-c03d-4dc3-a7a5-88f50a7b7862 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-c94028fb-c03d-4dc3-a7a5-88f50a7b7862 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  margin-top: 20px;
max-width: 100px;
}
}
#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-e983be8b-5d99-41f4-b2e4-cf9633fac93b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e983be8b-5d99-41f4-b2e4-cf9633fac93b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-49b63147-24cd-4b39-802a-01e848df54f3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-49b63147-24cd-4b39-802a-01e848df54f3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-49b63147-24cd-4b39-802a-01e848df54f3 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-49b63147-24cd-4b39-802a-01e848df54f3 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-49b63147-24cd-4b39-802a-01e848df54f3 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-49b63147-24cd-4b39-802a-01e848df54f3 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 100px;
}
}
#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e437222-39fd-4eb7-bc1b-7ae06bccc087.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-aed83de5-aa36-4048-a761-bf59226475ef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-aed83de5-aa36-4048-a761-bf59226475ef {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-aed83de5-aa36-4048-a761-bf59226475ef .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-aed83de5-aa36-4048-a761-bf59226475ef .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aed83de5-aa36-4048-a761-bf59226475ef .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-aed83de5-aa36-4048-a761-bf59226475ef .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-134ac479-699b-4ba4-8927-015c61028cfc {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-134ac479-699b-4ba4-8927-015c61028cfc {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 100px;
}
}
#s-134ac479-699b-4ba4-8927-015c61028cfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-134ac479-699b-4ba4-8927-015c61028cfc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-134ac479-699b-4ba4-8927-015c61028cfc img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-134ac479-699b-4ba4-8927-015c61028cfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-134ac479-699b-4ba4-8927-015c61028cfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-134ac479-699b-4ba4-8927-015c61028cfc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-134ac479-699b-4ba4-8927-015c61028cfc img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-134ac479-699b-4ba4-8927-015c61028cfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-134ac479-699b-4ba4-8927-015c61028cfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-134ac479-699b-4ba4-8927-015c61028cfc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-134ac479-699b-4ba4-8927-015c61028cfc img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-134ac479-699b-4ba4-8927-015c61028cfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-134ac479-699b-4ba4-8927-015c61028cfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-134ac479-699b-4ba4-8927-015c61028cfc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-134ac479-699b-4ba4-8927-015c61028cfc img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-134ac479-699b-4ba4-8927-015c61028cfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-134ac479-699b-4ba4-8927-015c61028cfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-134ac479-699b-4ba4-8927-015c61028cfc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-134ac479-699b-4ba4-8927-015c61028cfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-134ac479-699b-4ba4-8927-015c61028cfc img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-134ac479-699b-4ba4-8927-015c61028cfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-134ac479-699b-4ba4-8927-015c61028cfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f3547bee-9570-4cea-9a57-ee3a98b699f2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f3547bee-9570-4cea-9a57-ee3a98b699f2 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-f3547bee-9570-4cea-9a57-ee3a98b699f2 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-f3547bee-9570-4cea-9a57-ee3a98b699f2 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f3547bee-9570-4cea-9a57-ee3a98b699f2 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-f3547bee-9570-4cea-9a57-ee3a98b699f2 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-c38166ff-62e1-4120-be84-82367fd1fff9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c38166ff-62e1-4120-be84-82367fd1fff9 {
  display: none;
}
#s-c38166ff-62e1-4120-be84-82367fd1fff9, #wrap-s-c38166ff-62e1-4120-be84-82367fd1fff9, #wrap-content-s-c38166ff-62e1-4120-be84-82367fd1fff9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c38166ff-62e1-4120-be84-82367fd1fff9 {
  display: none;
}
#s-c38166ff-62e1-4120-be84-82367fd1fff9, #wrap-s-c38166ff-62e1-4120-be84-82367fd1fff9, #wrap-content-s-c38166ff-62e1-4120-be84-82367fd1fff9 { display: none !important; }}







#s-c38166ff-62e1-4120-be84-82367fd1fff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c38166ff-62e1-4120-be84-82367fd1fff9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b979b69-f5b6-4887-9577-f34e599b6021 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-5b979b69-f5b6-4887-9577-f34e599b6021 {
  display: none;
}
#s-5b979b69-f5b6-4887-9577-f34e599b6021, #wrap-s-5b979b69-f5b6-4887-9577-f34e599b6021, #wrap-content-s-5b979b69-f5b6-4887-9577-f34e599b6021 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b979b69-f5b6-4887-9577-f34e599b6021 {
  display: none;
}
#s-5b979b69-f5b6-4887-9577-f34e599b6021, #wrap-s-5b979b69-f5b6-4887-9577-f34e599b6021, #wrap-content-s-5b979b69-f5b6-4887-9577-f34e599b6021 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b979b69-f5b6-4887-9577-f34e599b6021 {
  text-align: center;
}
}@media (max-width: 767px){#s-5b979b69-f5b6-4887-9577-f34e599b6021 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
}
#s-5b979b69-f5b6-4887-9577-f34e599b6021 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5b979b69-f5b6-4887-9577-f34e599b6021 .shogun-heading-component h1 {
  color: rgb(33, 35, 38);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-5b979b69-f5b6-4887-9577-f34e599b6021 .shogun-heading-component h1 {
  color: rgb(33, 35, 38);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-fe16ca43-b01c-432b-bf1e-e57127176b3b {
  box-shadow:1px 1px 1px 1px rgba(33, 35, 38, 0);
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-bottom: 3px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
background-color: rgba(80, 67, 49, 0);
}
@media (min-width: 1200px){#s-fe16ca43-b01c-432b-bf1e-e57127176b3b {
  display: none;
}
#s-fe16ca43-b01c-432b-bf1e-e57127176b3b, #wrap-s-fe16ca43-b01c-432b-bf1e-e57127176b3b, #wrap-content-s-fe16ca43-b01c-432b-bf1e-e57127176b3b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe16ca43-b01c-432b-bf1e-e57127176b3b {
  display: none;
}
#s-fe16ca43-b01c-432b-bf1e-e57127176b3b, #wrap-s-fe16ca43-b01c-432b-bf1e-e57127176b3b, #wrap-content-s-fe16ca43-b01c-432b-bf1e-e57127176b3b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe16ca43-b01c-432b-bf1e-e57127176b3b {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-fe16ca43-b01c-432b-bf1e-e57127176b3b {
  margin-top: -30px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}
#s-fe16ca43-b01c-432b-bf1e-e57127176b3b .shg-proportional-font-size,
#s-fe16ca43-b01c-432b-bf1e-e57127176b3b .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-fe16ca43-b01c-432b-bf1e-e57127176b3b .shg-proportional-font-size,
#s-fe16ca43-b01c-432b-bf1e-e57127176b3b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 83;
    
    
    font-size: 0.83em;
  
}
}
#s-bd273447-19f8-4b69-94c5-8964de27d7db {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-bd273447-19f8-4b69-94c5-8964de27d7db {
  display: none;
}
#s-bd273447-19f8-4b69-94c5-8964de27d7db, #wrap-s-bd273447-19f8-4b69-94c5-8964de27d7db, #wrap-content-s-bd273447-19f8-4b69-94c5-8964de27d7db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd273447-19f8-4b69-94c5-8964de27d7db {
  display: none;
}
#s-bd273447-19f8-4b69-94c5-8964de27d7db, #wrap-s-bd273447-19f8-4b69-94c5-8964de27d7db, #wrap-content-s-bd273447-19f8-4b69-94c5-8964de27d7db { display: none !important; }}
#s-84a592d9-7449-4a6a-a85d-d222bd95c296 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-84a592d9-7449-4a6a-a85d-d222bd95c296:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-84a592d9-7449-4a6a-a85d-d222bd95c296:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-84a592d9-7449-4a6a-a85d-d222bd95c296 {
  display: none;
}
#s-84a592d9-7449-4a6a-a85d-d222bd95c296, #wrap-s-84a592d9-7449-4a6a-a85d-d222bd95c296, #wrap-content-s-84a592d9-7449-4a6a-a85d-d222bd95c296 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84a592d9-7449-4a6a-a85d-d222bd95c296 {
  display: none;
}
#s-84a592d9-7449-4a6a-a85d-d222bd95c296, #wrap-s-84a592d9-7449-4a6a-a85d-d222bd95c296, #wrap-content-s-84a592d9-7449-4a6a-a85d-d222bd95c296 { display: none !important; }}@media (max-width: 767px){#s-84a592d9-7449-4a6a-a85d-d222bd95c296 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-84a592d9-7449-4a6a-a85d-d222bd95c296-atc-btn-wrapper {
    text-align: center;
  }


#s-84a592d9-7449-4a6a-a85d-d222bd95c296 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-84a592d9-7449-4a6a-a85d-d222bd95c296-atc-btn-wrapper {
    text-align: center;
  }


#s-84a592d9-7449-4a6a-a85d-d222bd95c296 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-84a592d9-7449-4a6a-a85d-d222bd95c296-atc-btn-wrapper {
    text-align: center;
  }


#s-84a592d9-7449-4a6a-a85d-d222bd95c296 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-84a592d9-7449-4a6a-a85d-d222bd95c296-atc-btn-wrapper {
    text-align: center;
  }


#s-84a592d9-7449-4a6a-a85d-d222bd95c296 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-84a592d9-7449-4a6a-a85d-d222bd95c296-atc-btn-wrapper {
    text-align: center;
  }


#s-84a592d9-7449-4a6a-a85d-d222bd95c296 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84a592d9-7449-4a6a-a85d-d222bd95c296.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(231, 217, 202, 1);
}
@media (min-width: 1200px){#s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9 {
  display: none;
}
#s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9, #wrap-s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9, #wrap-content-s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9 {
  display: none;
}
#s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9, #wrap-s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9, #wrap-content-s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9 { display: none !important; }}







#s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f636d6f1-40fd-4e4d-94d6-e9ec169686a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54fd1eb2-d765-4a42-984c-3d1ef8381463 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(80, 67, 49, 1);
}








#s-54fd1eb2-d765-4a42-984c-3d1ef8381463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54fd1eb2-d765-4a42-984c-3d1ef8381463.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc147fa8-6f23-41d7-91f3-3ba506f043b0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-bc147fa8-6f23-41d7-91f3-3ba506f043b0 {
  padding-top: 30px;
}
}
#s-bc147fa8-6f23-41d7-91f3-3ba506f043b0 .shg-proportional-font-size,
#s-bc147fa8-6f23-41d7-91f3-3ba506f043b0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a625dadd-5703-44b1-9d2d-b95a065709aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-a625dadd-5703-44b1-9d2d-b95a065709aa {
  display: none;
}
#s-a625dadd-5703-44b1-9d2d-b95a065709aa, #wrap-s-a625dadd-5703-44b1-9d2d-b95a065709aa, #wrap-content-s-a625dadd-5703-44b1-9d2d-b95a065709aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a625dadd-5703-44b1-9d2d-b95a065709aa {
  display: none;
}
#s-a625dadd-5703-44b1-9d2d-b95a065709aa, #wrap-s-a625dadd-5703-44b1-9d2d-b95a065709aa, #wrap-content-s-a625dadd-5703-44b1-9d2d-b95a065709aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a625dadd-5703-44b1-9d2d-b95a065709aa {
  text-align: center;
}
}@media (max-width: 767px){#s-a625dadd-5703-44b1-9d2d-b95a065709aa {
  padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
text-align: center;
}
}
#s-a625dadd-5703-44b1-9d2d-b95a065709aa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a625dadd-5703-44b1-9d2d-b95a065709aa .shogun-heading-component h1 {
  color: rgb(33, 35, 38);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-a625dadd-5703-44b1-9d2d-b95a065709aa .shogun-heading-component h1 {
  color: rgb(255, 255, 255);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.25em;
  
  
}


}
#s-32034096-9797-4b75-b42e-64ad3c6fcd04 {
  margin-left: auto;
margin-right: auto;
}

#s-32034096-9797-4b75-b42e-64ad3c6fcd04 .shg-proportional-font-size,
#s-32034096-9797-4b75-b42e-64ad3c6fcd04 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2f384826-bc08-485c-928d-e35ebb02724a {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2f384826-bc08-485c-928d-e35ebb02724a {
  display: none;
}
#s-2f384826-bc08-485c-928d-e35ebb02724a, #wrap-s-2f384826-bc08-485c-928d-e35ebb02724a, #wrap-content-s-2f384826-bc08-485c-928d-e35ebb02724a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f384826-bc08-485c-928d-e35ebb02724a {
  display: none;
}
#s-2f384826-bc08-485c-928d-e35ebb02724a, #wrap-s-2f384826-bc08-485c-928d-e35ebb02724a, #wrap-content-s-2f384826-bc08-485c-928d-e35ebb02724a { display: none !important; }}@media (max-width: 767px){#s-2f384826-bc08-485c-928d-e35ebb02724a {
  padding-top: 10px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a {
  --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-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-prev,
#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-next {
  
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-prev svg,
#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a .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-2f384826-bc08-485c-928d-e35ebb02724a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a {
  --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-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-prev,
#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-next {
  
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-prev svg,
#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a .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-2f384826-bc08-485c-928d-e35ebb02724a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a {
  --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-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-prev,
#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-next {
  
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-prev svg,
#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2f384826-bc08-485c-928d-e35ebb02724a .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-2f384826-bc08-485c-928d-e35ebb02724a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  margin-left: auto;
margin-right: auto;
max-width: 799px;
text-align: center;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-205f8a6a-9a5d-4f3f-a350-32a45f88977e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-205f8a6a-9a5d-4f3f-a350-32a45f88977e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  margin-left: auto;
margin-right: auto;
max-width: 799px;
text-align: center;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d6361035-d1c2-4199-9eba-daa6ec775a0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-d6361035-d1c2-4199-9eba-daa6ec775a0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6361035-d1c2-4199-9eba-daa6ec775a0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  margin-left: auto;
margin-right: auto;
max-width: 799px;
text-align: center;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1222e06c-ea07-4550-81b0-08dc05c881fc img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-1222e06c-ea07-4550-81b0-08dc05c881fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1222e06c-ea07-4550-81b0-08dc05c881fc img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-1222e06c-ea07-4550-81b0-08dc05c881fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1222e06c-ea07-4550-81b0-08dc05c881fc img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-1222e06c-ea07-4550-81b0-08dc05c881fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1222e06c-ea07-4550-81b0-08dc05c881fc img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-1222e06c-ea07-4550-81b0-08dc05c881fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1222e06c-ea07-4550-81b0-08dc05c881fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1222e06c-ea07-4550-81b0-08dc05c881fc img.shogun-image {
  width: 100%;
  
  
  max-width: 799px;

      
    max-width: 799px;

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




.s-1222e06c-ea07-4550-81b0-08dc05c881fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1222e06c-ea07-4550-81b0-08dc05c881fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-19e1e623-7cf0-40e7-9082-1a175783c08b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-19e1e623-7cf0-40e7-9082-1a175783c08b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-19e1e623-7cf0-40e7-9082-1a175783c08b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19e1e623-7cf0-40e7-9082-1a175783c08b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19e1e623-7cf0-40e7-9082-1a175783c08b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  margin-left: auto;
margin-right: auto;
max-width: 760px;
text-align: center;
}
@media (max-width: 767px){#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  aspect-ratio: 2/3;
}
}
#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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




.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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




.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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




.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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




.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb img.shogun-image {
  width: 100%;
  
  
  max-width: 760px;

      
    max-width: 760px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ae133b7-e55b-4785-8389-3b206f5a1cfb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ae133b7-e55b-4785-8389-3b206f5a1cfb {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image-container {
      position: relative;
    }

    .s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ae133b7-e55b-4785-8389-3b206f5a1cfb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ae133b7-e55b-4785-8389-3b206f5a1cfb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 760px;
    }
  }

}
#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  margin-left: auto;
margin-right: auto;
max-width: 726px;
text-align: center;
}
@media (max-width: 767px){#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  aspect-ratio: 2/3;
}
}
#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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




.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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




.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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




.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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




.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 img.shogun-image {
  width: 100%;
  
  
  max-width: 726px;

      
    max-width: 726px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image-container {
      position: relative;
    }

    .s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-956d2d39-9f0b-41c1-8f7d-f45fea730f04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-956d2d39-9f0b-41c1-8f7d-f45fea730f04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 726px;
    }
  }

}
#s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c76c6a07-390c-460f-b7f0-eb58602829e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c76c6a07-390c-460f-b7f0-eb58602829e4 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c76c6a07-390c-460f-b7f0-eb58602829e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76c6a07-390c-460f-b7f0-eb58602829e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  margin-left: auto;
margin-right: auto;
max-width: 730px;
text-align: center;
}
@media (max-width: 767px){#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  aspect-ratio: 2/3;
}
}
#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 img.shogun-image {
  width: 100%;
  
  
  max-width: 730px;

      
    max-width: 730px;

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




.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 img.shogun-image {
  width: 100%;
  
  
  max-width: 730px;

      
    max-width: 730px;

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




.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 img.shogun-image {
  width: 100%;
  
  
  max-width: 730px;

      
    max-width: 730px;

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




.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 img.shogun-image {
  width: 100%;
  
  
  max-width: 730px;

      
    max-width: 730px;

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




.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 img.shogun-image {
  width: 100%;
  
  
  max-width: 730px;

      
    max-width: 730px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image-container {
      position: relative;
    }

    .s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe38d5b7-c8d0-43e7-a436-6364c238aa42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe38d5b7-c8d0-43e7-a436-6364c238aa42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 730px;
    }
  }

}
#s-a21d89e5-d373-413a-9a45-254831e56271 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-a21d89e5-d373-413a-9a45-254831e56271 {
  aspect-ratio: 2/3;
}
}
#s-a21d89e5-d373-413a-9a45-254831e56271 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a21d89e5-d373-413a-9a45-254831e56271-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a21d89e5-d373-413a-9a45-254831e56271 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a21d89e5-d373-413a-9a45-254831e56271 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-a21d89e5-d373-413a-9a45-254831e56271 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a21d89e5-d373-413a-9a45-254831e56271 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a21d89e5-d373-413a-9a45-254831e56271-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a21d89e5-d373-413a-9a45-254831e56271 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a21d89e5-d373-413a-9a45-254831e56271 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-a21d89e5-d373-413a-9a45-254831e56271 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a21d89e5-d373-413a-9a45-254831e56271 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a21d89e5-d373-413a-9a45-254831e56271-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a21d89e5-d373-413a-9a45-254831e56271 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a21d89e5-d373-413a-9a45-254831e56271 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-a21d89e5-d373-413a-9a45-254831e56271 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a21d89e5-d373-413a-9a45-254831e56271 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a21d89e5-d373-413a-9a45-254831e56271-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a21d89e5-d373-413a-9a45-254831e56271 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a21d89e5-d373-413a-9a45-254831e56271 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-a21d89e5-d373-413a-9a45-254831e56271 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a21d89e5-d373-413a-9a45-254831e56271 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a21d89e5-d373-413a-9a45-254831e56271-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a21d89e5-d373-413a-9a45-254831e56271 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a21d89e5-d373-413a-9a45-254831e56271 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a21d89e5-d373-413a-9a45-254831e56271 img.shogun-image {
  width: 100%;
  
  
  

      
    

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a21d89e5-d373-413a-9a45-254831e56271 .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-a21d89e5-d373-413a-9a45-254831e56271 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a21d89e5-d373-413a-9a45-254831e56271 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-a21d89e5-d373-413a-9a45-254831e56271 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a21d89e5-d373-413a-9a45-254831e56271 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image-container {
      position: relative;
    }

    .s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a21d89e5-d373-413a-9a45-254831e56271.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a21d89e5-d373-413a-9a45-254831e56271 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  margin-left: auto;
margin-right: auto;
max-width: 1948px;
text-align: center;
}
@media (max-width: 767px){#s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  aspect-ratio: 2/3;
}
}
#s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9700055-4e92-4c0c-a758-c2a268263c56 img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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




.s-a9700055-4e92-4c0c-a758-c2a268263c56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9700055-4e92-4c0c-a758-c2a268263c56 img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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




.s-a9700055-4e92-4c0c-a758-c2a268263c56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9700055-4e92-4c0c-a758-c2a268263c56 img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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




.s-a9700055-4e92-4c0c-a758-c2a268263c56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9700055-4e92-4c0c-a758-c2a268263c56 img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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




.s-a9700055-4e92-4c0c-a758-c2a268263c56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9700055-4e92-4c0c-a758-c2a268263c56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9700055-4e92-4c0c-a758-c2a268263c56 img.shogun-image {
  width: 100%;
  
  
  max-width: 1948px;

      
    max-width: 1948px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9700055-4e92-4c0c-a758-c2a268263c56 .shg-inner-inline-image {   
      aspect-ratio: 2/3;
    }

    #s-a9700055-4e92-4c0c-a758-c2a268263c56 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      
    }
  }

  .s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9700055-4e92-4c0c-a758-c2a268263c56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-a9700055-4e92-4c0c-a758-c2a268263c56 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9700055-4e92-4c0c-a758-c2a268263c56 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image-container {
      position: relative;
    }

    .s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9700055-4e92-4c0c-a758-c2a268263c56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9700055-4e92-4c0c-a758-c2a268263c56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 1948px;
    }
  }

}
#s-3499c7ba-30de-47bb-a6cf-25b48d0f54fb {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
text-align: center;
}
@media (min-width: 1200px){#s-3499c7ba-30de-47bb-a6cf-25b48d0f54fb {
  padding-top: 75px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3499c7ba-30de-47bb-a6cf-25b48d0f54fb {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-3499c7ba-30de-47bb-a6cf-25b48d0f54fb {
  margin-top: 40px;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
}
#s-3499c7ba-30de-47bb-a6cf-25b48d0f54fb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  
}


@media (min-width: 1200px){#s-3499c7ba-30de-47bb-a6cf-25b48d0f54fb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-3499c7ba-30de-47bb-a6cf-25b48d0f54fb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}


}
#s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76 {
  
}
}@media (max-width: 767px){#s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76 {
  margin-top: 0px;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
display: none;
}
#s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76, #wrap-s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76, #wrap-content-s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 768px) {
[id="s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-1a7e0c0d-5805-45b0-bb2d-79c2089b4e76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  max-width: 100px;
}
}@media (max-width: 767px){#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  margin-top: 20px;
max-width: 100px;
}
}
#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-68bb1313-f937-4d5e-a409-b1b394a0a0ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68bb1313-f937-4d5e-a409-b1b394a0a0ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-94f8442f-71ac-447e-9453-88a88c4ae9c0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-94f8442f-71ac-447e-9453-88a88c4ae9c0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-94f8442f-71ac-447e-9453-88a88c4ae9c0 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-94f8442f-71ac-447e-9453-88a88c4ae9c0 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-94f8442f-71ac-447e-9453-88a88c4ae9c0 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-94f8442f-71ac-447e-9453-88a88c4ae9c0 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  max-width: 100px;
}
}@media (max-width: 767px){#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  margin-top: 20px;
max-width: 100px;
}
}
#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a975d3-85cf-4e1b-8907-4511d1c54b7c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-09f85a8a-6094-4399-b231-f5b79adc0285 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-09f85a8a-6094-4399-b231-f5b79adc0285 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-09f85a8a-6094-4399-b231-f5b79adc0285 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-09f85a8a-6094-4399-b231-f5b79adc0285 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-09f85a8a-6094-4399-b231-f5b79adc0285 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-09f85a8a-6094-4399-b231-f5b79adc0285 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  max-width: 100px;
}
}@media (max-width: 767px){#s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 100px;
}
}
#s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-28e82ac5-3bc9-4b07-82c5-08673c41469d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-28e82ac5-3bc9-4b07-82c5-08673c41469d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28e82ac5-3bc9-4b07-82c5-08673c41469d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7c66580b-0d72-4620-a716-7ca7a55a83d4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7c66580b-0d72-4620-a716-7ca7a55a83d4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-7c66580b-0d72-4620-a716-7ca7a55a83d4 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-7c66580b-0d72-4620-a716-7ca7a55a83d4 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7c66580b-0d72-4620-a716-7ca7a55a83d4 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-7c66580b-0d72-4620-a716-7ca7a55a83d4 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 100px;
}
}
#s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-c181b2f5-65f6-4a55-ac55-de76bd309912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c181b2f5-65f6-4a55-ac55-de76bd309912 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-c181b2f5-65f6-4a55-ac55-de76bd309912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c181b2f5-65f6-4a55-ac55-de76bd309912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3da40ff7-055f-4804-9b3c-2a94b0060e8a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3da40ff7-055f-4804-9b3c-2a94b0060e8a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-3da40ff7-055f-4804-9b3c-2a94b0060e8a .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-3da40ff7-055f-4804-9b3c-2a94b0060e8a .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3da40ff7-055f-4804-9b3c-2a94b0060e8a .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-3da40ff7-055f-4804-9b3c-2a94b0060e8a .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-36cf0b49-361a-462c-892d-e3d8f85a4d27 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-36cf0b49-361a-462c-892d-e3d8f85a4d27 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-36cf0b49-361a-462c-892d-e3d8f85a4d27 {
  display: none;
}
#s-36cf0b49-361a-462c-892d-e3d8f85a4d27, #wrap-s-36cf0b49-361a-462c-892d-e3d8f85a4d27, #wrap-content-s-36cf0b49-361a-462c-892d-e3d8f85a4d27 { display: none !important; }}@media (max-width: 767px){#s-36cf0b49-361a-462c-892d-e3d8f85a4d27 {
  margin-top: 0px;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-36cf0b49-361a-462c-892d-e3d8f85a4d27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-36cf0b49-361a-462c-892d-e3d8f85a4d27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-36cf0b49-361a-462c-892d-e3d8f85a4d27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-36cf0b49-361a-462c-892d-e3d8f85a4d27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  margin-top: 20px;
max-width: 100px;
}
}
#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd2443e1-6ef0-4ef4-8a62-2a191c67ff00.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ddec6880-92bb-492e-95f7-c819db02b2e5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ddec6880-92bb-492e-95f7-c819db02b2e5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ddec6880-92bb-492e-95f7-c819db02b2e5 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-ddec6880-92bb-492e-95f7-c819db02b2e5 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ddec6880-92bb-492e-95f7-c819db02b2e5 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-ddec6880-92bb-492e-95f7-c819db02b2e5 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  max-width: 100px;
}
}@media (max-width: 767px){#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  margin-top: 20px;
max-width: 100px;
}
}
#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-3f5a2738-0556-4e4b-8dfe-addca9e8638f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f5a2738-0556-4e4b-8dfe-addca9e8638f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-678d645d-84da-4f73-9117-8871383feef3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-678d645d-84da-4f73-9117-8871383feef3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-678d645d-84da-4f73-9117-8871383feef3 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-678d645d-84da-4f73-9117-8871383feef3 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-678d645d-84da-4f73-9117-8871383feef3 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-678d645d-84da-4f73-9117-8871383feef3 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 100px;
}
}
#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0150ebbb-fb8d-487d-b2cc-1e8fab783258.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fa7ea7f7-63c9-4bc9-9583-174d0776a746 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fa7ea7f7-63c9-4bc9-9583-174d0776a746 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-fa7ea7f7-63c9-4bc9-9583-174d0776a746 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-fa7ea7f7-63c9-4bc9-9583-174d0776a746 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fa7ea7f7-63c9-4bc9-9583-174d0776a746 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-fa7ea7f7-63c9-4bc9-9583-174d0776a746 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  margin-left: auto;
margin-right: auto;
max-width: 125px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  max-width: 100px;
}
}@media (max-width: 767px){#s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 100px;
}
}
#s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a32a544c-4ff6-412b-8e65-187e5268f12f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a32a544c-4ff6-412b-8e65-187e5268f12f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a32a544c-4ff6-412b-8e65-187e5268f12f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a32a544c-4ff6-412b-8e65-187e5268f12f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a32a544c-4ff6-412b-8e65-187e5268f12f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a32a544c-4ff6-412b-8e65-187e5268f12f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a32a544c-4ff6-412b-8e65-187e5268f12f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a32a544c-4ff6-412b-8e65-187e5268f12f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-a32a544c-4ff6-412b-8e65-187e5268f12f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-a32a544c-4ff6-412b-8e65-187e5268f12f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a32a544c-4ff6-412b-8e65-187e5268f12f img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

      
    max-width: 125px;

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




.s-a32a544c-4ff6-412b-8e65-187e5268f12f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a32a544c-4ff6-412b-8e65-187e5268f12f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-561cec74-1d99-49de-841c-b31b0b1805c8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-561cec74-1d99-49de-841c-b31b0b1805c8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-561cec74-1d99-49de-841c-b31b0b1805c8 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-561cec74-1d99-49de-841c-b31b0b1805c8 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-561cec74-1d99-49de-841c-b31b0b1805c8 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-561cec74-1d99-49de-841c-b31b0b1805c8 .shogun-heading-component h4 {
  
  font-weight:  500 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010 {
  display: none;
}
#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010, #wrap-s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010, #wrap-content-s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010 {
  display: none;
}
#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010, #wrap-s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010, #wrap-content-s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010 {
  max-width: 800px;
}
}@media (max-width: 767px){#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010 {
  display: none;
}
#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010, #wrap-s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010, #wrap-content-s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010 { display: none !important; }}







#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fc7c3f9-a6fe-481b-a0f4-02edd2e6a010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97dfd6d2-b48b-4402-8abb-554c15d4bce4 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-97dfd6d2-b48b-4402-8abb-554c15d4bce4 {
  display: none;
}
#s-97dfd6d2-b48b-4402-8abb-554c15d4bce4, #wrap-s-97dfd6d2-b48b-4402-8abb-554c15d4bce4, #wrap-content-s-97dfd6d2-b48b-4402-8abb-554c15d4bce4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97dfd6d2-b48b-4402-8abb-554c15d4bce4 {
  display: none;
}
#s-97dfd6d2-b48b-4402-8abb-554c15d4bce4, #wrap-s-97dfd6d2-b48b-4402-8abb-554c15d4bce4, #wrap-content-s-97dfd6d2-b48b-4402-8abb-554c15d4bce4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97dfd6d2-b48b-4402-8abb-554c15d4bce4 {
  margin-top: 50px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-97dfd6d2-b48b-4402-8abb-554c15d4bce4 {
  display: none;
}
#s-97dfd6d2-b48b-4402-8abb-554c15d4bce4, #wrap-s-97dfd6d2-b48b-4402-8abb-554c15d4bce4, #wrap-content-s-97dfd6d2-b48b-4402-8abb-554c15d4bce4 { display: none !important; }}
#s-97dfd6d2-b48b-4402-8abb-554c15d4bce4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  max-width: 600px;
}
}
#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-918ada98-350b-4f7d-ab06-b8a82f34e6f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-deb39883-ec1e-43f1-9aa5-323e90605918 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-deb39883-ec1e-43f1-9aa5-323e90605918 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-deb39883-ec1e-43f1-9aa5-323e90605918 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-deb39883-ec1e-43f1-9aa5-323e90605918 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-deb39883-ec1e-43f1-9aa5-323e90605918 {
  display: none;
}
#s-deb39883-ec1e-43f1-9aa5-323e90605918, #wrap-s-deb39883-ec1e-43f1-9aa5-323e90605918, #wrap-content-s-deb39883-ec1e-43f1-9aa5-323e90605918 { display: none !important; }}
#s-deb39883-ec1e-43f1-9aa5-323e90605918 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.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 ::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-8fc5be76-8433-4a85-9025-ec9c8b45e84b {
  border-style: solid;
margin-top: auto;
margin-left: 30px;
margin-bottom: auto;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-8fc5be76-8433-4a85-9025-ec9c8b45e84b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fc5be76-8433-4a85-9025-ec9c8b45e84b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fc5be76-8433-4a85-9025-ec9c8b45e84b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-8fc5be76-8433-4a85-9025-ec9c8b45e84b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4 {
  display: none;
}
#s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4, #wrap-s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4, #wrap-content-s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4 {
  display: none;
}
#s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4, #wrap-s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4, #wrap-content-s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4 {
  margin-top: 10px;
padding-left: 5%;
padding-right: 5%;
max-width: 800px;
}
}@media (max-width: 767px){#s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b88793ea-396a-4fc1-9e34-0ffc9bfeb5f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-b9c48fc2-d0c1-4fbb-b5de-626b6685fae2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b9c48fc2-d0c1-4fbb-b5de-626b6685fae2 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-b9c48fc2-d0c1-4fbb-b5de-626b6685fae2 .shogun-icon-wrapper {
  text-align: center;
}


#s-b9c48fc2-d0c1-4fbb-b5de-626b6685fae2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9c48fc2-d0c1-4fbb-b5de-626b6685fae2 .shogun-icon-wrapper {
  text-align: center;
}


#s-b9c48fc2-d0c1-4fbb-b5de-626b6685fae2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-b9c48fc2-d0c1-4fbb-b5de-626b6685fae2 .shogun-icon-wrapper {
  text-align: center;
}


#s-b9c48fc2-d0c1-4fbb-b5de-626b6685fae2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-43689d46-53f8-4890-b73e-c95e0f3946ee {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-43689d46-53f8-4890-b73e-c95e0f3946ee {
  margin-bottom: -15px;
}
}
#s-43689d46-53f8-4890-b73e-c95e0f3946ee .shg-proportional-font-size,
#s-43689d46-53f8-4890-b73e-c95e0f3946ee .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-be324443-ddea-4306-9f00-ccca8666c09e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-be324443-ddea-4306-9f00-ccca8666c09e {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-be324443-ddea-4306-9f00-ccca8666c09e .shg-proportional-font-size,
#s-be324443-ddea-4306-9f00-ccca8666c09e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a7efe581-ef4b-43eb-aaeb-402df17fd02c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a7efe581-ef4b-43eb-aaeb-402df17fd02c {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-a7efe581-ef4b-43eb-aaeb-402df17fd02c .shogun-icon-wrapper {
  text-align: center;
}


#s-a7efe581-ef4b-43eb-aaeb-402df17fd02c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7efe581-ef4b-43eb-aaeb-402df17fd02c .shogun-icon-wrapper {
  text-align: center;
}


#s-a7efe581-ef4b-43eb-aaeb-402df17fd02c .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-a7efe581-ef4b-43eb-aaeb-402df17fd02c .shogun-icon-wrapper {
  text-align: center;
}


#s-a7efe581-ef4b-43eb-aaeb-402df17fd02c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-8607f86b-288d-4cb1-8ab0-39d419fad67f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8607f86b-288d-4cb1-8ab0-39d419fad67f {
  margin-bottom: -15px;
}
}
#s-8607f86b-288d-4cb1-8ab0-39d419fad67f .shg-proportional-font-size,
#s-8607f86b-288d-4cb1-8ab0-39d419fad67f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cf9bd6ff-ce4d-4d2d-9b2e-083e723d96d5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cf9bd6ff-ce4d-4d2d-9b2e-083e723d96d5 {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-cf9bd6ff-ce4d-4d2d-9b2e-083e723d96d5 .shg-proportional-font-size,
#s-cf9bd6ff-ce4d-4d2d-9b2e-083e723d96d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-277b6417-ce41-4fe0-a519-d4be19f71fd3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-277b6417-ce41-4fe0-a519-d4be19f71fd3 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-277b6417-ce41-4fe0-a519-d4be19f71fd3 .shogun-icon-wrapper {
  text-align: center;
}


#s-277b6417-ce41-4fe0-a519-d4be19f71fd3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-277b6417-ce41-4fe0-a519-d4be19f71fd3 .shogun-icon-wrapper {
  text-align: center;
}


#s-277b6417-ce41-4fe0-a519-d4be19f71fd3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-277b6417-ce41-4fe0-a519-d4be19f71fd3 .shogun-icon-wrapper {
  text-align: center;
}


#s-277b6417-ce41-4fe0-a519-d4be19f71fd3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-ccaddbee-3f41-41ac-8ea3-27305ac930bc {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccaddbee-3f41-41ac-8ea3-27305ac930bc {
  margin-bottom: -15px;
}
}
#s-ccaddbee-3f41-41ac-8ea3-27305ac930bc .shg-proportional-font-size,
#s-ccaddbee-3f41-41ac-8ea3-27305ac930bc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c8f2efd2-36e8-4137-bec0-fe9e05fe8057 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c8f2efd2-36e8-4137-bec0-fe9e05fe8057 {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-c8f2efd2-36e8-4137-bec0-fe9e05fe8057 .shg-proportional-font-size,
#s-c8f2efd2-36e8-4137-bec0-fe9e05fe8057 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1043b4e6-e2c7-4188-b697-91ad8aecea2b {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-1043b4e6-e2c7-4188-b697-91ad8aecea2b {
  display: none;
}
#s-1043b4e6-e2c7-4188-b697-91ad8aecea2b, #wrap-s-1043b4e6-e2c7-4188-b697-91ad8aecea2b, #wrap-content-s-1043b4e6-e2c7-4188-b697-91ad8aecea2b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1043b4e6-e2c7-4188-b697-91ad8aecea2b {
  display: none;
}
#s-1043b4e6-e2c7-4188-b697-91ad8aecea2b, #wrap-s-1043b4e6-e2c7-4188-b697-91ad8aecea2b, #wrap-content-s-1043b4e6-e2c7-4188-b697-91ad8aecea2b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1043b4e6-e2c7-4188-b697-91ad8aecea2b {
  display: none;
}
#s-1043b4e6-e2c7-4188-b697-91ad8aecea2b, #wrap-s-1043b4e6-e2c7-4188-b697-91ad8aecea2b, #wrap-content-s-1043b4e6-e2c7-4188-b697-91ad8aecea2b { display: none !important; }}@media (max-width: 767px){#s-1043b4e6-e2c7-4188-b697-91ad8aecea2b {
  margin-top: 60px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-1043b4e6-e2c7-4188-b697-91ad8aecea2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1043b4e6-e2c7-4188-b697-91ad8aecea2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1043b4e6-e2c7-4188-b697-91ad8aecea2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1043b4e6-e2c7-4188-b697-91ad8aecea2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1043b4e6-e2c7-4188-b697-91ad8aecea2b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-78c1f83f-c902-43b7-8d57-ab344348fd59 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-78c1f83f-c902-43b7-8d57-ab344348fd59 {
  display: none;
}
#s-78c1f83f-c902-43b7-8d57-ab344348fd59, #wrap-s-78c1f83f-c902-43b7-8d57-ab344348fd59, #wrap-content-s-78c1f83f-c902-43b7-8d57-ab344348fd59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78c1f83f-c902-43b7-8d57-ab344348fd59 {
  display: none;
}
#s-78c1f83f-c902-43b7-8d57-ab344348fd59, #wrap-s-78c1f83f-c902-43b7-8d57-ab344348fd59, #wrap-content-s-78c1f83f-c902-43b7-8d57-ab344348fd59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78c1f83f-c902-43b7-8d57-ab344348fd59 {
  display: none;
}
#s-78c1f83f-c902-43b7-8d57-ab344348fd59, #wrap-s-78c1f83f-c902-43b7-8d57-ab344348fd59, #wrap-content-s-78c1f83f-c902-43b7-8d57-ab344348fd59 { display: none !important; }}@media (max-width: 767px){#s-78c1f83f-c902-43b7-8d57-ab344348fd59 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}
}
#s-78c1f83f-c902-43b7-8d57-ab344348fd59 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-78c1f83f-c902-43b7-8d57-ab344348fd59 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-376dc427-be5f-4d60-ae7e-6b62c7344043 {
  border-style: solid;
margin-top: auto;
margin-left: 30px;
margin-bottom: auto;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-376dc427-be5f-4d60-ae7e-6b62c7344043 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-376dc427-be5f-4d60-ae7e-6b62c7344043 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-376dc427-be5f-4d60-ae7e-6b62c7344043 {
  
}
}@media (max-width: 767px){#s-376dc427-be5f-4d60-ae7e-6b62c7344043 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
}
#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 {
  display: none;
}
#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50, #wrap-s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50, #wrap-content-s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 {
  display: none;
}
#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50, #wrap-s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50, #wrap-content-s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 {
  display: none;
}
#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50, #wrap-s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50, #wrap-content-s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 { display: none !important; }}@media (max-width: 767px){#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}
}
#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-9e83a2a7-bc16-49de-9c5f-8fcd525b8e50 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9f2789-a52a-4570-93c4-ab5068fb8b87.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e7eb9292-6d32-4397-b532-b13f436a60b2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-e7eb9292-6d32-4397-b532-b13f436a60b2 {
  display: none;
}
#s-e7eb9292-6d32-4397-b532-b13f436a60b2, #wrap-s-e7eb9292-6d32-4397-b532-b13f436a60b2, #wrap-content-s-e7eb9292-6d32-4397-b532-b13f436a60b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7eb9292-6d32-4397-b532-b13f436a60b2 {
  display: none;
}
#s-e7eb9292-6d32-4397-b532-b13f436a60b2, #wrap-s-e7eb9292-6d32-4397-b532-b13f436a60b2, #wrap-content-s-e7eb9292-6d32-4397-b532-b13f436a60b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7eb9292-6d32-4397-b532-b13f436a60b2 {
  padding-left: 5%;
padding-right: 5%;
max-width: 800px;
}
}@media (max-width: 767px){#s-e7eb9292-6d32-4397-b532-b13f436a60b2 {
  display: none;
}
#s-e7eb9292-6d32-4397-b532-b13f436a60b2, #wrap-s-e7eb9292-6d32-4397-b532-b13f436a60b2, #wrap-content-s-e7eb9292-6d32-4397-b532-b13f436a60b2 { display: none !important; }}







#s-e7eb9292-6d32-4397-b532-b13f436a60b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7eb9292-6d32-4397-b532-b13f436a60b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  display: none;
}
#s-5be18acb-f462-4725-91c5-13908c76fd59, #wrap-s-5be18acb-f462-4725-91c5-13908c76fd59, #wrap-content-s-5be18acb-f462-4725-91c5-13908c76fd59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  display: none;
}
#s-5be18acb-f462-4725-91c5-13908c76fd59, #wrap-s-5be18acb-f462-4725-91c5-13908c76fd59, #wrap-content-s-5be18acb-f462-4725-91c5-13908c76fd59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  margin-top: 60px;
max-width: 600px;
}
}@media (max-width: 767px){#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-5be18acb-f462-4725-91c5-13908c76fd59, #wrap-s-5be18acb-f462-4725-91c5-13908c76fd59, #wrap-content-s-5be18acb-f462-4725-91c5-13908c76fd59 { display: none !important; }}
#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5be18acb-f462-4725-91c5-13908c76fd59 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5be18acb-f462-4725-91c5-13908c76fd59 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5be18acb-f462-4725-91c5-13908c76fd59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5be18acb-f462-4725-91c5-13908c76fd59 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5be18acb-f462-4725-91c5-13908c76fd59 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5be18acb-f462-4725-91c5-13908c76fd59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5be18acb-f462-4725-91c5-13908c76fd59 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5be18acb-f462-4725-91c5-13908c76fd59 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5be18acb-f462-4725-91c5-13908c76fd59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-5be18acb-f462-4725-91c5-13908c76fd59 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5be18acb-f462-4725-91c5-13908c76fd59 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5be18acb-f462-4725-91c5-13908c76fd59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5be18acb-f462-4725-91c5-13908c76fd59 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-5be18acb-f462-4725-91c5-13908c76fd59 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5be18acb-f462-4725-91c5-13908c76fd59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5be18acb-f462-4725-91c5-13908c76fd59 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-5be18acb-f462-4725-91c5-13908c76fd59 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5be18acb-f462-4725-91c5-13908c76fd59.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5455df52-ad4b-47f4-a6eb-1f5b6bedd74a {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-5455df52-ad4b-47f4-a6eb-1f5b6bedd74a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5455df52-ad4b-47f4-a6eb-1f5b6bedd74a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5455df52-ad4b-47f4-a6eb-1f5b6bedd74a {
  text-align: center;
}
}@media (max-width: 767px){#s-5455df52-ad4b-47f4-a6eb-1f5b6bedd74a {
  margin-top: 30px;
margin-bottom: 20px;
text-align: center;
}
}
#s-5455df52-ad4b-47f4-a6eb-1f5b6bedd74a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-5455df52-ad4b-47f4-a6eb-1f5b6bedd74a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}


}
#s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc {
  display: none;
}
#s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc, #wrap-s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc, #wrap-content-s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc {
  display: none;
}
#s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc, #wrap-s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc, #wrap-content-s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (max-width: 767px){#s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc {
  display: none;
}
#s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc, #wrap-s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc, #wrap-content-s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc { display: none !important; }}
@media (min-width: 0px) {
[id="s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d1c4d0c-045b-4294-98aa-6e592aaf41fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  margin-left: auto;
margin-right: auto;
max-width: 473px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  max-width: 150px;
}
}@media (max-width: 767px){#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  max-width: 100px;
}
}
#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc1c515-3ac9-41ce-9e36-a4786c33bec4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3a45189a-2e5e-45e7-8f57-6577d5126fd5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3a45189a-2e5e-45e7-8f57-6577d5126fd5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-3a45189a-2e5e-45e7-8f57-6577d5126fd5 .shg-proportional-font-size,
#s-3a45189a-2e5e-45e7-8f57-6577d5126fd5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a1aef080-713d-4a77-a569-87adf5d0c33d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a1aef080-713d-4a77-a569-87adf5d0c33d {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-a1aef080-713d-4a77-a569-87adf5d0c33d .shg-proportional-font-size,
#s-a1aef080-713d-4a77-a569-87adf5d0c33d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  margin-left: auto;
margin-right: auto;
max-width: 473px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  max-width: 150px;
}
}@media (max-width: 767px){#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  max-width: 100px;
}
}
#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-277ec1df-9b4b-4a5b-b7e2-29cab09a77de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d50ccc66-740f-414f-8092-b2d559e1896e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d50ccc66-740f-414f-8092-b2d559e1896e {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-d50ccc66-740f-414f-8092-b2d559e1896e .shg-proportional-font-size,
#s-d50ccc66-740f-414f-8092-b2d559e1896e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce2617b2-d0de-4a9b-8c2f-70768c9a5eba {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ce2617b2-d0de-4a9b-8c2f-70768c9a5eba {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-ce2617b2-d0de-4a9b-8c2f-70768c9a5eba .shg-proportional-font-size,
#s-ce2617b2-d0de-4a9b-8c2f-70768c9a5eba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1fe8e75f-6bda-441a-b428-9c0454ea84ba {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-1fe8e75f-6bda-441a-b428-9c0454ea84ba {
  display: none;
}
#s-1fe8e75f-6bda-441a-b428-9c0454ea84ba, #wrap-s-1fe8e75f-6bda-441a-b428-9c0454ea84ba, #wrap-content-s-1fe8e75f-6bda-441a-b428-9c0454ea84ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fe8e75f-6bda-441a-b428-9c0454ea84ba {
  display: none;
}
#s-1fe8e75f-6bda-441a-b428-9c0454ea84ba, #wrap-s-1fe8e75f-6bda-441a-b428-9c0454ea84ba, #wrap-content-s-1fe8e75f-6bda-441a-b428-9c0454ea84ba { display: none !important; }}@media (max-width: 767px){#s-1fe8e75f-6bda-441a-b428-9c0454ea84ba {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-1fe8e75f-6bda-441a-b428-9c0454ea84ba, #wrap-s-1fe8e75f-6bda-441a-b428-9c0454ea84ba, #wrap-content-s-1fe8e75f-6bda-441a-b428-9c0454ea84ba { display: none !important; }}
#s-1fe8e75f-6bda-441a-b428-9c0454ea84ba .shg-proportional-font-size,
#s-1fe8e75f-6bda-441a-b428-9c0454ea84ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5163cd5d-d035-44d9-90e9-624279bb2c64 {
  margin-left: auto;
margin-right: auto;
}

#s-79f77d55-43c6-47e5-9b49-85e5246b17dc {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-79f77d55-43c6-47e5-9b49-85e5246b17dc {
  display: none;
}
#s-79f77d55-43c6-47e5-9b49-85e5246b17dc, #wrap-s-79f77d55-43c6-47e5-9b49-85e5246b17dc, #wrap-content-s-79f77d55-43c6-47e5-9b49-85e5246b17dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79f77d55-43c6-47e5-9b49-85e5246b17dc {
  display: none;
}
#s-79f77d55-43c6-47e5-9b49-85e5246b17dc, #wrap-s-79f77d55-43c6-47e5-9b49-85e5246b17dc, #wrap-content-s-79f77d55-43c6-47e5-9b49-85e5246b17dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79f77d55-43c6-47e5-9b49-85e5246b17dc {
  display: none;
}
#s-79f77d55-43c6-47e5-9b49-85e5246b17dc, #wrap-s-79f77d55-43c6-47e5-9b49-85e5246b17dc, #wrap-content-s-79f77d55-43c6-47e5-9b49-85e5246b17dc { display: none !important; }}@media (max-width: 767px){#s-79f77d55-43c6-47e5-9b49-85e5246b17dc {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-79f77d55-43c6-47e5-9b49-85e5246b17dc .shg-proportional-font-size,
#s-79f77d55-43c6-47e5-9b49-85e5246b17dc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-9e3338cf-4a43-4dfa-9e27-e32261f73133:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9e3338cf-4a43-4dfa-9e27-e32261f73133:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9e3338cf-4a43-4dfa-9e27-e32261f73133 {
  display: none;
}
#s-9e3338cf-4a43-4dfa-9e27-e32261f73133, #wrap-s-9e3338cf-4a43-4dfa-9e27-e32261f73133, #wrap-content-s-9e3338cf-4a43-4dfa-9e27-e32261f73133 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e3338cf-4a43-4dfa-9e27-e32261f73133 {
  display: none;
}
#s-9e3338cf-4a43-4dfa-9e27-e32261f73133, #wrap-s-9e3338cf-4a43-4dfa-9e27-e32261f73133, #wrap-content-s-9e3338cf-4a43-4dfa-9e27-e32261f73133 { display: none !important; }}@media (max-width: 767px){#s-9e3338cf-4a43-4dfa-9e27-e32261f73133 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-9e3338cf-4a43-4dfa-9e27-e32261f73133-atc-btn-wrapper {
    text-align: center;
  }


#s-9e3338cf-4a43-4dfa-9e27-e32261f73133 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9e3338cf-4a43-4dfa-9e27-e32261f73133-atc-btn-wrapper {
    text-align: center;
  }


#s-9e3338cf-4a43-4dfa-9e27-e32261f73133 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e3338cf-4a43-4dfa-9e27-e32261f73133-atc-btn-wrapper {
    text-align: center;
  }


#s-9e3338cf-4a43-4dfa-9e27-e32261f73133 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9e3338cf-4a43-4dfa-9e27-e32261f73133-atc-btn-wrapper {
    text-align: center;
  }


#s-9e3338cf-4a43-4dfa-9e27-e32261f73133 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9e3338cf-4a43-4dfa-9e27-e32261f73133-atc-btn-wrapper {
    text-align: center;
  }


#s-9e3338cf-4a43-4dfa-9e27-e32261f73133 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9e3338cf-4a43-4dfa-9e27-e32261f73133.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 {
  display: none;
}
#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675, #wrap-s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675, #wrap-content-s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 {
  display: none;
}
#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675, #wrap-s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675, #wrap-content-s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 { display: none !important; }}@media (max-width: 767px){#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675-atc-btn-wrapper {
    text-align: center;
  }


#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675-atc-btn-wrapper {
    text-align: center;
  }


#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675-atc-btn-wrapper {
    text-align: center;
  }


#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675-atc-btn-wrapper {
    text-align: center;
  }


#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675-atc-btn-wrapper {
    text-align: center;
  }


#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-039ec9b2-5cc9-4c0c-89f7-8fcf9654d675.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-color: rgb(255, 255, 255);
border-style: none;
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
}
#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 {
  display: none;
}
#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5, #wrap-s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5, #wrap-content-s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 { display: none !important; }}@media (max-width: 767px){#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5, #wrap-s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5, #wrap-content-s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 { display: none !important; }}

  #s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5-atc-btn-wrapper {
    text-align: center;
  }


#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5-atc-btn-wrapper {
    text-align: center;
  }


#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5-atc-btn-wrapper {
    text-align: center;
  }


#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5-atc-btn-wrapper {
    text-align: center;
  }


#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5-atc-btn-wrapper {
    text-align: center;
  }


#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-40d0c75f-2014-49fe-8bb6-23fe0a5c6fc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-17c16df7-05a1-4f60-9ee8-e615b125dc98 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-17c16df7-05a1-4f60-9ee8-e615b125dc98 {
  display: none;
}
#s-17c16df7-05a1-4f60-9ee8-e615b125dc98, #wrap-s-17c16df7-05a1-4f60-9ee8-e615b125dc98, #wrap-content-s-17c16df7-05a1-4f60-9ee8-e615b125dc98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17c16df7-05a1-4f60-9ee8-e615b125dc98 {
  display: none;
}
#s-17c16df7-05a1-4f60-9ee8-e615b125dc98, #wrap-s-17c16df7-05a1-4f60-9ee8-e615b125dc98, #wrap-content-s-17c16df7-05a1-4f60-9ee8-e615b125dc98 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17c16df7-05a1-4f60-9ee8-e615b125dc98 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-17c16df7-05a1-4f60-9ee8-e615b125dc98 {
  margin-top: 60px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-17c16df7-05a1-4f60-9ee8-e615b125dc98, #wrap-s-17c16df7-05a1-4f60-9ee8-e615b125dc98, #wrap-content-s-17c16df7-05a1-4f60-9ee8-e615b125dc98 { display: none !important; }}
@media (min-width: 0px) {
[id="s-17c16df7-05a1-4f60-9ee8-e615b125dc98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17c16df7-05a1-4f60-9ee8-e615b125dc98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-17c16df7-05a1-4f60-9ee8-e615b125dc98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-17c16df7-05a1-4f60-9ee8-e615b125dc98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-17c16df7-05a1-4f60-9ee8-e615b125dc98"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a0644baa-cfca-41d5-ba58-797d463531cf {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-a0644baa-cfca-41d5-ba58-797d463531cf {
  display: none;
}
#s-a0644baa-cfca-41d5-ba58-797d463531cf, #wrap-s-a0644baa-cfca-41d5-ba58-797d463531cf, #wrap-content-s-a0644baa-cfca-41d5-ba58-797d463531cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0644baa-cfca-41d5-ba58-797d463531cf {
  display: none;
}
#s-a0644baa-cfca-41d5-ba58-797d463531cf, #wrap-s-a0644baa-cfca-41d5-ba58-797d463531cf, #wrap-content-s-a0644baa-cfca-41d5-ba58-797d463531cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0644baa-cfca-41d5-ba58-797d463531cf {
  display: none;
}
#s-a0644baa-cfca-41d5-ba58-797d463531cf, #wrap-s-a0644baa-cfca-41d5-ba58-797d463531cf, #wrap-content-s-a0644baa-cfca-41d5-ba58-797d463531cf { display: none !important; }}@media (max-width: 767px){#s-a0644baa-cfca-41d5-ba58-797d463531cf {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}
}
#s-a0644baa-cfca-41d5-ba58-797d463531cf .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-a0644baa-cfca-41d5-ba58-797d463531cf .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-192f5297-6a8f-409f-b12f-b7c9a8372c46 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-192f5297-6a8f-409f-b12f-b7c9a8372c46 {
  display: none;
}
#s-192f5297-6a8f-409f-b12f-b7c9a8372c46, #wrap-s-192f5297-6a8f-409f-b12f-b7c9a8372c46, #wrap-content-s-192f5297-6a8f-409f-b12f-b7c9a8372c46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-192f5297-6a8f-409f-b12f-b7c9a8372c46 {
  display: none;
}
#s-192f5297-6a8f-409f-b12f-b7c9a8372c46, #wrap-s-192f5297-6a8f-409f-b12f-b7c9a8372c46, #wrap-content-s-192f5297-6a8f-409f-b12f-b7c9a8372c46 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-192f5297-6a8f-409f-b12f-b7c9a8372c46 {
  display: none;
}
#s-192f5297-6a8f-409f-b12f-b7c9a8372c46, #wrap-s-192f5297-6a8f-409f-b12f-b7c9a8372c46, #wrap-content-s-192f5297-6a8f-409f-b12f-b7c9a8372c46 { display: none !important; }}@media (max-width: 767px){#s-192f5297-6a8f-409f-b12f-b7c9a8372c46 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}
}
#s-192f5297-6a8f-409f-b12f-b7c9a8372c46 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-192f5297-6a8f-409f-b12f-b7c9a8372c46 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-5ce26042-01f9-4325-93fa-18d2aff27c18 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ce26042-01f9-4325-93fa-18d2aff27c18 {
  display: none;
}
#s-5ce26042-01f9-4325-93fa-18d2aff27c18, #wrap-s-5ce26042-01f9-4325-93fa-18d2aff27c18, #wrap-content-s-5ce26042-01f9-4325-93fa-18d2aff27c18 { display: none !important; }}@media (max-width: 767px){#s-5ce26042-01f9-4325-93fa-18d2aff27c18 {
  display: none;
}
#s-5ce26042-01f9-4325-93fa-18d2aff27c18, #wrap-s-5ce26042-01f9-4325-93fa-18d2aff27c18, #wrap-content-s-5ce26042-01f9-4325-93fa-18d2aff27c18 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5ce26042-01f9-4325-93fa-18d2aff27c18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ce26042-01f9-4325-93fa-18d2aff27c18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ce26042-01f9-4325-93fa-18d2aff27c18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ce26042-01f9-4325-93fa-18d2aff27c18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5ce26042-01f9-4325-93fa-18d2aff27c18"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c098df6b-10ca-4753-b596-f5162e8cbc91 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c098df6b-10ca-4753-b596-f5162e8cbc91 {
  display: none;
}
#s-c098df6b-10ca-4753-b596-f5162e8cbc91, #wrap-s-c098df6b-10ca-4753-b596-f5162e8cbc91, #wrap-content-s-c098df6b-10ca-4753-b596-f5162e8cbc91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c098df6b-10ca-4753-b596-f5162e8cbc91 {
  display: none;
}
#s-c098df6b-10ca-4753-b596-f5162e8cbc91, #wrap-s-c098df6b-10ca-4753-b596-f5162e8cbc91, #wrap-content-s-c098df6b-10ca-4753-b596-f5162e8cbc91 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c098df6b-10ca-4753-b596-f5162e8cbc91 {
  display: none;
}
#s-c098df6b-10ca-4753-b596-f5162e8cbc91, #wrap-s-c098df6b-10ca-4753-b596-f5162e8cbc91, #wrap-content-s-c098df6b-10ca-4753-b596-f5162e8cbc91 { display: none !important; }}@media (max-width: 767px){#s-c098df6b-10ca-4753-b596-f5162e8cbc91 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
}
#s-c098df6b-10ca-4753-b596-f5162e8cbc91 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-c098df6b-10ca-4753-b596-f5162e8cbc91 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-0368d094-cf69-43f7-953a-1dfcc6776e52 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-0368d094-cf69-43f7-953a-1dfcc6776e52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0368d094-cf69-43f7-953a-1dfcc6776e52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0368d094-cf69-43f7-953a-1dfcc6776e52 {
  
}
}@media (max-width: 767px){#s-0368d094-cf69-43f7-953a-1dfcc6776e52 {
  display: none;
}
#s-0368d094-cf69-43f7-953a-1dfcc6776e52, #wrap-s-0368d094-cf69-43f7-953a-1dfcc6776e52, #wrap-content-s-0368d094-cf69-43f7-953a-1dfcc6776e52 { display: none !important; }}
#s-0368d094-cf69-43f7-953a-1dfcc6776e52 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-0368d094-cf69-43f7-953a-1dfcc6776e52 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}
#s-c4fb2560-bf98-4ac9-a1eb-00066594c8f6 {
  border-style: solid;
margin-top: auto;
margin-left: 5%;
margin-bottom: auto;
margin-right: 5%;
padding-top: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-c4fb2560-bf98-4ac9-a1eb-00066594c8f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4fb2560-bf98-4ac9-a1eb-00066594c8f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4fb2560-bf98-4ac9-a1eb-00066594c8f6 {
  
}
}@media (max-width: 767px){#s-c4fb2560-bf98-4ac9-a1eb-00066594c8f6 {
  
}
}
#s-4b35202f-147b-415b-9690-e8190cd6397e {
  margin-top: -10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-4b35202f-147b-415b-9690-e8190cd6397e .shg-proportional-font-size,
#s-4b35202f-147b-415b-9690-e8190cd6397e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b937ff47-a988-47e4-ae2a-5566cd83127b {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-b937ff47-a988-47e4-ae2a-5566cd83127b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b937ff47-a988-47e4-ae2a-5566cd83127b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b937ff47-a988-47e4-ae2a-5566cd83127b {
  display: none;
}
#s-b937ff47-a988-47e4-ae2a-5566cd83127b, #wrap-s-b937ff47-a988-47e4-ae2a-5566cd83127b, #wrap-content-s-b937ff47-a988-47e4-ae2a-5566cd83127b { display: none !important; }}@media (max-width: 767px){#s-b937ff47-a988-47e4-ae2a-5566cd83127b {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-b937ff47-a988-47e4-ae2a-5566cd83127b, #wrap-s-b937ff47-a988-47e4-ae2a-5566cd83127b, #wrap-content-s-b937ff47-a988-47e4-ae2a-5566cd83127b { display: none !important; }}
@media (min-width: 0px) {
[id="s-b937ff47-a988-47e4-ae2a-5566cd83127b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-b937ff47-a988-47e4-ae2a-5566cd83127b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b937ff47-a988-47e4-ae2a-5566cd83127b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b937ff47-a988-47e4-ae2a-5566cd83127b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-823e4142-6f58-4cdc-94e6-6fba90a91cb1 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-823e4142-6f58-4cdc-94e6-6fba90a91cb1 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-823e4142-6f58-4cdc-94e6-6fba90a91cb1 .shogun-icon-wrapper {
  text-align: center;
}


#s-823e4142-6f58-4cdc-94e6-6fba90a91cb1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(214, 143, 66, 1);
}
@media (max-width: 767px){#s-823e4142-6f58-4cdc-94e6-6fba90a91cb1 .shogun-icon-wrapper {
  text-align: center;
}


#s-823e4142-6f58-4cdc-94e6-6fba90a91cb1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-088b8b5e-6d2a-494d-8063-fc6fa487e11d {
  margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-088b8b5e-6d2a-494d-8063-fc6fa487e11d {
  margin-top: 5px;
}
}
#s-088b8b5e-6d2a-494d-8063-fc6fa487e11d .shg-proportional-font-size,
#s-088b8b5e-6d2a-494d-8063-fc6fa487e11d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8b181685-9298-453a-8ec0-ce1cbedb234f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8b181685-9298-453a-8ec0-ce1cbedb234f {
  margin-top: -20px;
margin-bottom: -15px;
}
}
#s-8b181685-9298-453a-8ec0-ce1cbedb234f .shg-proportional-font-size,
#s-8b181685-9298-453a-8ec0-ce1cbedb234f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3473785a-fbc2-477c-9a46-1405bb4b3040 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3473785a-fbc2-477c-9a46-1405bb4b3040 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-3473785a-fbc2-477c-9a46-1405bb4b3040 .shogun-icon-wrapper {
  text-align: center;
}


#s-3473785a-fbc2-477c-9a46-1405bb4b3040 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(214, 143, 66, 1);
}
@media (max-width: 767px){#s-3473785a-fbc2-477c-9a46-1405bb4b3040 .shogun-icon-wrapper {
  text-align: center;
}


#s-3473785a-fbc2-477c-9a46-1405bb4b3040 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-215aab80-9f0c-4f82-87c1-879d93aa2201 {
  margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-215aab80-9f0c-4f82-87c1-879d93aa2201 {
  margin-top: 5px;
}
}
#s-215aab80-9f0c-4f82-87c1-879d93aa2201 .shg-proportional-font-size,
#s-215aab80-9f0c-4f82-87c1-879d93aa2201 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7e1ed531-d209-45f2-bb99-e77eb53f1a7c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7e1ed531-d209-45f2-bb99-e77eb53f1a7c {
  margin-top: -20px;
margin-bottom: -15px;
}
}
#s-7e1ed531-d209-45f2-bb99-e77eb53f1a7c .shg-proportional-font-size,
#s-7e1ed531-d209-45f2-bb99-e77eb53f1a7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f4bd3957-2516-4c3d-8455-80f798d07523 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f4bd3957-2516-4c3d-8455-80f798d07523 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-f4bd3957-2516-4c3d-8455-80f798d07523 .shogun-icon-wrapper {
  text-align: center;
}


#s-f4bd3957-2516-4c3d-8455-80f798d07523 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(214, 143, 66, 1);
}
@media (max-width: 767px){#s-f4bd3957-2516-4c3d-8455-80f798d07523 .shogun-icon-wrapper {
  text-align: center;
}


#s-f4bd3957-2516-4c3d-8455-80f798d07523 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-dc694b14-8b72-4a8b-98c5-4929e6b043e8 {
  margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-dc694b14-8b72-4a8b-98c5-4929e6b043e8 {
  margin-top: 5px;
}
}
#s-dc694b14-8b72-4a8b-98c5-4929e6b043e8 .shg-proportional-font-size,
#s-dc694b14-8b72-4a8b-98c5-4929e6b043e8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-892fbecc-aed7-42fb-8020-c526ec08ba18 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-892fbecc-aed7-42fb-8020-c526ec08ba18 {
  margin-top: -20px;
margin-bottom: -15px;
}
}
#s-892fbecc-aed7-42fb-8020-c526ec08ba18 .shg-proportional-font-size,
#s-892fbecc-aed7-42fb-8020-c526ec08ba18 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-7457b54d-0982-4508-b2e3-4d95bdba0a04 {
  margin-top: 20px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-7457b54d-0982-4508-b2e3-4d95bdba0a04 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-7457b54d-0982-4508-b2e3-4d95bdba0a04 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7457b54d-0982-4508-b2e3-4d95bdba0a04 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2492b6ab-fed9-426e-b1fd-9794dfbb012f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}
@media (min-width: 1200px){#s-2492b6ab-fed9-426e-b1fd-9794dfbb012f {
  margin-top: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2492b6ab-fed9-426e-b1fd-9794dfbb012f {
  display: none;
}
#s-2492b6ab-fed9-426e-b1fd-9794dfbb012f, #wrap-s-2492b6ab-fed9-426e-b1fd-9794dfbb012f, #wrap-content-s-2492b6ab-fed9-426e-b1fd-9794dfbb012f { display: none !important; }}@media (max-width: 767px){#s-2492b6ab-fed9-426e-b1fd-9794dfbb012f {
  display: none;
}
#s-2492b6ab-fed9-426e-b1fd-9794dfbb012f, #wrap-s-2492b6ab-fed9-426e-b1fd-9794dfbb012f, #wrap-content-s-2492b6ab-fed9-426e-b1fd-9794dfbb012f { display: none !important; }}
@media (min-width: 0px) {
[id="s-2492b6ab-fed9-426e-b1fd-9794dfbb012f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2492b6ab-fed9-426e-b1fd-9794dfbb012f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2492b6ab-fed9-426e-b1fd-9794dfbb012f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2492b6ab-fed9-426e-b1fd-9794dfbb012f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f16ad08f-3979-4364-9bdb-d4ff6a4b0ff4 {
  margin-top: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
max-width: 1000px;
text-align: center;
}
@media (max-width: 767px){#s-f16ad08f-3979-4364-9bdb-d4ff6a4b0ff4 {
  margin-left: 5%;
margin-right: 5%;
max-width: 700px;
aspect-ratio: 1:1;
}
}
#s-f16ad08f-3979-4364-9bdb-d4ff6a4b0ff4 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f16ad08f-3979-4364-9bdb-d4ff6a4b0ff4 .shogun-image-content {
  
    justify-content: center;
  
}
@media (max-width: 767px){#s-f16ad08f-3979-4364-9bdb-d4ff6a4b0ff4 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f16ad08f-3979-4364-9bdb-d4ff6a4b0ff4 img.shogun-image,
  #s-f16ad08f-3979-4364-9bdb-d4ff6a4b0ff4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f16ad08f-3979-4364-9bdb-d4ff6a4b0ff4 {
    width: 100%;
    height: auto;
  }




#s-f16ad08f-3979-4364-9bdb-d4ff6a4b0ff4 .shogun-image-content {
  
    justify-content: center;
  
}
}
#s-b29e5821-39e6-4ea2-b255-47947f468f11 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-b29e5821-39e6-4ea2-b255-47947f468f11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b29e5821-39e6-4ea2-b255-47947f468f11 {
  margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b29e5821-39e6-4ea2-b255-47947f468f11 {
  
}
}@media (max-width: 767px){#s-b29e5821-39e6-4ea2-b255-47947f468f11 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
}
#s-b29e5821-39e6-4ea2-b255-47947f468f11 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-b29e5821-39e6-4ea2-b255-47947f468f11 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-b29e5821-39e6-4ea2-b255-47947f468f11 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-dd27437d-658e-499a-9d5c-6e30a34dba27 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd27437d-658e-499a-9d5c-6e30a34dba27 {
  display: none;
}
#s-dd27437d-658e-499a-9d5c-6e30a34dba27, #wrap-s-dd27437d-658e-499a-9d5c-6e30a34dba27, #wrap-content-s-dd27437d-658e-499a-9d5c-6e30a34dba27 { display: none !important; }}@media (max-width: 767px){#s-dd27437d-658e-499a-9d5c-6e30a34dba27 {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-dd27437d-658e-499a-9d5c-6e30a34dba27, #wrap-s-dd27437d-658e-499a-9d5c-6e30a34dba27, #wrap-content-s-dd27437d-658e-499a-9d5c-6e30a34dba27 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dd27437d-658e-499a-9d5c-6e30a34dba27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd27437d-658e-499a-9d5c-6e30a34dba27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dd27437d-658e-499a-9d5c-6e30a34dba27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd27437d-658e-499a-9d5c-6e30a34dba27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  max-width: 100px;
}
}
#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b529644f-7b3b-4882-a2cf-98df5baa9a8d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b529644f-7b3b-4882-a2cf-98df5baa9a8d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-38af4030-0439-41ee-acf6-897b1c294430 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-38af4030-0439-41ee-acf6-897b1c294430 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-38af4030-0439-41ee-acf6-897b1c294430 .shg-proportional-font-size,
#s-38af4030-0439-41ee-acf6-897b1c294430 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-134939ec-4764-4592-ad42-ef3f119b9840 {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-134939ec-4764-4592-ad42-ef3f119b9840 {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-134939ec-4764-4592-ad42-ef3f119b9840 .shg-proportional-font-size,
#s-134939ec-4764-4592-ad42-ef3f119b9840 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  max-width: 100px;
}
}
#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 20px;
  
}


.shg-image-content-margin-container-s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c5682a-3ef2-4078-a9b0-120e62d25f05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ed1a47ce-bb3e-4919-aeb3-244cf8376461 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ed1a47ce-bb3e-4919-aeb3-244cf8376461 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ed1a47ce-bb3e-4919-aeb3-244cf8376461 .shg-proportional-font-size,
#s-ed1a47ce-bb3e-4919-aeb3-244cf8376461 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f6cd86f0-08c6-4215-9a4c-74d49c976b39 {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f6cd86f0-08c6-4215-9a4c-74d49c976b39 {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-f6cd86f0-08c6-4215-9a4c-74d49c976b39 .shg-proportional-font-size,
#s-f6cd86f0-08c6-4215-9a4c-74d49c976b39 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-421853fc-cccc-4f3b-aad8-480c213401f3 {
  margin-top: auto;
margin-left: 30px;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
}
@media (min-width: 1200px){#s-421853fc-cccc-4f3b-aad8-480c213401f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-421853fc-cccc-4f3b-aad8-480c213401f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-421853fc-cccc-4f3b-aad8-480c213401f3 {
  
}
}@media (max-width: 767px){#s-421853fc-cccc-4f3b-aad8-480c213401f3 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-464e5c4f-6b24-4c01-949d-56c69d94f3e6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-464e5c4f-6b24-4c01-949d-56c69d94f3e6 {
  display: none;
}
#s-464e5c4f-6b24-4c01-949d-56c69d94f3e6, #wrap-s-464e5c4f-6b24-4c01-949d-56c69d94f3e6, #wrap-content-s-464e5c4f-6b24-4c01-949d-56c69d94f3e6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-464e5c4f-6b24-4c01-949d-56c69d94f3e6 {
  display: none;
}
#s-464e5c4f-6b24-4c01-949d-56c69d94f3e6, #wrap-s-464e5c4f-6b24-4c01-949d-56c69d94f3e6, #wrap-content-s-464e5c4f-6b24-4c01-949d-56c69d94f3e6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-464e5c4f-6b24-4c01-949d-56c69d94f3e6 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-464e5c4f-6b24-4c01-949d-56c69d94f3e6, #wrap-s-464e5c4f-6b24-4c01-949d-56c69d94f3e6, #wrap-content-s-464e5c4f-6b24-4c01-949d-56c69d94f3e6 { display: none !important; }}@media (max-width: 767px){#s-464e5c4f-6b24-4c01-949d-56c69d94f3e6 {
  margin-bottom: 20px;
padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-464e5c4f-6b24-4c01-949d-56c69d94f3e6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-464e5c4f-6b24-4c01-949d-56c69d94f3e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-464e5c4f-6b24-4c01-949d-56c69d94f3e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-464e5c4f-6b24-4c01-949d-56c69d94f3e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-ac225208-e45d-4c74-b212-ac5aca412038 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ac225208-e45d-4c74-b212-ac5aca412038 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ac225208-e45d-4c74-b212-ac5aca412038 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac225208-e45d-4c74-b212-ac5aca412038 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac225208-e45d-4c74-b212-ac5aca412038 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac225208-e45d-4c74-b212-ac5aca412038 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-ac225208-e45d-4c74-b212-ac5aca412038 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac225208-e45d-4c74-b212-ac5aca412038 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-07d50d5f-130a-4d62-b0fc-5ed2a3abfccd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-07d50d5f-130a-4d62-b0fc-5ed2a3abfccd {
  margin-bottom: -15px;
}
}
#s-07d50d5f-130a-4d62-b0fc-5ed2a3abfccd .shg-proportional-font-size,
#s-07d50d5f-130a-4d62-b0fc-5ed2a3abfccd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f2a7c65e-9c64-469d-9e75-fded27c3d73f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f2a7c65e-9c64-469d-9e75-fded27c3d73f {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-f2a7c65e-9c64-469d-9e75-fded27c3d73f .shg-proportional-font-size,
#s-f2a7c65e-9c64-469d-9e75-fded27c3d73f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-54a3d3cf-b5d4-4e5f-9e87-a8c2b0cad7b8 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-54a3d3cf-b5d4-4e5f-9e87-a8c2b0cad7b8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-54a3d3cf-b5d4-4e5f-9e87-a8c2b0cad7b8 .shogun-icon-wrapper {
  text-align: center;
}


#s-54a3d3cf-b5d4-4e5f-9e87-a8c2b0cad7b8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-54a3d3cf-b5d4-4e5f-9e87-a8c2b0cad7b8 .shogun-icon-wrapper {
  text-align: center;
}


#s-54a3d3cf-b5d4-4e5f-9e87-a8c2b0cad7b8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-54a3d3cf-b5d4-4e5f-9e87-a8c2b0cad7b8 .shogun-icon-wrapper {
  text-align: center;
}


#s-54a3d3cf-b5d4-4e5f-9e87-a8c2b0cad7b8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-e8b23694-439a-4f4d-8efe-d28ff95403b0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8b23694-439a-4f4d-8efe-d28ff95403b0 {
  margin-bottom: -15px;
}
}
#s-e8b23694-439a-4f4d-8efe-d28ff95403b0 .shg-proportional-font-size,
#s-e8b23694-439a-4f4d-8efe-d28ff95403b0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cddd9546-f34b-4e67-860c-796d61500217 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cddd9546-f34b-4e67-860c-796d61500217 {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-cddd9546-f34b-4e67-860c-796d61500217 .shg-proportional-font-size,
#s-cddd9546-f34b-4e67-860c-796d61500217 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a4d4ba16-4f4b-4f9e-8686-7b080f9e9142 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a4d4ba16-4f4b-4f9e-8686-7b080f9e9142 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-a4d4ba16-4f4b-4f9e-8686-7b080f9e9142 .shogun-icon-wrapper {
  text-align: center;
}


#s-a4d4ba16-4f4b-4f9e-8686-7b080f9e9142 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4d4ba16-4f4b-4f9e-8686-7b080f9e9142 .shogun-icon-wrapper {
  text-align: center;
}


#s-a4d4ba16-4f4b-4f9e-8686-7b080f9e9142 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-a4d4ba16-4f4b-4f9e-8686-7b080f9e9142 .shogun-icon-wrapper {
  text-align: center;
}


#s-a4d4ba16-4f4b-4f9e-8686-7b080f9e9142 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-dbd94d8f-5ba8-4bbc-8306-32b64b8539dd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbd94d8f-5ba8-4bbc-8306-32b64b8539dd {
  margin-bottom: -15px;
}
}
#s-dbd94d8f-5ba8-4bbc-8306-32b64b8539dd .shg-proportional-font-size,
#s-dbd94d8f-5ba8-4bbc-8306-32b64b8539dd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-08d1d2a4-254a-4529-95e6-d916cb6493af {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-08d1d2a4-254a-4529-95e6-d916cb6493af {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-08d1d2a4-254a-4529-95e6-d916cb6493af .shg-proportional-font-size,
#s-08d1d2a4-254a-4529-95e6-d916cb6493af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a339f319-d56c-47e4-8e1a-02e1dc62c539 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(80, 67, 49, 1);
}
@media (min-width: 1200px){#s-a339f319-d56c-47e4-8e1a-02e1dc62c539 {
  display: none;
}
#s-a339f319-d56c-47e4-8e1a-02e1dc62c539, #wrap-s-a339f319-d56c-47e4-8e1a-02e1dc62c539, #wrap-content-s-a339f319-d56c-47e4-8e1a-02e1dc62c539 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a339f319-d56c-47e4-8e1a-02e1dc62c539 {
  display: none;
}
#s-a339f319-d56c-47e4-8e1a-02e1dc62c539, #wrap-s-a339f319-d56c-47e4-8e1a-02e1dc62c539, #wrap-content-s-a339f319-d56c-47e4-8e1a-02e1dc62c539 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a339f319-d56c-47e4-8e1a-02e1dc62c539 {
  padding-bottom: 10px;
}
}







#s-a339f319-d56c-47e4-8e1a-02e1dc62c539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a339f319-d56c-47e4-8e1a-02e1dc62c539.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-843b8075-951f-43b7-8778-9b015e24c197 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-843b8075-951f-43b7-8778-9b015e24c197 .shogun-heading-component h1 {
  color: rgb(255, 255, 255);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  
}


@media (max-width: 767px){#s-843b8075-951f-43b7-8778-9b015e24c197 .shogun-heading-component h1 {
  color: rgb(255, 255, 255);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-7cbaf8fe-4f0d-46bf-8b9a-4be2365379fc {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-7cbaf8fe-4f0d-46bf-8b9a-4be2365379fc {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-7cbaf8fe-4f0d-46bf-8b9a-4be2365379fc .shg-proportional-font-size,
#s-7cbaf8fe-4f0d-46bf-8b9a-4be2365379fc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-42fec191-dc13-4ffd-943f-cb98d9618a68 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (max-width: 767px){#s-42fec191-dc13-4ffd-943f-cb98d9618a68 {
  margin-bottom: 20px;
}
}







#s-42fec191-dc13-4ffd-943f-cb98d9618a68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42fec191-dc13-4ffd-943f-cb98d9618a68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eec1b36-1755-488c-9338-d7c09261ad91 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f4542dca-7d41-479f-a25d-4826ac03e2bf {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-f4542dca-7d41-479f-a25d-4826ac03e2bf {
  display: none;
}
#s-f4542dca-7d41-479f-a25d-4826ac03e2bf, #wrap-s-f4542dca-7d41-479f-a25d-4826ac03e2bf, #wrap-content-s-f4542dca-7d41-479f-a25d-4826ac03e2bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4542dca-7d41-479f-a25d-4826ac03e2bf {
  display: none;
}
#s-f4542dca-7d41-479f-a25d-4826ac03e2bf, #wrap-s-f4542dca-7d41-479f-a25d-4826ac03e2bf, #wrap-content-s-f4542dca-7d41-479f-a25d-4826ac03e2bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4542dca-7d41-479f-a25d-4826ac03e2bf {
  display: none;
}
#s-f4542dca-7d41-479f-a25d-4826ac03e2bf, #wrap-s-f4542dca-7d41-479f-a25d-4826ac03e2bf, #wrap-content-s-f4542dca-7d41-479f-a25d-4826ac03e2bf { display: none !important; }}
@media (min-width: 0px) {
[id="s-f4542dca-7d41-479f-a25d-4826ac03e2bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4542dca-7d41-479f-a25d-4826ac03e2bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f4542dca-7d41-479f-a25d-4826ac03e2bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4542dca-7d41-479f-a25d-4826ac03e2bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736ddc85-e9f5-4edd-beb0-6a3d5c0b88d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-18080f46-3876-4c79-8f06-94ba7c926d25 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-18080f46-3876-4c79-8f06-94ba7c926d25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18080f46-3876-4c79-8f06-94ba7c926d25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18080f46-3876-4c79-8f06-94ba7c926d25 {
  
}
}@media (max-width: 767px){#s-18080f46-3876-4c79-8f06-94ba7c926d25 {
  margin-top: 30px;
margin-bottom: 20px;
text-align: center;
}
}
#s-18080f46-3876-4c79-8f06-94ba7c926d25 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-18080f46-3876-4c79-8f06-94ba7c926d25 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}


}
#s-2f289536-3013-4c10-bbcb-a8956a0713f3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2f289536-3013-4c10-bbcb-a8956a0713f3 {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-2f289536-3013-4c10-bbcb-a8956a0713f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f289536-3013-4c10-bbcb-a8956a0713f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f289536-3013-4c10-bbcb-a8956a0713f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f289536-3013-4c10-bbcb-a8956a0713f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  margin-left: auto;
margin-right: auto;
max-width: 473px;
text-align: center;
}
@media (max-width: 767px){#s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  max-width: 100px;
}
}
#s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f394a6a8-2530-41e6-a5e5-f025186285ce img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-f394a6a8-2530-41e6-a5e5-f025186285ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f394a6a8-2530-41e6-a5e5-f025186285ce img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-f394a6a8-2530-41e6-a5e5-f025186285ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f394a6a8-2530-41e6-a5e5-f025186285ce img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-f394a6a8-2530-41e6-a5e5-f025186285ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f394a6a8-2530-41e6-a5e5-f025186285ce img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-f394a6a8-2530-41e6-a5e5-f025186285ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f394a6a8-2530-41e6-a5e5-f025186285ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f394a6a8-2530-41e6-a5e5-f025186285ce img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-f394a6a8-2530-41e6-a5e5-f025186285ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f394a6a8-2530-41e6-a5e5-f025186285ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-18ab0d1e-108b-4f10-ae87-404a4ee0b76b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-18ab0d1e-108b-4f10-ae87-404a4ee0b76b {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-18ab0d1e-108b-4f10-ae87-404a4ee0b76b .shg-proportional-font-size,
#s-18ab0d1e-108b-4f10-ae87-404a4ee0b76b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5687adcf-096e-459f-8ff5-d05d753c6d41 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5687adcf-096e-459f-8ff5-d05d753c6d41 {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-5687adcf-096e-459f-8ff5-d05d753c6d41 .shg-proportional-font-size,
#s-5687adcf-096e-459f-8ff5-d05d753c6d41 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0122d041-37d3-407f-808d-821375874e33 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0122d041-37d3-407f-808d-821375874e33 {
  display: none;
}
#s-0122d041-37d3-407f-808d-821375874e33, #wrap-s-0122d041-37d3-407f-808d-821375874e33, #wrap-content-s-0122d041-37d3-407f-808d-821375874e33 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0122d041-37d3-407f-808d-821375874e33 {
  display: none;
}
#s-0122d041-37d3-407f-808d-821375874e33, #wrap-s-0122d041-37d3-407f-808d-821375874e33, #wrap-content-s-0122d041-37d3-407f-808d-821375874e33 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0122d041-37d3-407f-808d-821375874e33 {
  display: none;
}
#s-0122d041-37d3-407f-808d-821375874e33, #wrap-s-0122d041-37d3-407f-808d-821375874e33, #wrap-content-s-0122d041-37d3-407f-808d-821375874e33 { display: none !important; }}@media (max-width: 767px){#s-0122d041-37d3-407f-808d-821375874e33 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-0122d041-37d3-407f-808d-821375874e33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0122d041-37d3-407f-808d-821375874e33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0122d041-37d3-407f-808d-821375874e33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0122d041-37d3-407f-808d-821375874e33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  margin-left: auto;
margin-right: auto;
max-width: 473px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  max-width: 150px;
}
}@media (max-width: 767px){#s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  max-width: 100px;
}
}
#s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-69ea065b-2e5a-4be0-bc00-67eada05c557 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-69ea065b-2e5a-4be0-bc00-67eada05c557 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-69ea065b-2e5a-4be0-bc00-67eada05c557 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69ea065b-2e5a-4be0-bc00-67eada05c557.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cc8e1064-0a86-4905-969e-3641cb47709f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cc8e1064-0a86-4905-969e-3641cb47709f {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-cc8e1064-0a86-4905-969e-3641cb47709f .shg-proportional-font-size,
#s-cc8e1064-0a86-4905-969e-3641cb47709f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9e299067-5aeb-4f52-9006-778a0204aa8e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9e299067-5aeb-4f52-9006-778a0204aa8e {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-9e299067-5aeb-4f52-9006-778a0204aa8e .shg-proportional-font-size,
#s-9e299067-5aeb-4f52-9006-778a0204aa8e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3c5f85fe-7df9-479f-8972-e23cdc9f8786 {
  margin-left: auto;
margin-right: auto;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-7d49f71e-0878-47a2-ba27-517bdcd18586:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d49f71e-0878-47a2-ba27-517bdcd18586:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7d49f71e-0878-47a2-ba27-517bdcd18586 {
  display: none;
}
#s-7d49f71e-0878-47a2-ba27-517bdcd18586, #wrap-s-7d49f71e-0878-47a2-ba27-517bdcd18586, #wrap-content-s-7d49f71e-0878-47a2-ba27-517bdcd18586 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d49f71e-0878-47a2-ba27-517bdcd18586 {
  display: none;
}
#s-7d49f71e-0878-47a2-ba27-517bdcd18586, #wrap-s-7d49f71e-0878-47a2-ba27-517bdcd18586, #wrap-content-s-7d49f71e-0878-47a2-ba27-517bdcd18586 { display: none !important; }}@media (max-width: 767px){#s-7d49f71e-0878-47a2-ba27-517bdcd18586 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-7d49f71e-0878-47a2-ba27-517bdcd18586-atc-btn-wrapper {
    text-align: center;
  }


#s-7d49f71e-0878-47a2-ba27-517bdcd18586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7d49f71e-0878-47a2-ba27-517bdcd18586-atc-btn-wrapper {
    text-align: center;
  }


#s-7d49f71e-0878-47a2-ba27-517bdcd18586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d49f71e-0878-47a2-ba27-517bdcd18586-atc-btn-wrapper {
    text-align: center;
  }


#s-7d49f71e-0878-47a2-ba27-517bdcd18586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7d49f71e-0878-47a2-ba27-517bdcd18586-atc-btn-wrapper {
    text-align: center;
  }


#s-7d49f71e-0878-47a2-ba27-517bdcd18586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7d49f71e-0878-47a2-ba27-517bdcd18586-atc-btn-wrapper {
    text-align: center;
  }


#s-7d49f71e-0878-47a2-ba27-517bdcd18586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-7d49f71e-0878-47a2-ba27-517bdcd18586.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e3d1a657-23f2-44ec-bb79-4f3d5edcad28 {
  margin-left: auto;
margin-right: auto;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-color: rgb(255, 255, 255);
border-style: none;
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
}
#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc {
  margin-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc {
  display: none;
}
#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc, #wrap-s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc, #wrap-content-s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc { display: none !important; }}@media (max-width: 767px){#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc, #wrap-s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc, #wrap-content-s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc { display: none !important; }}

  #s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc-atc-btn-wrapper {
    text-align: center;
  }


#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc-atc-btn-wrapper {
    text-align: center;
  }


#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc-atc-btn-wrapper {
    text-align: center;
  }


#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc-atc-btn-wrapper {
    text-align: center;
  }


#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc-atc-btn-wrapper {
    text-align: center;
  }


#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b67bd677-4b8b-49dc-95f6-9eff30bbd5dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6b378171-5107-4c9e-994a-09a431a7f99e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(80, 67, 49, 1);
}
@media (min-width: 1200px){#s-6b378171-5107-4c9e-994a-09a431a7f99e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b378171-5107-4c9e-994a-09a431a7f99e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b378171-5107-4c9e-994a-09a431a7f99e {
  display: none;
}
#s-6b378171-5107-4c9e-994a-09a431a7f99e, #wrap-s-6b378171-5107-4c9e-994a-09a431a7f99e, #wrap-content-s-6b378171-5107-4c9e-994a-09a431a7f99e { display: none !important; }}@media (max-width: 767px){#s-6b378171-5107-4c9e-994a-09a431a7f99e {
  display: none;
}
#s-6b378171-5107-4c9e-994a-09a431a7f99e, #wrap-s-6b378171-5107-4c9e-994a-09a431a7f99e, #wrap-content-s-6b378171-5107-4c9e-994a-09a431a7f99e { display: none !important; }}







#s-6b378171-5107-4c9e-994a-09a431a7f99e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b378171-5107-4c9e-994a-09a431a7f99e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd9710e9-58bc-4305-98b0-c2fd1a48d73b {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fd9710e9-58bc-4305-98b0-c2fd1a48d73b .shogun-heading-component h1 {
  color: rgb(255, 255, 255);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  
}


@media (max-width: 767px){#s-fd9710e9-58bc-4305-98b0-c2fd1a48d73b .shogun-heading-component h1 {
  color: rgb(255, 255, 255);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}
#s-b2322fb8-4acf-4108-8243-8418eb6cb0fd {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-b2322fb8-4acf-4108-8243-8418eb6cb0fd {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-b2322fb8-4acf-4108-8243-8418eb6cb0fd .shg-proportional-font-size,
#s-b2322fb8-4acf-4108-8243-8418eb6cb0fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aafd668a-01de-4586-ade1-f6626379f362 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-aafd668a-01de-4586-ade1-f6626379f362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aafd668a-01de-4586-ade1-f6626379f362.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2552e2b6-b599-459d-8aba-b8229d4221c3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6987025a-76a1-4bea-8230-01773b9064d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6987025a-76a1-4bea-8230-01773b9064d5 {
  padding-top: 5px;
padding-bottom: 5px;
}
}







#s-6987025a-76a1-4bea-8230-01773b9064d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6987025a-76a1-4bea-8230-01773b9064d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(231, 217, 202, 1);
}
@media (min-width: 1200px){#s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e {
  display: none;
}
#s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e, #wrap-s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e, #wrap-content-s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e {
  display: none;
}
#s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e, #wrap-s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e, #wrap-content-s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e { display: none !important; }}@media (max-width: 767px){#s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6fee1d8-64e9-49d3-9aaf-45857fb00a6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86fec27d-b7e5-4dd6-b9e1-9d9b1ee27c1f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-86fec27d-b7e5-4dd6-b9e1-9d9b1ee27c1f {
  padding-top: 40px;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
}
}
#s-86fec27d-b7e5-4dd6-b9e1-9d9b1ee27c1f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-86fec27d-b7e5-4dd6-b9e1-9d9b1ee27c1f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-86fec27d-b7e5-4dd6-b9e1-9d9b1ee27c1f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-dc2bd33d-b559-4992-806a-4c36394c8c38 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3ebb3fac-b1f5-48b8-a1e1-996087a4f7f0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ebb3fac-b1f5-48b8-a1e1-996087a4f7f0 {
  display: none;
}
#s-3ebb3fac-b1f5-48b8-a1e1-996087a4f7f0, #wrap-s-3ebb3fac-b1f5-48b8-a1e1-996087a4f7f0, #wrap-content-s-3ebb3fac-b1f5-48b8-a1e1-996087a4f7f0 { display: none !important; }}@media (max-width: 767px){#s-3ebb3fac-b1f5-48b8-a1e1-996087a4f7f0 {
  margin-top: 0px;
margin-bottom: -25px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-3ebb3fac-b1f5-48b8-a1e1-996087a4f7f0 .shg-proportional-font-size,
#s-3ebb3fac-b1f5-48b8-a1e1-996087a4f7f0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d6dfad9d-f3fc-4e1b-a836-75411e446083 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6dfad9d-f3fc-4e1b-a836-75411e446083 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-d6dfad9d-f3fc-4e1b-a836-75411e446083 {
  margin-top: -25px;
margin-bottom: -25px;
padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-d6dfad9d-f3fc-4e1b-a836-75411e446083, #wrap-s-d6dfad9d-f3fc-4e1b-a836-75411e446083, #wrap-content-s-d6dfad9d-f3fc-4e1b-a836-75411e446083 { display: none !important; }}
#s-d6dfad9d-f3fc-4e1b-a836-75411e446083 .shg-proportional-font-size,
#s-d6dfad9d-f3fc-4e1b-a836-75411e446083 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-00d5cb9c-cc41-4d05-b057-ee86037efb4c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00d5cb9c-cc41-4d05-b057-ee86037efb4c {
  display: none;
}
#s-00d5cb9c-cc41-4d05-b057-ee86037efb4c, #wrap-s-00d5cb9c-cc41-4d05-b057-ee86037efb4c, #wrap-content-s-00d5cb9c-cc41-4d05-b057-ee86037efb4c { display: none !important; }}@media (max-width: 767px){#s-00d5cb9c-cc41-4d05-b057-ee86037efb4c {
  margin-top: 0px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-00d5cb9c-cc41-4d05-b057-ee86037efb4c .shg-proportional-font-size,
#s-00d5cb9c-cc41-4d05-b057-ee86037efb4c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f95fcbc0-abcd-45e0-bdce-4172bea6ecb2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f95fcbc0-abcd-45e0-bdce-4172bea6ecb2 {
  margin-top: -10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-f95fcbc0-abcd-45e0-bdce-4172bea6ecb2 {
  margin-top: -35px;
margin-bottom: 5px;
padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-f95fcbc0-abcd-45e0-bdce-4172bea6ecb2, #wrap-s-f95fcbc0-abcd-45e0-bdce-4172bea6ecb2, #wrap-content-s-f95fcbc0-abcd-45e0-bdce-4172bea6ecb2 { display: none !important; }}
#s-f95fcbc0-abcd-45e0-bdce-4172bea6ecb2 .shg-proportional-font-size,
#s-f95fcbc0-abcd-45e0-bdce-4172bea6ecb2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a7642014-1e0c-41fd-933a-31e6beff7b38 {
  margin-left: auto;
margin-right: auto;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 {
  display: none;
}
#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137, #wrap-s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137, #wrap-content-s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 {
  display: none;
}
#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137, #wrap-s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137, #wrap-content-s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 { display: none !important; }}@media (max-width: 767px){#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137-atc-btn-wrapper {
    text-align: center;
  }


#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137-atc-btn-wrapper {
    text-align: center;
  }


#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137-atc-btn-wrapper {
    text-align: center;
  }


#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137-atc-btn-wrapper {
    text-align: center;
  }


#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137-atc-btn-wrapper {
    text-align: center;
  }


#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-96bfecfb-7eaa-4f4a-b142-9b7659c6d137.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a945880a-2e55-47b6-8cfc-ff83b9fa696f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
background-color: rgba(221, 203, 184, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a945880a-2e55-47b6-8cfc-ff83b9fa696f {
  display: none;
}
#s-a945880a-2e55-47b6-8cfc-ff83b9fa696f, #wrap-s-a945880a-2e55-47b6-8cfc-ff83b9fa696f, #wrap-content-s-a945880a-2e55-47b6-8cfc-ff83b9fa696f { display: none !important; }}@media (max-width: 767px){#s-a945880a-2e55-47b6-8cfc-ff83b9fa696f {
  display: none;
}
#s-a945880a-2e55-47b6-8cfc-ff83b9fa696f, #wrap-s-a945880a-2e55-47b6-8cfc-ff83b9fa696f, #wrap-content-s-a945880a-2e55-47b6-8cfc-ff83b9fa696f { display: none !important; }}







#s-a945880a-2e55-47b6-8cfc-ff83b9fa696f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a945880a-2e55-47b6-8cfc-ff83b9fa696f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7226eb4-e8ef-43aa-93c9-dc7075c3a893 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
max-width: 1200px;
text-align: center;
}

#s-f7226eb4-e8ef-43aa-93c9-dc7075c3a893 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.25em;
  
  
}


@media (min-width: 1200px){#s-f7226eb4-e8ef-43aa-93c9-dc7075c3a893 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  
  
}


}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-3a319a66-afac-4635-8913-d4b74ea5050d {
  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: 30px;
max-width: 800px;
}

#s-f0c9771d-2faf-437c-a969-b4c5e4c2f6ac {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-f0c9771d-2faf-437c-a969-b4c5e4c2f6ac .shg-proportional-font-size,
#s-f0c9771d-2faf-437c-a969-b4c5e4c2f6ac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-35373e0d-2ea4-4a40-88ce-195bb38835dd {
  margin-left: auto;
margin-right: auto;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-color: rgb(255, 255, 255);
border-style: none;
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
}
#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 {
  display: none;
}
#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5, #wrap-s-9266df72-cb60-4b31-8ffe-e379fa91dbc5, #wrap-content-s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 { display: none !important; }}@media (max-width: 767px){#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5, #wrap-s-9266df72-cb60-4b31-8ffe-e379fa91dbc5, #wrap-content-s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 { display: none !important; }}

  #s-9266df72-cb60-4b31-8ffe-e379fa91dbc5-atc-btn-wrapper {
    text-align: center;
  }


#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9266df72-cb60-4b31-8ffe-e379fa91dbc5-atc-btn-wrapper {
    text-align: center;
  }


#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9266df72-cb60-4b31-8ffe-e379fa91dbc5-atc-btn-wrapper {
    text-align: center;
  }


#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9266df72-cb60-4b31-8ffe-e379fa91dbc5-atc-btn-wrapper {
    text-align: center;
  }


#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9266df72-cb60-4b31-8ffe-e379fa91dbc5-atc-btn-wrapper {
    text-align: center;
  }


#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9266df72-cb60-4b31-8ffe-e379fa91dbc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-08cb1a05-3084-4622-8de4-6a1349702695 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-08cb1a05-3084-4622-8de4-6a1349702695 {
  display: none;
}
#s-08cb1a05-3084-4622-8de4-6a1349702695, #wrap-s-08cb1a05-3084-4622-8de4-6a1349702695, #wrap-content-s-08cb1a05-3084-4622-8de4-6a1349702695 { display: none !important; }}@media (max-width: 767px){#s-08cb1a05-3084-4622-8de4-6a1349702695 {
  display: none;
}
#s-08cb1a05-3084-4622-8de4-6a1349702695, #wrap-s-08cb1a05-3084-4622-8de4-6a1349702695, #wrap-content-s-08cb1a05-3084-4622-8de4-6a1349702695 { display: none !important; }}
#s-08cb1a05-3084-4622-8de4-6a1349702695 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-98279486-b334-434e-9598-74eb33b10dd8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-98279486-b334-434e-9598-74eb33b10dd8 {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98279486-b334-434e-9598-74eb33b10dd8 {
  display: none;
}
#s-98279486-b334-434e-9598-74eb33b10dd8, #wrap-s-98279486-b334-434e-9598-74eb33b10dd8, #wrap-content-s-98279486-b334-434e-9598-74eb33b10dd8 { display: none !important; }}@media (max-width: 767px){#s-98279486-b334-434e-9598-74eb33b10dd8 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-98279486-b334-434e-9598-74eb33b10dd8, #wrap-s-98279486-b334-434e-9598-74eb33b10dd8, #wrap-content-s-98279486-b334-434e-9598-74eb33b10dd8 { display: none !important; }}







#s-98279486-b334-434e-9598-74eb33b10dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98279486-b334-434e-9598-74eb33b10dd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdbc596f-ac6b-4276-86f2-f42271f132ef {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-cdbc596f-ac6b-4276-86f2-f42271f132ef {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdbc596f-ac6b-4276-86f2-f42271f132ef {
  display: none;
}
#s-cdbc596f-ac6b-4276-86f2-f42271f132ef, #wrap-s-cdbc596f-ac6b-4276-86f2-f42271f132ef, #wrap-content-s-cdbc596f-ac6b-4276-86f2-f42271f132ef { display: none !important; }}@media (max-width: 767px){#s-cdbc596f-ac6b-4276-86f2-f42271f132ef {
  display: none;
}
#s-cdbc596f-ac6b-4276-86f2-f42271f132ef, #wrap-s-cdbc596f-ac6b-4276-86f2-f42271f132ef, #wrap-content-s-cdbc596f-ac6b-4276-86f2-f42271f132ef { display: none !important; }}
@media (min-width: 0px) {
[id="s-cdbc596f-ac6b-4276-86f2-f42271f132ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdbc596f-ac6b-4276-86f2-f42271f132ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cdbc596f-ac6b-4276-86f2-f42271f132ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdbc596f-ac6b-4276-86f2-f42271f132ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-51203c52-0080-45e5-b213-e70ee794d641 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
text-align: center;
}
@media (min-width: 1200px){#s-51203c52-0080-45e5-b213-e70ee794d641 {
  margin-left: 10%;
margin-right: 0%;
max-width: 600px;
text-align: right;
}
}@media (max-width: 767px){#s-51203c52-0080-45e5-b213-e70ee794d641 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-51203c52-0080-45e5-b213-e70ee794d641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51203c52-0080-45e5-b213-e70ee794d641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51203c52-0080-45e5-b213-e70ee794d641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51203c52-0080-45e5-b213-e70ee794d641 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-51203c52-0080-45e5-b213-e70ee794d641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51203c52-0080-45e5-b213-e70ee794d641 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-51203c52-0080-45e5-b213-e70ee794d641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-51203c52-0080-45e5-b213-e70ee794d641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51203c52-0080-45e5-b213-e70ee794d641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51203c52-0080-45e5-b213-e70ee794d641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 0%;
  
  
}

#s-51203c52-0080-45e5-b213-e70ee794d641 .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-51203c52-0080-45e5-b213-e70ee794d641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51203c52-0080-45e5-b213-e70ee794d641 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-51203c52-0080-45e5-b213-e70ee794d641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-51203c52-0080-45e5-b213-e70ee794d641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51203c52-0080-45e5-b213-e70ee794d641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51203c52-0080-45e5-b213-e70ee794d641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51203c52-0080-45e5-b213-e70ee794d641 .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-51203c52-0080-45e5-b213-e70ee794d641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51203c52-0080-45e5-b213-e70ee794d641 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-51203c52-0080-45e5-b213-e70ee794d641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-51203c52-0080-45e5-b213-e70ee794d641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51203c52-0080-45e5-b213-e70ee794d641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51203c52-0080-45e5-b213-e70ee794d641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51203c52-0080-45e5-b213-e70ee794d641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-51203c52-0080-45e5-b213-e70ee794d641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51203c52-0080-45e5-b213-e70ee794d641 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-51203c52-0080-45e5-b213-e70ee794d641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-51203c52-0080-45e5-b213-e70ee794d641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51203c52-0080-45e5-b213-e70ee794d641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51203c52-0080-45e5-b213-e70ee794d641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-51203c52-0080-45e5-b213-e70ee794d641 .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%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-51203c52-0080-45e5-b213-e70ee794d641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51203c52-0080-45e5-b213-e70ee794d641 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-51203c52-0080-45e5-b213-e70ee794d641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51203c52-0080-45e5-b213-e70ee794d641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6e284835-5f0f-42c3-a8bc-bdc08c48a04a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6e284835-5f0f-42c3-a8bc-bdc08c48a04a {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
}
#s-6e284835-5f0f-42c3-a8bc-bdc08c48a04a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-76f80fc1-2c8f-4487-8b15-61ce8eda8a8a {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-76f80fc1-2c8f-4487-8b15-61ce8eda8a8a {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-76f80fc1-2c8f-4487-8b15-61ce8eda8a8a .shg-proportional-font-size,
#s-76f80fc1-2c8f-4487-8b15-61ce8eda8a8a .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-76f80fc1-2c8f-4487-8b15-61ce8eda8a8a .shg-proportional-font-size,
#s-76f80fc1-2c8f-4487-8b15-61ce8eda8a8a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 91;
    
    
    font-size: 0.91em;
  
}
}
#s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed {
  display: none;
}
#s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed, #wrap-s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed, #wrap-content-s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed {
  padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed, #wrap-s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed, #wrap-content-s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed { display: none !important; }}@media (max-width: 767px){#s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-202ffa16-3f9c-4d96-9e80-cb81a398f4ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac15b6f9-566e-412c-8803-eb473cdaabf6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ac15b6f9-566e-412c-8803-eb473cdaabf6 {
  display: none;
}
#s-ac15b6f9-566e-412c-8803-eb473cdaabf6, #wrap-s-ac15b6f9-566e-412c-8803-eb473cdaabf6, #wrap-content-s-ac15b6f9-566e-412c-8803-eb473cdaabf6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac15b6f9-566e-412c-8803-eb473cdaabf6 {
  display: none;
}
#s-ac15b6f9-566e-412c-8803-eb473cdaabf6, #wrap-s-ac15b6f9-566e-412c-8803-eb473cdaabf6, #wrap-content-s-ac15b6f9-566e-412c-8803-eb473cdaabf6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac15b6f9-566e-412c-8803-eb473cdaabf6 {
  margin-top: 20px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ac15b6f9-566e-412c-8803-eb473cdaabf6 {
  padding-top: 40px;
padding-bottom: 10px;
}
}
#s-ac15b6f9-566e-412c-8803-eb473cdaabf6 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-ac15b6f9-566e-412c-8803-eb473cdaabf6 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-aed166d1-5c76-4d70-85da-87834de79ad8 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-aed166d1-5c76-4d70-85da-87834de79ad8 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-aed166d1-5c76-4d70-85da-87834de79ad8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aed166d1-5c76-4d70-85da-87834de79ad8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-aed166d1-5c76-4d70-85da-87834de79ad8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-aed166d1-5c76-4d70-85da-87834de79ad8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
text-align: center;
}
@media (min-width: 1200px){#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  margin-left: 10%;
margin-right: 0%;
max-width: 600px;
text-align: right;
}
}
#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 0%;
  
  
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .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-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .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%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ae3cb25-bdd5-47c3-a7af-5ec18f8345cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-df0f092e-1e49-4bc2-823e-e977cb8f21eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-df0f092e-1e49-4bc2-823e-e977cb8f21eb {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
}
#s-df0f092e-1e49-4bc2-823e-e977cb8f21eb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-865f3fdd-0f0a-47a1-a6a8-486260040d2b {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-865f3fdd-0f0a-47a1-a6a8-486260040d2b {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-865f3fdd-0f0a-47a1-a6a8-486260040d2b .shg-proportional-font-size,
#s-865f3fdd-0f0a-47a1-a6a8-486260040d2b .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-865f3fdd-0f0a-47a1-a6a8-486260040d2b .shg-proportional-font-size,
#s-865f3fdd-0f0a-47a1-a6a8-486260040d2b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 91;
    
    
    font-size: 0.91em;
  
}
}
#s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378 {
  max-width: 1200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378 {
  display: none;
}
#s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378, #wrap-s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378, #wrap-content-s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378 { display: none !important; }}@media (max-width: 767px){#s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378 {
  display: none;
}
#s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378, #wrap-s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378, #wrap-content-s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378 { display: none !important; }}







#s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d0651d2-414f-4c7b-aa06-bbf7bbb4f378.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-190fa2c2-beea-4aac-a302-4ba91069f832 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-190fa2c2-beea-4aac-a302-4ba91069f832 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-190fa2c2-beea-4aac-a302-4ba91069f832"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-190fa2c2-beea-4aac-a302-4ba91069f832"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-190fa2c2-beea-4aac-a302-4ba91069f832"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-190fa2c2-beea-4aac-a302-4ba91069f832"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a0208707-55b1-429a-a04e-70796171a7e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a0208707-55b1-429a-a04e-70796171a7e0 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
}
#s-a0208707-55b1-429a-a04e-70796171a7e0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-36dd5cce-8ec0-424f-a36a-5639e54b072e {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-36dd5cce-8ec0-424f-a36a-5639e54b072e {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-36dd5cce-8ec0-424f-a36a-5639e54b072e .shg-proportional-font-size,
#s-36dd5cce-8ec0-424f-a36a-5639e54b072e .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-36dd5cce-8ec0-424f-a36a-5639e54b072e .shg-proportional-font-size,
#s-36dd5cce-8ec0-424f-a36a-5639e54b072e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 91;
    
    
    font-size: 0.91em;
  
}
}
#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  margin-left: 5%;
margin-right: 5%;
max-width: 960px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  margin-left: 10%;
margin-right: 10%;
max-width: 960px;
}
}
#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f3a45f0e-8534-416e-9525-2a2f1d148c54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54 img.shogun-image {
  width: 100%;
  
  
  max-width: 960px;

      
    max-width: 960px;

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




.s-f3a45f0e-8534-416e-9525-2a2f1d148c54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3a45f0e-8534-416e-9525-2a2f1d148c54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3b29ea69-10f2-43a8-ad26-28e713bc7738 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 0px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-3b29ea69-10f2-43a8-ad26-28e713bc7738 {
  display: none;
}
#s-3b29ea69-10f2-43a8-ad26-28e713bc7738, #wrap-s-3b29ea69-10f2-43a8-ad26-28e713bc7738, #wrap-content-s-3b29ea69-10f2-43a8-ad26-28e713bc7738 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b29ea69-10f2-43a8-ad26-28e713bc7738 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-3b29ea69-10f2-43a8-ad26-28e713bc7738, #wrap-s-3b29ea69-10f2-43a8-ad26-28e713bc7738, #wrap-content-s-3b29ea69-10f2-43a8-ad26-28e713bc7738 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b29ea69-10f2-43a8-ad26-28e713bc7738 {
  display: none;
}
#s-3b29ea69-10f2-43a8-ad26-28e713bc7738, #wrap-s-3b29ea69-10f2-43a8-ad26-28e713bc7738, #wrap-content-s-3b29ea69-10f2-43a8-ad26-28e713bc7738 { display: none !important; }}@media (max-width: 767px){#s-3b29ea69-10f2-43a8-ad26-28e713bc7738 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-3b29ea69-10f2-43a8-ad26-28e713bc7738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b29ea69-10f2-43a8-ad26-28e713bc7738.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-5e62ea3b-ac0e-41d8-aec0-6fe57cae1270 {
  margin-left: 10%;
}
}
@media (min-width: 0px) {
[id="s-5e62ea3b-ac0e-41d8-aec0-6fe57cae1270"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e62ea3b-ac0e-41d8-aec0-6fe57cae1270"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5e62ea3b-ac0e-41d8-aec0-6fe57cae1270"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e62ea3b-ac0e-41d8-aec0-6fe57cae1270"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-5e62ea3b-ac0e-41d8-aec0-6fe57cae1270"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a9713f50-8854-4590-89db-0ccb51feaade {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a9713f50-8854-4590-89db-0ccb51feaade {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
}
#s-a9713f50-8854-4590-89db-0ccb51feaade .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2d209bb1-19c3-4293-84a1-c98d3d69916e {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-2d209bb1-19c3-4293-84a1-c98d3d69916e {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-2d209bb1-19c3-4293-84a1-c98d3d69916e .shg-proportional-font-size,
#s-2d209bb1-19c3-4293-84a1-c98d3d69916e .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-2d209bb1-19c3-4293-84a1-c98d3d69916e .shg-proportional-font-size,
#s-2d209bb1-19c3-4293-84a1-c98d3d69916e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 91;
    
    
    font-size: 0.91em;
  
}
}
#s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}
@media (max-width: 767px){#s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  max-width: 960px;
}
}
#s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

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




.s-8593b0cd-d47e-4124-bee3-f450c39fa613 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8593b0cd-d47e-4124-bee3-f450c39fa613 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8593b0cd-d47e-4124-bee3-f450c39fa613 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8593b0cd-d47e-4124-bee3-f450c39fa613 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8593b0cd-d47e-4124-bee3-f450c39fa613 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8593b0cd-d47e-4124-bee3-f450c39fa613 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8593b0cd-d47e-4124-bee3-f450c39fa613.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cf93f6d4-0c57-40b8-8339-296b4dbe5504 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 0px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-cf93f6d4-0c57-40b8-8339-296b4dbe5504 {
  display: none;
}
#s-cf93f6d4-0c57-40b8-8339-296b4dbe5504, #wrap-s-cf93f6d4-0c57-40b8-8339-296b4dbe5504, #wrap-content-s-cf93f6d4-0c57-40b8-8339-296b4dbe5504 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf93f6d4-0c57-40b8-8339-296b4dbe5504 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-cf93f6d4-0c57-40b8-8339-296b4dbe5504, #wrap-s-cf93f6d4-0c57-40b8-8339-296b4dbe5504, #wrap-content-s-cf93f6d4-0c57-40b8-8339-296b4dbe5504 { display: none !important; }}@media (max-width: 767px){#s-cf93f6d4-0c57-40b8-8339-296b4dbe5504 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-cf93f6d4-0c57-40b8-8339-296b4dbe5504, #wrap-s-cf93f6d4-0c57-40b8-8339-296b4dbe5504, #wrap-content-s-cf93f6d4-0c57-40b8-8339-296b4dbe5504 { display: none !important; }}







#s-cf93f6d4-0c57-40b8-8339-296b4dbe5504 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf93f6d4-0c57-40b8-8339-296b4dbe5504.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-7b5b0873-6568-48f8-8181-f5ec607e42a5 {
  margin-left: 10%;
}
}
@media (min-width: 0px) {
[id="s-7b5b0873-6568-48f8-8181-f5ec607e42a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b5b0873-6568-48f8-8181-f5ec607e42a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7b5b0873-6568-48f8-8181-f5ec607e42a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b5b0873-6568-48f8-8181-f5ec607e42a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-7b5b0873-6568-48f8-8181-f5ec607e42a5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  max-width: 960px;
}
}
#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

      
    max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdccbf6-1242-4bec-ac1a-a0424ad414b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ffa5694a-02ad-4e48-b510-4521e65500e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ffa5694a-02ad-4e48-b510-4521e65500e7 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
}
#s-ffa5694a-02ad-4e48-b510-4521e65500e7 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-7190a137-af7b-48cf-acb7-431457ab7dea {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-7190a137-af7b-48cf-acb7-431457ab7dea {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-7190a137-af7b-48cf-acb7-431457ab7dea .shg-proportional-font-size,
#s-7190a137-af7b-48cf-acb7-431457ab7dea .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-7190a137-af7b-48cf-acb7-431457ab7dea .shg-proportional-font-size,
#s-7190a137-af7b-48cf-acb7-431457ab7dea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 91;
    
    
    font-size: 0.91em;
  
}
}
#s-b437a5fe-2048-461c-8123-9f9b8558488d {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b437a5fe-2048-461c-8123-9f9b8558488d {
  display: none;
}
#s-b437a5fe-2048-461c-8123-9f9b8558488d, #wrap-s-b437a5fe-2048-461c-8123-9f9b8558488d, #wrap-content-s-b437a5fe-2048-461c-8123-9f9b8558488d { display: none !important; }}@media (max-width: 767px){#s-b437a5fe-2048-461c-8123-9f9b8558488d {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-b437a5fe-2048-461c-8123-9f9b8558488d, #wrap-s-b437a5fe-2048-461c-8123-9f9b8558488d, #wrap-content-s-b437a5fe-2048-461c-8123-9f9b8558488d { display: none !important; }}







#s-b437a5fe-2048-461c-8123-9f9b8558488d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b437a5fe-2048-461c-8123-9f9b8558488d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef {
  display: none;
}
#s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef, #wrap-s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef, #wrap-content-s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef { display: none !important; }}@media (max-width: 767px){#s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef {
  display: none;
}
#s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef, #wrap-s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef, #wrap-content-s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef { display: none !important; }}
@media (min-width: 0px) {
[id="s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ad29a5f-7353-46aa-a550-a0ee3a6790ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  margin-left: 10%;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  
  
  
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e954f2-5f98-4b02-baa9-7d0c4e45d57e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a29c4a21-8d96-4cef-b535-e85b8aa2b6c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a29c4a21-8d96-4cef-b535-e85b8aa2b6c9 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
}@media (max-width: 767px){#s-a29c4a21-8d96-4cef-b535-e85b8aa2b6c9 {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-a29c4a21-8d96-4cef-b535-e85b8aa2b6c9 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-7a923ec9-cd32-4841-b972-323e4ff08014 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-7a923ec9-cd32-4841-b972-323e4ff08014 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-7a923ec9-cd32-4841-b972-323e4ff08014 .shg-proportional-font-size,
#s-7a923ec9-cd32-4841-b972-323e4ff08014 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-00859682-be1d-4cf7-acbe-d2083c4981cc {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00859682-be1d-4cf7-acbe-d2083c4981cc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1.25em;
  
  
}



#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
text-align: center;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6c14e93e-0411-4313-bb7b-197ba6aa3971 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971 img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6c14e93e-0411-4313-bb7b-197ba6aa3971 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c14e93e-0411-4313-bb7b-197ba6aa3971.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c0def68a-a605-4dce-8bad-fd5478ae9134 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c0def68a-a605-4dce-8bad-fd5478ae9134 {
  display: none;
}
#s-c0def68a-a605-4dce-8bad-fd5478ae9134, #wrap-s-c0def68a-a605-4dce-8bad-fd5478ae9134, #wrap-content-s-c0def68a-a605-4dce-8bad-fd5478ae9134 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0def68a-a605-4dce-8bad-fd5478ae9134 {
  display: none;
}
#s-c0def68a-a605-4dce-8bad-fd5478ae9134, #wrap-s-c0def68a-a605-4dce-8bad-fd5478ae9134, #wrap-content-s-c0def68a-a605-4dce-8bad-fd5478ae9134 { display: none !important; }}







#s-c0def68a-a605-4dce-8bad-fd5478ae9134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0def68a-a605-4dce-8bad-fd5478ae9134.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13276c7b-fa63-46d6-b2e7-e2c4e052fa38 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-13276c7b-fa63-46d6-b2e7-e2c4e052fa38 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-13276c7b-fa63-46d6-b2e7-e2c4e052fa38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13276c7b-fa63-46d6-b2e7-e2c4e052fa38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-13276c7b-fa63-46d6-b2e7-e2c4e052fa38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-13276c7b-fa63-46d6-b2e7-e2c4e052fa38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4aef9122-a347-4c5f-876a-988a231fb2b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4aef9122-a347-4c5f-876a-988a231fb2b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4aef9122-a347-4c5f-876a-988a231fb2b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4aef9122-a347-4c5f-876a-988a231fb2b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4aef9122-a347-4c5f-876a-988a231fb2b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4aef9122-a347-4c5f-876a-988a231fb2b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aef9122-a347-4c5f-876a-988a231fb2b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c02de013-885a-4c45-83b1-4e43f5b2823b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c02de013-885a-4c45-83b1-4e43f5b2823b {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
}@media (max-width: 767px){#s-c02de013-885a-4c45-83b1-4e43f5b2823b {
  padding-top: 20px;
padding-bottom: 0px;
}
}
#s-c02de013-885a-4c45-83b1-4e43f5b2823b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-bc2db497-d4ae-4331-8348-90cfc70f281e {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-bc2db497-d4ae-4331-8348-90cfc70f281e {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-bc2db497-d4ae-4331-8348-90cfc70f281e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bc2db497-d4ae-4331-8348-90cfc70f281e .shg-proportional-font-size,
#s-bc2db497-d4ae-4331-8348-90cfc70f281e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c0456d01-8e00-4c0a-b61d-019b622da741 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c0456d01-8e00-4c0a-b61d-019b622da741 {
  margin-left: 10%;
margin-right: 10%;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0456d01-8e00-4c0a-b61d-019b622da741 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-c0456d01-8e00-4c0a-b61d-019b622da741 {
  padding-top: 20px;
padding-bottom: 10px;
}
}
#s-c0456d01-8e00-4c0a-b61d-019b622da741 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c0456d01-8e00-4c0a-b61d-019b622da741 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-c0456d01-8e00-4c0a-b61d-019b622da741 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-8c0a7277-6976-405b-865b-4e812166afe2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8c0a7277-6976-405b-865b-4e812166afe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c0a7277-6976-405b-865b-4e812166afe2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8abc20ef-9cb5-4651-b281-2b950140040b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-8abc20ef-9cb5-4651-b281-2b950140040b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8abc20ef-9cb5-4651-b281-2b950140040b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8abc20ef-9cb5-4651-b281-2b950140040b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8abc20ef-9cb5-4651-b281-2b950140040b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8abc20ef-9cb5-4651-b281-2b950140040b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8abc20ef-9cb5-4651-b281-2b950140040b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8abc20ef-9cb5-4651-b281-2b950140040b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8abc20ef-9cb5-4651-b281-2b950140040b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8abc20ef-9cb5-4651-b281-2b950140040b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8abc20ef-9cb5-4651-b281-2b950140040b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8abc20ef-9cb5-4651-b281-2b950140040b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8abc20ef-9cb5-4651-b281-2b950140040b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8abc20ef-9cb5-4651-b281-2b950140040b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-46d5cb33-1415-4a67-9e05-81225aca93c1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(231, 217, 202, 1);
}








#s-46d5cb33-1415-4a67-9e05-81225aca93c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46d5cb33-1415-4a67-9e05-81225aca93c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6182d7fa-cbd5-40d4-9ad4-8b0a6e03af98 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-6182d7fa-cbd5-40d4-9ad4-8b0a6e03af98 {
  margin-top: 20px;
margin-bottom: 10px;
}
}
#s-6182d7fa-cbd5-40d4-9ad4-8b0a6e03af98 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


@media (min-width: 1200px){#s-6182d7fa-cbd5-40d4-9ad4-8b0a6e03af98 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-6182d7fa-cbd5-40d4-9ad4-8b0a6e03af98 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-4be63a98-5f19-44dc-a6d0-8e44b50a8f21 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1d4f870f-0223-47b3-bc05-802f0d6f2151 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
}
@media (max-width: 767px){#s-1d4f870f-0223-47b3-bc05-802f0d6f2151 {
  margin-bottom: 30px;
}
}
#s-78f3bcbc-9e22-4c10-9a03-88826bb89487 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-78f3bcbc-9e22-4c10-9a03-88826bb89487:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-78f3bcbc-9e22-4c10-9a03-88826bb89487:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-78f3bcbc-9e22-4c10-9a03-88826bb89487 {
  display: none;
}
#s-78f3bcbc-9e22-4c10-9a03-88826bb89487, #wrap-s-78f3bcbc-9e22-4c10-9a03-88826bb89487, #wrap-content-s-78f3bcbc-9e22-4c10-9a03-88826bb89487 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78f3bcbc-9e22-4c10-9a03-88826bb89487 {
  display: none;
}
#s-78f3bcbc-9e22-4c10-9a03-88826bb89487, #wrap-s-78f3bcbc-9e22-4c10-9a03-88826bb89487, #wrap-content-s-78f3bcbc-9e22-4c10-9a03-88826bb89487 { display: none !important; }}@media (max-width: 767px){#s-78f3bcbc-9e22-4c10-9a03-88826bb89487 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-78f3bcbc-9e22-4c10-9a03-88826bb89487-atc-btn-wrapper {
    text-align: center;
  }


#s-78f3bcbc-9e22-4c10-9a03-88826bb89487 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-78f3bcbc-9e22-4c10-9a03-88826bb89487-atc-btn-wrapper {
    text-align: center;
  }


#s-78f3bcbc-9e22-4c10-9a03-88826bb89487 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-78f3bcbc-9e22-4c10-9a03-88826bb89487-atc-btn-wrapper {
    text-align: center;
  }


#s-78f3bcbc-9e22-4c10-9a03-88826bb89487 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-78f3bcbc-9e22-4c10-9a03-88826bb89487-atc-btn-wrapper {
    text-align: center;
  }


#s-78f3bcbc-9e22-4c10-9a03-88826bb89487 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-78f3bcbc-9e22-4c10-9a03-88826bb89487-atc-btn-wrapper {
    text-align: center;
  }


#s-78f3bcbc-9e22-4c10-9a03-88826bb89487 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-78f3bcbc-9e22-4c10-9a03-88826bb89487.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-color: rgb(255, 255, 255);
border-style: none;
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
}
#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 {
  display: none;
}
#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848, #wrap-s-f65bc210-25fd-41ac-b7b0-c0cf7f968848, #wrap-content-s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 { display: none !important; }}@media (max-width: 767px){#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848, #wrap-s-f65bc210-25fd-41ac-b7b0-c0cf7f968848, #wrap-content-s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 { display: none !important; }}

  #s-f65bc210-25fd-41ac-b7b0-c0cf7f968848-atc-btn-wrapper {
    text-align: center;
  }


#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f65bc210-25fd-41ac-b7b0-c0cf7f968848-atc-btn-wrapper {
    text-align: center;
  }


#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f65bc210-25fd-41ac-b7b0-c0cf7f968848-atc-btn-wrapper {
    text-align: center;
  }


#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f65bc210-25fd-41ac-b7b0-c0cf7f968848-atc-btn-wrapper {
    text-align: center;
  }


#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f65bc210-25fd-41ac-b7b0-c0cf7f968848-atc-btn-wrapper {
    text-align: center;
  }


#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f65bc210-25fd-41ac-b7b0-c0cf7f968848.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4e090485-e622-47c0-9c86-f751ec2040a1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e090485-e622-47c0-9c86-f751ec2040a1 {
  display: none;
}
#s-4e090485-e622-47c0-9c86-f751ec2040a1, #wrap-s-4e090485-e622-47c0-9c86-f751ec2040a1, #wrap-content-s-4e090485-e622-47c0-9c86-f751ec2040a1 { display: none !important; }}@media (max-width: 767px){#s-4e090485-e622-47c0-9c86-f751ec2040a1 {
  display: none;
}
#s-4e090485-e622-47c0-9c86-f751ec2040a1, #wrap-s-4e090485-e622-47c0-9c86-f751ec2040a1, #wrap-content-s-4e090485-e622-47c0-9c86-f751ec2040a1 { display: none !important; }}







#s-4e090485-e622-47c0-9c86-f751ec2040a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e090485-e622-47c0-9c86-f751ec2040a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b888b59-7296-4f5e-8fb4-ffcb9233648b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-2b888b59-7296-4f5e-8fb4-ffcb9233648b {
  margin-top: 20px;
}
}







#s-2b888b59-7296-4f5e-8fb4-ffcb9233648b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b888b59-7296-4f5e-8fb4-ffcb9233648b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8c0ab94-29f5-426a-8dc7-841cd37e2e79 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c8c0ab94-29f5-426a-8dc7-841cd37e2e79 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8c0ab94-29f5-426a-8dc7-841cd37e2e79 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-c8c0ab94-29f5-426a-8dc7-841cd37e2e79 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  
  
}



#s-b0559350-87e6-482b-a455-8386838c11f1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b0559350-87e6-482b-a455-8386838c11f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0559350-87e6-482b-a455-8386838c11f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e304fcf-f966-4b69-a6e3-e5f0c0b5942e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6e304fcf-f966-4b69-a6e3-e5f0c0b5942e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e304fcf-f966-4b69-a6e3-e5f0c0b5942e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e304fcf-f966-4b69-a6e3-e5f0c0b5942e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e304fcf-f966-4b69-a6e3-e5f0c0b5942e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51692d1e-b965-435e-864b-554200ab163b {
  margin-left: auto;
margin-right: auto;
height: 400px;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-51692d1e-b965-435e-864b-554200ab163b {
  margin-top: 0px;
margin-bottom: 50px;
}
}
#s-51692d1e-b965-435e-864b-554200ab163b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51692d1e-b965-435e-864b-554200ab163b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51692d1e-b965-435e-864b-554200ab163b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51692d1e-b965-435e-864b-554200ab163b img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-51692d1e-b965-435e-864b-554200ab163b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51692d1e-b965-435e-864b-554200ab163b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51692d1e-b965-435e-864b-554200ab163b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51692d1e-b965-435e-864b-554200ab163b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-51692d1e-b965-435e-864b-554200ab163b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51692d1e-b965-435e-864b-554200ab163b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 50px;
}

#s-51692d1e-b965-435e-864b-554200ab163b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51692d1e-b965-435e-864b-554200ab163b img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-51692d1e-b965-435e-864b-554200ab163b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51692d1e-b965-435e-864b-554200ab163b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51692d1e-b965-435e-864b-554200ab163b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51692d1e-b965-435e-864b-554200ab163b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-51692d1e-b965-435e-864b-554200ab163b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51692d1e-b965-435e-864b-554200ab163b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51692d1e-b965-435e-864b-554200ab163b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51692d1e-b965-435e-864b-554200ab163b img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-51692d1e-b965-435e-864b-554200ab163b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51692d1e-b965-435e-864b-554200ab163b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51692d1e-b965-435e-864b-554200ab163b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51692d1e-b965-435e-864b-554200ab163b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-51692d1e-b965-435e-864b-554200ab163b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51692d1e-b965-435e-864b-554200ab163b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51692d1e-b965-435e-864b-554200ab163b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51692d1e-b965-435e-864b-554200ab163b img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-51692d1e-b965-435e-864b-554200ab163b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51692d1e-b965-435e-864b-554200ab163b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51692d1e-b965-435e-864b-554200ab163b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51692d1e-b965-435e-864b-554200ab163b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-51692d1e-b965-435e-864b-554200ab163b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51692d1e-b965-435e-864b-554200ab163b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51692d1e-b965-435e-864b-554200ab163b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-51692d1e-b965-435e-864b-554200ab163b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-51692d1e-b965-435e-864b-554200ab163b img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-51692d1e-b965-435e-864b-554200ab163b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51692d1e-b965-435e-864b-554200ab163b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51692d1e-b965-435e-864b-554200ab163b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51692d1e-b965-435e-864b-554200ab163b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  margin-left: auto;
margin-right: auto;
height: 400px;
max-width: 1500px;
text-align: center;
}
@media (min-width: 1200px){#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  margin-bottom: 50px;
}
}@media (max-width: 767px){#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}
#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 50px;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  
  
  
}


.shg-image-content-margin-container-s-4547afa0-ff62-4f97-9b0b-e77fa72de247 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4547afa0-ff62-4f97-9b0b-e77fa72de247 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4547afa0-ff62-4f97-9b0b-e77fa72de247.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9cfff5d4-b5dd-45a0-8180-5ab0fec5c5f1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9cfff5d4-b5dd-45a0-8180-5ab0fec5c5f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9cfff5d4-b5dd-45a0-8180-5ab0fec5c5f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9cfff5d4-b5dd-45a0-8180-5ab0fec5c5f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cfff5d4-b5dd-45a0-8180-5ab0fec5c5f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-d8030b3c-5e5f-4943-b0be-a9db5b9c226c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-d8030b3c-5e5f-4943-b0be-a9db5b9c226c {
  margin-top: 8px;
}
}
#s-d8030b3c-5e5f-4943-b0be-a9db5b9c226c .shogun-icon-wrapper {
  text-align: center;
}


#s-d8030b3c-5e5f-4943-b0be-a9db5b9c226c .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(94, 163, 34, 1);
}
@media (max-width: 767px){#s-d8030b3c-5e5f-4943-b0be-a9db5b9c226c .shogun-icon-wrapper {
  text-align: center;
}


#s-d8030b3c-5e5f-4943-b0be-a9db5b9c226c .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(94, 163, 34, 1);
}
}
#s-85624d95-7057-4a7a-bf90-c13089adbc52 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-85624d95-7057-4a7a-bf90-c13089adbc52 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85624d95-7057-4a7a-bf90-c13089adbc52 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-85624d95-7057-4a7a-bf90-c13089adbc52 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-85624d95-7057-4a7a-bf90-c13089adbc52 .shg-proportional-font-size,
#s-85624d95-7057-4a7a-bf90-c13089adbc52 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c25e6019-49cd-4ef1-9990-6805918c8d78 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c25e6019-49cd-4ef1-9990-6805918c8d78 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c25e6019-49cd-4ef1-9990-6805918c8d78 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c25e6019-49cd-4ef1-9990-6805918c8d78 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-c25e6019-49cd-4ef1-9990-6805918c8d78 {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-c25e6019-49cd-4ef1-9990-6805918c8d78 hr {
  border-top: 2px solid #ddd;
}

#s-285ce600-125f-499a-aae3-ac5e42c1f76d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-285ce600-125f-499a-aae3-ac5e42c1f76d {
  margin-top: 10px;
}
}
#s-285ce600-125f-499a-aae3-ac5e42c1f76d .shogun-icon-wrapper {
  text-align: center;
}


#s-285ce600-125f-499a-aae3-ac5e42c1f76d .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(80, 67, 49, 1);
}
@media (max-width: 767px){#s-285ce600-125f-499a-aae3-ac5e42c1f76d .shogun-icon-wrapper {
  text-align: center;
}


#s-285ce600-125f-499a-aae3-ac5e42c1f76d .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(211, 63, 23, 1);
}
}
#s-10e9189f-b634-4f4f-8e03-bb64e14294fc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-10e9189f-b634-4f4f-8e03-bb64e14294fc {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-10e9189f-b634-4f4f-8e03-bb64e14294fc {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-10e9189f-b634-4f4f-8e03-bb64e14294fc .shg-proportional-font-size,
#s-10e9189f-b634-4f4f-8e03-bb64e14294fc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5aba9f5a-ea8c-4354-9e3c-46d6ad3b2268 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5aba9f5a-ea8c-4354-9e3c-46d6ad3b2268 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5aba9f5a-ea8c-4354-9e3c-46d6ad3b2268 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5aba9f5a-ea8c-4354-9e3c-46d6ad3b2268 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-5aba9f5a-ea8c-4354-9e3c-46d6ad3b2268 {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-5aba9f5a-ea8c-4354-9e3c-46d6ad3b2268 hr {
  border-top: 2px solid #ddd;
}

#s-a84c9adb-bff5-418a-9159-f37d7ac71839 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-a84c9adb-bff5-418a-9159-f37d7ac71839"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a84c9adb-bff5-418a-9159-f37d7ac71839"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a84c9adb-bff5-418a-9159-f37d7ac71839"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a84c9adb-bff5-418a-9159-f37d7ac71839"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-14bc895b-518b-45d2-9eae-a3322c59be2e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-14bc895b-518b-45d2-9eae-a3322c59be2e {
  margin-top: 8px;
}
}
#s-14bc895b-518b-45d2-9eae-a3322c59be2e .shogun-icon-wrapper {
  text-align: center;
}


#s-14bc895b-518b-45d2-9eae-a3322c59be2e .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(94, 163, 34, 1);
}
@media (max-width: 767px){#s-14bc895b-518b-45d2-9eae-a3322c59be2e .shogun-icon-wrapper {
  text-align: center;
}


#s-14bc895b-518b-45d2-9eae-a3322c59be2e .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(94, 163, 34, 1);
}
}
#s-d64d3806-a4fa-4383-b4fe-ddd648a0d889 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-d64d3806-a4fa-4383-b4fe-ddd648a0d889 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d64d3806-a4fa-4383-b4fe-ddd648a0d889 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-d64d3806-a4fa-4383-b4fe-ddd648a0d889 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-d64d3806-a4fa-4383-b4fe-ddd648a0d889 .shg-proportional-font-size,
#s-d64d3806-a4fa-4383-b4fe-ddd648a0d889 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ab118073-30f6-4318-9547-8f494d26638a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ab118073-30f6-4318-9547-8f494d26638a {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab118073-30f6-4318-9547-8f494d26638a {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab118073-30f6-4318-9547-8f494d26638a {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-ab118073-30f6-4318-9547-8f494d26638a {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-ab118073-30f6-4318-9547-8f494d26638a hr {
  border-top: 2px solid #ddd;
}

#s-8d575074-90f7-4f05-bc89-2708589553ea {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-8d575074-90f7-4f05-bc89-2708589553ea {
  margin-top: 10px;
}
}
#s-8d575074-90f7-4f05-bc89-2708589553ea .shogun-icon-wrapper {
  text-align: center;
}


#s-8d575074-90f7-4f05-bc89-2708589553ea .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(80, 67, 49, 1);
}
@media (max-width: 767px){#s-8d575074-90f7-4f05-bc89-2708589553ea .shogun-icon-wrapper {
  text-align: center;
}


#s-8d575074-90f7-4f05-bc89-2708589553ea .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(211, 63, 23, 1);
}
}
#s-6708b083-a643-4466-a949-dc08a97cc403 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6708b083-a643-4466-a949-dc08a97cc403 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-6708b083-a643-4466-a949-dc08a97cc403 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-6708b083-a643-4466-a949-dc08a97cc403 .shg-proportional-font-size,
#s-6708b083-a643-4466-a949-dc08a97cc403 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-28c396b7-1e32-41c1-8fea-a3d886d984dd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-28c396b7-1e32-41c1-8fea-a3d886d984dd {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28c396b7-1e32-41c1-8fea-a3d886d984dd {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-28c396b7-1e32-41c1-8fea-a3d886d984dd {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-28c396b7-1e32-41c1-8fea-a3d886d984dd {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-28c396b7-1e32-41c1-8fea-a3d886d984dd hr {
  border-top: 2px solid #ddd;
}

#s-84d6eed9-c456-4fee-970d-5f81e95ff003 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-84d6eed9-c456-4fee-970d-5f81e95ff003"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-84d6eed9-c456-4fee-970d-5f81e95ff003"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-84d6eed9-c456-4fee-970d-5f81e95ff003"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-84d6eed9-c456-4fee-970d-5f81e95ff003"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-bb01be57-25df-40c2-a4f9-578377d00050 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-bb01be57-25df-40c2-a4f9-578377d00050 {
  margin-top: 8px;
}
}
#s-bb01be57-25df-40c2-a4f9-578377d00050 .shogun-icon-wrapper {
  text-align: center;
}


#s-bb01be57-25df-40c2-a4f9-578377d00050 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(94, 163, 34, 1);
}
@media (max-width: 767px){#s-bb01be57-25df-40c2-a4f9-578377d00050 .shogun-icon-wrapper {
  text-align: center;
}


#s-bb01be57-25df-40c2-a4f9-578377d00050 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(94, 163, 34, 1);
}
}
#s-05c17798-c9d0-4b5e-bb56-a486f12755e4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-05c17798-c9d0-4b5e-bb56-a486f12755e4 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05c17798-c9d0-4b5e-bb56-a486f12755e4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-05c17798-c9d0-4b5e-bb56-a486f12755e4 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-05c17798-c9d0-4b5e-bb56-a486f12755e4 .shg-proportional-font-size,
#s-05c17798-c9d0-4b5e-bb56-a486f12755e4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e5f06d6a-baa1-4b66-bc35-43f07fdafea4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e5f06d6a-baa1-4b66-bc35-43f07fdafea4 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5f06d6a-baa1-4b66-bc35-43f07fdafea4 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5f06d6a-baa1-4b66-bc35-43f07fdafea4 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-e5f06d6a-baa1-4b66-bc35-43f07fdafea4 {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-e5f06d6a-baa1-4b66-bc35-43f07fdafea4 hr {
  border-top: 2px solid #ddd;
}

#s-5c32fd80-89dd-4a8e-abbe-bab015447312 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-5c32fd80-89dd-4a8e-abbe-bab015447312 {
  margin-top: 10px;
}
}
#s-5c32fd80-89dd-4a8e-abbe-bab015447312 .shogun-icon-wrapper {
  text-align: center;
}


#s-5c32fd80-89dd-4a8e-abbe-bab015447312 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(80, 67, 49, 1);
}
@media (max-width: 767px){#s-5c32fd80-89dd-4a8e-abbe-bab015447312 .shogun-icon-wrapper {
  text-align: center;
}


#s-5c32fd80-89dd-4a8e-abbe-bab015447312 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(211, 63, 23, 1);
}
}
#s-a222764d-adff-419d-ac03-86715a889af4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-a222764d-adff-419d-ac03-86715a889af4 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-a222764d-adff-419d-ac03-86715a889af4 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-a222764d-adff-419d-ac03-86715a889af4 .shg-proportional-font-size,
#s-a222764d-adff-419d-ac03-86715a889af4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-92e1e28c-b479-4362-b5c0-8b0e787a74b1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-92e1e28c-b479-4362-b5c0-8b0e787a74b1 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92e1e28c-b479-4362-b5c0-8b0e787a74b1 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92e1e28c-b479-4362-b5c0-8b0e787a74b1 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-92e1e28c-b479-4362-b5c0-8b0e787a74b1 {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-92e1e28c-b479-4362-b5c0-8b0e787a74b1 hr {
  border-top: 2px solid #ddd;
}

#s-f6c830c6-2206-471b-a6cc-c3d122820b54 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f6c830c6-2206-471b-a6cc-c3d122820b54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f6c830c6-2206-471b-a6cc-c3d122820b54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f6c830c6-2206-471b-a6cc-c3d122820b54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6c830c6-2206-471b-a6cc-c3d122820b54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5f8ae901-b451-473b-8b20-08c26af5652a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-5f8ae901-b451-473b-8b20-08c26af5652a {
  margin-top: 8px;
}
}
#s-5f8ae901-b451-473b-8b20-08c26af5652a .shogun-icon-wrapper {
  text-align: center;
}


#s-5f8ae901-b451-473b-8b20-08c26af5652a .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(94, 163, 34, 1);
}
@media (max-width: 767px){#s-5f8ae901-b451-473b-8b20-08c26af5652a .shogun-icon-wrapper {
  text-align: center;
}


#s-5f8ae901-b451-473b-8b20-08c26af5652a .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(94, 163, 34, 1);
}
}
#s-676f5a81-106b-4f8e-a065-fe67da77ab19 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-676f5a81-106b-4f8e-a065-fe67da77ab19 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-676f5a81-106b-4f8e-a065-fe67da77ab19 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-676f5a81-106b-4f8e-a065-fe67da77ab19 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-676f5a81-106b-4f8e-a065-fe67da77ab19 .shg-proportional-font-size,
#s-676f5a81-106b-4f8e-a065-fe67da77ab19 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-74b9f3ed-20a0-4576-9835-fb198ccd0057 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-74b9f3ed-20a0-4576-9835-fb198ccd0057 {
  margin-top: 10px;
}
}
#s-74b9f3ed-20a0-4576-9835-fb198ccd0057 .shogun-icon-wrapper {
  text-align: center;
}


#s-74b9f3ed-20a0-4576-9835-fb198ccd0057 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(80, 67, 49, 1);
}
@media (max-width: 767px){#s-74b9f3ed-20a0-4576-9835-fb198ccd0057 .shogun-icon-wrapper {
  text-align: center;
}


#s-74b9f3ed-20a0-4576-9835-fb198ccd0057 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(211, 63, 23, 1);
}
}
#s-d42e2604-f187-4b13-80fc-920e75faa02c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d42e2604-f187-4b13-80fc-920e75faa02c {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-d42e2604-f187-4b13-80fc-920e75faa02c {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-d42e2604-f187-4b13-80fc-920e75faa02c .shg-proportional-font-size,
#s-d42e2604-f187-4b13-80fc-920e75faa02c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1200px;
background-color: rgba(231, 217, 202, 0);
}
@media (min-width: 1200px){#s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a {
  display: none;
}
#s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a, #wrap-s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a, #wrap-content-s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a {
  display: none;
}
#s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a, #wrap-s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a, #wrap-content-s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a { display: none !important; }}@media (max-width: 767px){#s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 4%;
padding-bottom: 40px;
padding-right: 4%;
}
}







#s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d28fceba-560f-49d6-8c3f-d9acbaaeaf0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb7efb3d-d531-4d26-a1e1-a6e5f47b93a7 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-bb7efb3d-d531-4d26-a1e1-a6e5f47b93a7 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-bb7efb3d-d531-4d26-a1e1-a6e5f47b93a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb7efb3d-d531-4d26-a1e1-a6e5f47b93a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fc6f906-8a30-46c4-bdee-3a53d15e59ab {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1fc6f906-8a30-46c4-bdee-3a53d15e59ab {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fc6f906-8a30-46c4-bdee-3a53d15e59ab {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1fc6f906-8a30-46c4-bdee-3a53d15e59ab {
  margin-top: 20px;
}
}
#s-1fc6f906-8a30-46c4-bdee-3a53d15e59ab .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  
  
}


@media (max-width: 767px){#s-1fc6f906-8a30-46c4-bdee-3a53d15e59ab .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-225efe52-99fe-4277-a09c-aca1b21e83fc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-225efe52-99fe-4277-a09c-aca1b21e83fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-225efe52-99fe-4277-a09c-aca1b21e83fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d6d5ddb-0d69-4e0a-9aa2-e9a9435e003a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2d6d5ddb-0d69-4e0a-9aa2-e9a9435e003a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2d6d5ddb-0d69-4e0a-9aa2-e9a9435e003a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d6d5ddb-0d69-4e0a-9aa2-e9a9435e003a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d6d5ddb-0d69-4e0a-9aa2-e9a9435e003a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  margin-left: auto;
margin-right: auto;
height: 400px;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  margin-top: 0px;
margin-bottom: 50px;
max-width: 400px;
}
}@media (max-width: 767px){#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  height: 200px;
aspect-ratio: 1/1;
}
}
#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 50px;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image-container {
      position: relative;
    }

    .s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b7d63f9-72c3-4362-90e6-5e4240da51a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b7d63f9-72c3-4362-90e6-5e4240da51a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 400px;
      
      max-width: 800px;
    }
  }

}
#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  margin-left: auto;
margin-right: auto;
height: 400px;
max-width: 1500px;
text-align: center;
}
@media (min-width: 1200px){#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  margin-bottom: 50px;
}
}@media (max-width: 767px){#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
height: 200px;
aspect-ratio: 1/1;
}
}
#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 50px;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  
  
  
}


.shg-image-content-margin-container-s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 img.shogun-image {
  width: 100%;
  height: 400px;
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: contain;
  object-position: none;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image-container {
      position: relative;
    }

    .s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec375e9a-e490-4a8e-ac61-e46d8e5fa483 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 400px;
      
      max-width: 1500px;
    }
  }

}
#s-80f842a9-478f-43ab-b73d-5d96b1c79d88 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-80f842a9-478f-43ab-b73d-5d96b1c79d88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-80f842a9-478f-43ab-b73d-5d96b1c79d88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-80f842a9-478f-43ab-b73d-5d96b1c79d88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-80f842a9-478f-43ab-b73d-5d96b1c79d88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e39c547b-637b-4a92-b03a-d21e8390a368 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-e39c547b-637b-4a92-b03a-d21e8390a368 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-e39c547b-637b-4a92-b03a-d21e8390a368 .shogun-icon-wrapper {
  text-align: center;
}


#s-e39c547b-637b-4a92-b03a-d21e8390a368 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(94, 163, 34, 1);
}
@media (max-width: 767px){#s-e39c547b-637b-4a92-b03a-d21e8390a368 .shogun-icon-wrapper {
  text-align: center;
}


#s-e39c547b-637b-4a92-b03a-d21e8390a368 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(94, 163, 34, 1);
}
}
#s-3476f7ab-b916-4dbd-86f6-fac3f522fc22 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-3476f7ab-b916-4dbd-86f6-fac3f522fc22 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3476f7ab-b916-4dbd-86f6-fac3f522fc22 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-3476f7ab-b916-4dbd-86f6-fac3f522fc22 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-3476f7ab-b916-4dbd-86f6-fac3f522fc22 .shg-proportional-font-size,
#s-3476f7ab-b916-4dbd-86f6-fac3f522fc22 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-546c1161-b079-41ed-b74b-ddf42b603d57 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-546c1161-b079-41ed-b74b-ddf42b603d57 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-546c1161-b079-41ed-b74b-ddf42b603d57 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-546c1161-b079-41ed-b74b-ddf42b603d57 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-546c1161-b079-41ed-b74b-ddf42b603d57 {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-546c1161-b079-41ed-b74b-ddf42b603d57 hr {
  border-top: 2px solid #ddd;
}

#s-1b39f03d-4e2a-4edb-9645-237784ccfd64 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-1b39f03d-4e2a-4edb-9645-237784ccfd64 {
  margin-top: 10px;
}
}
#s-1b39f03d-4e2a-4edb-9645-237784ccfd64 .shogun-icon-wrapper {
  text-align: center;
}


#s-1b39f03d-4e2a-4edb-9645-237784ccfd64 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(80, 67, 49, 1);
}
@media (max-width: 767px){#s-1b39f03d-4e2a-4edb-9645-237784ccfd64 .shogun-icon-wrapper {
  text-align: center;
}


#s-1b39f03d-4e2a-4edb-9645-237784ccfd64 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(80, 67, 49, 1);
}
}
#s-3b33800f-039d-4f0f-a6b0-40e0d7bed663 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-3b33800f-039d-4f0f-a6b0-40e0d7bed663 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-3b33800f-039d-4f0f-a6b0-40e0d7bed663 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-3b33800f-039d-4f0f-a6b0-40e0d7bed663 .shg-proportional-font-size,
#s-3b33800f-039d-4f0f-a6b0-40e0d7bed663 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c9231db6-f61d-40db-a0d6-f91b4147561f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c9231db6-f61d-40db-a0d6-f91b4147561f {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9231db6-f61d-40db-a0d6-f91b4147561f {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9231db6-f61d-40db-a0d6-f91b4147561f {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-c9231db6-f61d-40db-a0d6-f91b4147561f {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-c9231db6-f61d-40db-a0d6-f91b4147561f hr {
  border-top: 2px solid #ddd;
}

#s-d17f4395-894b-4960-8c24-9d1003fea715 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d17f4395-894b-4960-8c24-9d1003fea715"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d17f4395-894b-4960-8c24-9d1003fea715"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d17f4395-894b-4960-8c24-9d1003fea715"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d17f4395-894b-4960-8c24-9d1003fea715"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-ab03cf70-7b92-4364-90f1-f25966f39cda {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-ab03cf70-7b92-4364-90f1-f25966f39cda {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-ab03cf70-7b92-4364-90f1-f25966f39cda .shogun-icon-wrapper {
  text-align: center;
}


#s-ab03cf70-7b92-4364-90f1-f25966f39cda .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(94, 163, 34, 1);
}
@media (max-width: 767px){#s-ab03cf70-7b92-4364-90f1-f25966f39cda .shogun-icon-wrapper {
  text-align: center;
}


#s-ab03cf70-7b92-4364-90f1-f25966f39cda .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(94, 163, 34, 1);
}
}
#s-ed473578-be29-4598-967e-c80877012c3b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ed473578-be29-4598-967e-c80877012c3b {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed473578-be29-4598-967e-c80877012c3b {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-ed473578-be29-4598-967e-c80877012c3b {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-ed473578-be29-4598-967e-c80877012c3b .shg-proportional-font-size,
#s-ed473578-be29-4598-967e-c80877012c3b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-01df0141-5b65-419a-991b-35e0e70fd751 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-01df0141-5b65-419a-991b-35e0e70fd751 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01df0141-5b65-419a-991b-35e0e70fd751 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-01df0141-5b65-419a-991b-35e0e70fd751 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-01df0141-5b65-419a-991b-35e0e70fd751 {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-01df0141-5b65-419a-991b-35e0e70fd751 hr {
  border-top: 2px solid #ddd;
}

#s-1766270a-9b5b-4123-920c-c150d814c248 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-1766270a-9b5b-4123-920c-c150d814c248 {
  margin-top: 10px;
}
}
#s-1766270a-9b5b-4123-920c-c150d814c248 .shogun-icon-wrapper {
  text-align: center;
}


#s-1766270a-9b5b-4123-920c-c150d814c248 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(80, 67, 49, 1);
}
@media (max-width: 767px){#s-1766270a-9b5b-4123-920c-c150d814c248 .shogun-icon-wrapper {
  text-align: center;
}


#s-1766270a-9b5b-4123-920c-c150d814c248 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(80, 67, 49, 1);
}
}
#s-c12daf01-7a7e-4a7d-bddb-d09781773624 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c12daf01-7a7e-4a7d-bddb-d09781773624 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-c12daf01-7a7e-4a7d-bddb-d09781773624 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-c12daf01-7a7e-4a7d-bddb-d09781773624 .shg-proportional-font-size,
#s-c12daf01-7a7e-4a7d-bddb-d09781773624 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-126f9602-6c02-463d-aedd-b91ed5742e5a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-126f9602-6c02-463d-aedd-b91ed5742e5a {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-126f9602-6c02-463d-aedd-b91ed5742e5a {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-126f9602-6c02-463d-aedd-b91ed5742e5a {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-126f9602-6c02-463d-aedd-b91ed5742e5a {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-126f9602-6c02-463d-aedd-b91ed5742e5a hr {
  border-top: 2px solid #ddd;
}

#s-84c37be9-7360-4b1d-bc0d-0fe35caf1df3 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-84c37be9-7360-4b1d-bc0d-0fe35caf1df3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-84c37be9-7360-4b1d-bc0d-0fe35caf1df3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-84c37be9-7360-4b1d-bc0d-0fe35caf1df3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-84c37be9-7360-4b1d-bc0d-0fe35caf1df3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-1ac04d6b-6044-4b7c-bcd1-c8e47b7e0c90 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-1ac04d6b-6044-4b7c-bcd1-c8e47b7e0c90 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-1ac04d6b-6044-4b7c-bcd1-c8e47b7e0c90 .shogun-icon-wrapper {
  text-align: center;
}


#s-1ac04d6b-6044-4b7c-bcd1-c8e47b7e0c90 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(94, 163, 34, 1);
}
@media (max-width: 767px){#s-1ac04d6b-6044-4b7c-bcd1-c8e47b7e0c90 .shogun-icon-wrapper {
  text-align: center;
}


#s-1ac04d6b-6044-4b7c-bcd1-c8e47b7e0c90 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(94, 163, 34, 1);
}
}
#s-12141f07-2a96-45e1-b873-3d33d653279f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-12141f07-2a96-45e1-b873-3d33d653279f {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12141f07-2a96-45e1-b873-3d33d653279f {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-12141f07-2a96-45e1-b873-3d33d653279f {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-12141f07-2a96-45e1-b873-3d33d653279f .shg-proportional-font-size,
#s-12141f07-2a96-45e1-b873-3d33d653279f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-196ce1f1-8a72-47c4-8e1d-f0a5c867aeeb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-196ce1f1-8a72-47c4-8e1d-f0a5c867aeeb {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-196ce1f1-8a72-47c4-8e1d-f0a5c867aeeb {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-196ce1f1-8a72-47c4-8e1d-f0a5c867aeeb {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-196ce1f1-8a72-47c4-8e1d-f0a5c867aeeb {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-196ce1f1-8a72-47c4-8e1d-f0a5c867aeeb hr {
  border-top: 2px solid #ddd;
}

#s-3b3fd48d-356e-4e3e-af9e-3754a0d8b3ea {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-3b3fd48d-356e-4e3e-af9e-3754a0d8b3ea {
  margin-top: 10px;
}
}
#s-3b3fd48d-356e-4e3e-af9e-3754a0d8b3ea .shogun-icon-wrapper {
  text-align: center;
}


#s-3b3fd48d-356e-4e3e-af9e-3754a0d8b3ea .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(80, 67, 49, 1);
}
@media (max-width: 767px){#s-3b3fd48d-356e-4e3e-af9e-3754a0d8b3ea .shogun-icon-wrapper {
  text-align: center;
}


#s-3b3fd48d-356e-4e3e-af9e-3754a0d8b3ea .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(80, 67, 49, 1);
}
}
#s-c82f99d6-7942-45bc-aaf3-f6314fdd11e2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c82f99d6-7942-45bc-aaf3-f6314fdd11e2 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-c82f99d6-7942-45bc-aaf3-f6314fdd11e2 {
  margin-top: -25px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-c82f99d6-7942-45bc-aaf3-f6314fdd11e2 .shg-proportional-font-size,
#s-c82f99d6-7942-45bc-aaf3-f6314fdd11e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-466f179d-cb39-4ce5-badd-b02f4bb24e00 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-466f179d-cb39-4ce5-badd-b02f4bb24e00 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-466f179d-cb39-4ce5-badd-b02f4bb24e00 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-466f179d-cb39-4ce5-badd-b02f4bb24e00 {
  margin-top: -30px;
margin-bottom: -30px;
}
}@media (max-width: 767px){#s-466f179d-cb39-4ce5-badd-b02f4bb24e00 {
  margin-top: -30px;
margin-bottom: -30px;
}
}
#s-466f179d-cb39-4ce5-badd-b02f4bb24e00 hr {
  border-top: 2px solid #ddd;
}

#s-ec76e87c-5fbd-446c-8677-43597a460b30 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ec76e87c-5fbd-446c-8677-43597a460b30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ec76e87c-5fbd-446c-8677-43597a460b30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ec76e87c-5fbd-446c-8677-43597a460b30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec76e87c-5fbd-446c-8677-43597a460b30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-0e7e90a2-9404-49c1-ab36-0c508af33fe6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-0e7e90a2-9404-49c1-ab36-0c508af33fe6 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-0e7e90a2-9404-49c1-ab36-0c508af33fe6 .shogun-icon-wrapper {
  text-align: center;
}


#s-0e7e90a2-9404-49c1-ab36-0c508af33fe6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(94, 163, 34, 1);
}
@media (max-width: 767px){#s-0e7e90a2-9404-49c1-ab36-0c508af33fe6 .shogun-icon-wrapper {
  text-align: center;
}


#s-0e7e90a2-9404-49c1-ab36-0c508af33fe6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(94, 163, 34, 1);
}
}
#s-898db7f1-5d5c-4bc3-b901-79ec6e0dad3e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-898db7f1-5d5c-4bc3-b901-79ec6e0dad3e {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-898db7f1-5d5c-4bc3-b901-79ec6e0dad3e {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-898db7f1-5d5c-4bc3-b901-79ec6e0dad3e {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-898db7f1-5d5c-4bc3-b901-79ec6e0dad3e .shg-proportional-font-size,
#s-898db7f1-5d5c-4bc3-b901-79ec6e0dad3e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d10f0aa8-cca4-4e06-997d-65ef27ee8952 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (max-width: 767px){#s-d10f0aa8-cca4-4e06-997d-65ef27ee8952 {
  margin-top: 10px;
}
}
#s-d10f0aa8-cca4-4e06-997d-65ef27ee8952 .shogun-icon-wrapper {
  text-align: center;
}


#s-d10f0aa8-cca4-4e06-997d-65ef27ee8952 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(80, 67, 49, 1);
}
@media (max-width: 767px){#s-d10f0aa8-cca4-4e06-997d-65ef27ee8952 .shogun-icon-wrapper {
  text-align: center;
}


#s-d10f0aa8-cca4-4e06-997d-65ef27ee8952 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(80, 67, 49, 1);
}
}
#s-1ca0d917-16d0-48a6-97e0-9d7717a955b6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1ca0d917-16d0-48a6-97e0-9d7717a955b6 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-1ca0d917-16d0-48a6-97e0-9d7717a955b6 {
  margin-top: -25px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-1ca0d917-16d0-48a6-97e0-9d7717a955b6 .shg-proportional-font-size,
#s-1ca0d917-16d0-48a6-97e0-9d7717a955b6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-88b09fc4-a235-4cb2-a005-9e2b031bafd0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(231, 217, 202, 1);
}
@media (min-width: 1200px){#s-88b09fc4-a235-4cb2-a005-9e2b031bafd0 {
  display: none;
}
#s-88b09fc4-a235-4cb2-a005-9e2b031bafd0, #wrap-s-88b09fc4-a235-4cb2-a005-9e2b031bafd0, #wrap-content-s-88b09fc4-a235-4cb2-a005-9e2b031bafd0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88b09fc4-a235-4cb2-a005-9e2b031bafd0 {
  display: none;
}
#s-88b09fc4-a235-4cb2-a005-9e2b031bafd0, #wrap-s-88b09fc4-a235-4cb2-a005-9e2b031bafd0, #wrap-content-s-88b09fc4-a235-4cb2-a005-9e2b031bafd0 { display: none !important; }}@media (max-width: 767px){#s-88b09fc4-a235-4cb2-a005-9e2b031bafd0 {
  padding-bottom: 30px;
}
}







#s-88b09fc4-a235-4cb2-a005-9e2b031bafd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88b09fc4-a235-4cb2-a005-9e2b031bafd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d7ddaee-91a1-41fc-8130-1deb74e3f8b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1d7ddaee-91a1-41fc-8130-1deb74e3f8b0 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-1d7ddaee-91a1-41fc-8130-1deb74e3f8b0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (max-width: 767px){#s-1d7ddaee-91a1-41fc-8130-1deb74e3f8b0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  max-width: 800px;
}
}
#s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  
  
}


.shg-image-content-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 2%;
  padding-right: 2%;
  
  
}


.shg-image-content-margin-container-s-3d14f69f-f516-4d44-9cf5-97a906932be3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3d14f69f-f516-4d44-9cf5-97a906932be3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d14f69f-f516-4d44-9cf5-97a906932be3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ece9cc01-7fcd-44ec-bc04-2821bf92fee3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 {
  display: none;
}
#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0, #wrap-s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0, #wrap-content-s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 {
  display: none;
}
#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0, #wrap-s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0, #wrap-content-s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 { display: none !important; }}@media (max-width: 767px){#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0-atc-btn-wrapper {
    text-align: center;
  }


#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0-atc-btn-wrapper {
    text-align: center;
  }


#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0-atc-btn-wrapper {
    text-align: center;
  }


#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0-atc-btn-wrapper {
    text-align: center;
  }


#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0-atc-btn-wrapper {
    text-align: center;
  }


#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-efe9529c-e0d5-4309-9a6f-9bc3d4e21cf0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(231, 217, 202, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6 {
  display: none;
}
#s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6, #wrap-s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6, #wrap-content-s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6 { display: none !important; }}@media (max-width: 767px){#s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6 {
  display: none;
}
#s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6, #wrap-s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6, #wrap-content-s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6 { display: none !important; }}







#s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-818a25a5-5dc0-4fc3-a705-71bc812ccfe6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d14bdef-f925-4b9b-a914-8ab39cfdc7af {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1d14bdef-f925-4b9b-a914-8ab39cfdc7af {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-1d14bdef-f925-4b9b-a914-8ab39cfdc7af .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 10%;
  padding-right: 10%;
  
  
}


.shg-image-content-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b393e3aa-4f94-4b24-9385-291ce2d54813 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813 img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b393e3aa-4f94-4b24-9385-291ce2d54813 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b393e3aa-4f94-4b24-9385-291ce2d54813.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d08ece34-a1fb-4083-b66d-33bd969afbf2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-color: rgb(255, 255, 255);
border-style: none;
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
}
#s-f115b1f8-9b66-40c6-8a35-20416e404375:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f115b1f8-9b66-40c6-8a35-20416e404375:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f115b1f8-9b66-40c6-8a35-20416e404375 {
  display: none;
}
#s-f115b1f8-9b66-40c6-8a35-20416e404375, #wrap-s-f115b1f8-9b66-40c6-8a35-20416e404375, #wrap-content-s-f115b1f8-9b66-40c6-8a35-20416e404375 { display: none !important; }}@media (max-width: 767px){#s-f115b1f8-9b66-40c6-8a35-20416e404375 {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-f115b1f8-9b66-40c6-8a35-20416e404375, #wrap-s-f115b1f8-9b66-40c6-8a35-20416e404375, #wrap-content-s-f115b1f8-9b66-40c6-8a35-20416e404375 { display: none !important; }}

  #s-f115b1f8-9b66-40c6-8a35-20416e404375-atc-btn-wrapper {
    text-align: center;
  }


#s-f115b1f8-9b66-40c6-8a35-20416e404375 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f115b1f8-9b66-40c6-8a35-20416e404375-atc-btn-wrapper {
    text-align: center;
  }


#s-f115b1f8-9b66-40c6-8a35-20416e404375 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f115b1f8-9b66-40c6-8a35-20416e404375-atc-btn-wrapper {
    text-align: center;
  }


#s-f115b1f8-9b66-40c6-8a35-20416e404375 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f115b1f8-9b66-40c6-8a35-20416e404375-atc-btn-wrapper {
    text-align: center;
  }


#s-f115b1f8-9b66-40c6-8a35-20416e404375 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f115b1f8-9b66-40c6-8a35-20416e404375-atc-btn-wrapper {
    text-align: center;
  }


#s-f115b1f8-9b66-40c6-8a35-20416e404375 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f115b1f8-9b66-40c6-8a35-20416e404375.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8 {
  display: none;
}
#s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8, #wrap-s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8, #wrap-content-s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8 { display: none !important; }}@media (max-width: 767px){#s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8 {
  display: none;
}
#s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8, #wrap-s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8, #wrap-content-s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8 { display: none !important; }}







#s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10b80bd1-90ae-48e4-9ea9-5be7436b1bf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4de91b2d-d8df-48bd-9b07-70f13d74abaa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-4de91b2d-d8df-48bd-9b07-70f13d74abaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4de91b2d-d8df-48bd-9b07-70f13d74abaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4de91b2d-d8df-48bd-9b07-70f13d74abaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4de91b2d-d8df-48bd-9b07-70f13d74abaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-197f5271-6868-4c49-a5ae-176f280a9409 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-197f5271-6868-4c49-a5ae-176f280a9409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-197f5271-6868-4c49-a5ae-176f280a9409.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  max-width: 1521px;
text-align: center;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  margin: 0 !important;
  overflow: visible;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add background color handling */
  
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 30px;

}






.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image {
  box-sizing: border-box;
}



.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  margin: 0 !important;
  overflow: visible;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add background color handling */
  
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image {
  box-sizing: border-box;
}



.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  margin: 0 !important;
  overflow: visible;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add background color handling */
  
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image {
  box-sizing: border-box;
}



.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  margin: 0 !important;
  overflow: visible;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add background color handling */
  
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image {
  box-sizing: border-box;
}



.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  margin: 0 !important;
  overflow: visible;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d80b1147-1f7e-4975-ab5f-bce70c82de14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add background color handling */
  
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d80b1147-1f7e-4975-ab5f-bce70c82de14.shogun-image {
  box-sizing: border-box;
}



.s-d80b1147-1f7e-4975-ab5f-bce70c82de14 img.shogun-image {
  
}


}
#s-470f7a5d-279f-4f17-8d43-15935aaf8beb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-470f7a5d-279f-4f17-8d43-15935aaf8beb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-470f7a5d-279f-4f17-8d43-15935aaf8beb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-650a5273-4e4e-4b02-aee4-2a53414e3302 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-650a5273-4e4e-4b02-aee4-2a53414e3302 {
  padding-top: 30px;
padding-bottom: 10px;
}
}
#s-650a5273-4e4e-4b02-aee4-2a53414e3302 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-650a5273-4e4e-4b02-aee4-2a53414e3302 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  
  
}


}
#s-deed87f5-2552-4113-bbcb-745772448752 {
  margin-left: auto;
margin-right: auto;
}

#s-deed87f5-2552-4113-bbcb-745772448752 .shg-proportional-font-size,
#s-deed87f5-2552-4113-bbcb-745772448752 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-96e03e2d-08f7-402b-bbfb-eac01e3fd448 {
  margin-left: auto;
margin-right: auto;
}

#s-96e03e2d-08f7-402b-bbfb-eac01e3fd448 .shg-proportional-font-size,
#s-96e03e2d-08f7-402b-bbfb-eac01e3fd448 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c {
  display: none;
}
#s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c, #wrap-s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c, #wrap-content-s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c { display: none !important; }}@media (max-width: 767px){#s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c {
  display: none;
}
#s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c, #wrap-s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c, #wrap-content-s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c { display: none !important; }}







#s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53d5ccfc-1cb1-4986-94d2-b1781c96cb0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4848cbbe-8c64-4943-a78b-e00338cbe278 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4848cbbe-8c64-4943-a78b-e00338cbe278 {
  display: none;
}
#s-4848cbbe-8c64-4943-a78b-e00338cbe278, #wrap-s-4848cbbe-8c64-4943-a78b-e00338cbe278, #wrap-content-s-4848cbbe-8c64-4943-a78b-e00338cbe278 { display: none !important; }}@media (max-width: 767px){#s-4848cbbe-8c64-4943-a78b-e00338cbe278 {
  display: none;
}
#s-4848cbbe-8c64-4943-a78b-e00338cbe278, #wrap-s-4848cbbe-8c64-4943-a78b-e00338cbe278, #wrap-content-s-4848cbbe-8c64-4943-a78b-e00338cbe278 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4848cbbe-8c64-4943-a78b-e00338cbe278"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4848cbbe-8c64-4943-a78b-e00338cbe278"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4848cbbe-8c64-4943-a78b-e00338cbe278"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4848cbbe-8c64-4943-a78b-e00338cbe278"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4848cbbe-8c64-4943-a78b-e00338cbe278"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e023da39-2017-49a2-b299-3c16ae851752 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e023da39-2017-49a2-b299-3c16ae851752 {
  padding-top: 30px;
text-align: center;
}
}
#s-e023da39-2017-49a2-b299-3c16ae851752 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  
  
}


@media (max-width: 767px){#s-e023da39-2017-49a2-b299-3c16ae851752 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}
#s-5225dd77-058b-4e73-a90b-be8c13fc7e34 {
  margin-left: auto;
margin-right: auto;
}

#s-5225dd77-058b-4e73-a90b-be8c13fc7e34 .shg-proportional-font-size,
#s-5225dd77-058b-4e73-a90b-be8c13fc7e34 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fd81cf4a-b7ba-4c6b-bc5a-2de8c452a8b8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fd81cf4a-b7ba-4c6b-bc5a-2de8c452a8b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd81cf4a-b7ba-4c6b-bc5a-2de8c452a8b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6037005a-e7af-41c4-bc6d-3ae468bef710 {
  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: 30px;
text-align: left;
}

#s-6e58b60c-9248-4c2b-ace7-3692a42be9f1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6e58b60c-9248-4c2b-ace7-3692a42be9f1 {
  display: none;
}
#s-6e58b60c-9248-4c2b-ace7-3692a42be9f1, #wrap-s-6e58b60c-9248-4c2b-ace7-3692a42be9f1, #wrap-content-s-6e58b60c-9248-4c2b-ace7-3692a42be9f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e58b60c-9248-4c2b-ace7-3692a42be9f1 {
  display: none;
}
#s-6e58b60c-9248-4c2b-ace7-3692a42be9f1, #wrap-s-6e58b60c-9248-4c2b-ace7-3692a42be9f1, #wrap-content-s-6e58b60c-9248-4c2b-ace7-3692a42be9f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e58b60c-9248-4c2b-ace7-3692a42be9f1 {
  margin-top: 40px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6e58b60c-9248-4c2b-ace7-3692a42be9f1 {
  margin-top: 20px;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}
}







#s-6e58b60c-9248-4c2b-ace7-3692a42be9f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e58b60c-9248-4c2b-ace7-3692a42be9f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  margin-left: auto;
margin-right: auto;
max-width: 1521px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  max-width: 600px;
}
}
#s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e img.shogun-image {
  width: 100%;
  
  
  max-width: 1521px;

      
    max-width: 1521px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-87b57743-c283-4c2c-9a9d-ff59d629e83e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e img.shogun-image {
  width: 100%;
  
  
  max-width: 1521px;

      
    max-width: 1521px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-87b57743-c283-4c2c-9a9d-ff59d629e83e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e img.shogun-image {
  width: 100%;
  
  
  max-width: 1521px;

      
    max-width: 1521px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-87b57743-c283-4c2c-9a9d-ff59d629e83e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e img.shogun-image {
  width: 100%;
  
  
  max-width: 1521px;

      
    max-width: 1521px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-87b57743-c283-4c2c-9a9d-ff59d629e83e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-87b57743-c283-4c2c-9a9d-ff59d629e83e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e img.shogun-image {
  width: 100%;
  
  
  max-width: 1521px;

      
    max-width: 1521px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-87b57743-c283-4c2c-9a9d-ff59d629e83e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b57743-c283-4c2c-9a9d-ff59d629e83e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-18df3014-017f-45f4-a091-79ffd5455c34 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-18df3014-017f-45f4-a091-79ffd5455c34 {
  margin-top: 20px;
padding-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-18df3014-017f-45f4-a091-79ffd5455c34 {
  padding-top: 30px;
text-align: center;
}
}
#s-18df3014-017f-45f4-a091-79ffd5455c34 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-18df3014-017f-45f4-a091-79ffd5455c34 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-18df3014-017f-45f4-a091-79ffd5455c34 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-07591401-4f7a-4728-a64a-73b0f9abda66 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-07591401-4f7a-4728-a64a-73b0f9abda66 {
  margin-bottom: 40px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-07591401-4f7a-4728-a64a-73b0f9abda66 {
  margin-bottom: 40px;
}
}
#s-07591401-4f7a-4728-a64a-73b0f9abda66 .shg-proportional-font-size,
#s-07591401-4f7a-4728-a64a-73b0f9abda66 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e7b2d297-ad97-4f42-83c5-1c61dc327943 {
  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: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7b2d297-ad97-4f42-83c5-1c61dc327943 {
  max-width: 600px;
}
}
#s-2f138487-0682-4ee0-90fb-3f01199ba4f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f138487-0682-4ee0-90fb-3f01199ba4f7 {
  margin-top: 20px;
padding-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-2f138487-0682-4ee0-90fb-3f01199ba4f7 {
  padding-top: 30px;
text-align: center;
}
}
#s-2f138487-0682-4ee0-90fb-3f01199ba4f7 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2f138487-0682-4ee0-90fb-3f01199ba4f7 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-2f138487-0682-4ee0-90fb-3f01199ba4f7 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-6b8e03d6-82e8-457d-bfd3-553096fbbe72 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b8e03d6-82e8-457d-bfd3-553096fbbe72 {
  margin-bottom: 40px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-6b8e03d6-82e8-457d-bfd3-553096fbbe72 .shg-proportional-font-size,
#s-6b8e03d6-82e8-457d-bfd3-553096fbbe72 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-725516bd-eff1-4dfe-b611-a27560f0cc06 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(231, 217, 202, 1);
}








#s-725516bd-eff1-4dfe-b611-a27560f0cc06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-725516bd-eff1-4dfe-b611-a27560f0cc06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b78d9d6-f498-4035-bc50-ddba00b346f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 0px;
max-width: 1200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b78d9d6-f498-4035-bc50-ddba00b346f9 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5b78d9d6-f498-4035-bc50-ddba00b346f9 {
  padding-top: 40px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
}
#s-5b78d9d6-f498-4035-bc50-ddba00b346f9 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-5b78d9d6-f498-4035-bc50-ddba00b346f9 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-8ad3a33d-1ff0-4828-ac99-60d22529ee43 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
padding-top: 25px;
min-height: 50px;
background-color: rgba(80, 67, 49, 0);
}
@media (max-width: 767px){#s-8ad3a33d-1ff0-4828-ac99-60d22529ee43 {
  padding-left: 2%;
padding-right: 2%;
}
}







#s-8ad3a33d-1ff0-4828-ac99-60d22529ee43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ad3a33d-1ff0-4828-ac99-60d22529ee43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb {
  box-shadow:    rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
max-width: 1200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb, #wrap-s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb, #wrap-content-s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb {
  display: none;
}
#s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb, #wrap-s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb, #wrap-content-s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb {
  
}
}@media (max-width: 767px){#s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb {
  padding-left: 3%;
padding-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-7f82ee39-70a4-4b9c-9465-2fdbc1e820cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  max-width: 50px;
}
}
#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f0f37d3-ae48-47f3-91c3-e944d2e3ba2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f2e5fd43-52e8-494a-90c0-43343ae3b235 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (max-width: 767px){#s-f2e5fd43-52e8-494a-90c0-43343ae3b235 {
  margin-bottom: 15px;
padding-left: 3%;
padding-right: 3%;
}
}
#s-f2e5fd43-52e8-494a-90c0-43343ae3b235 .shg-proportional-font-size,
#s-f2e5fd43-52e8-494a-90c0-43343ae3b235 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  max-width: 50px;
}
}
#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a061892c-4cb2-4c79-b415-54bc0d2686f2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a061892c-4cb2-4c79-b415-54bc0d2686f2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a061892c-4cb2-4c79-b415-54bc0d2686f2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ea454379-8632-4df9-a84e-eb9bffa14a1f {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (max-width: 767px){#s-ea454379-8632-4df9-a84e-eb9bffa14a1f {
  margin-bottom: 15px;
}
}
#s-ea454379-8632-4df9-a84e-eb9bffa14a1f .shg-proportional-font-size,
#s-ea454379-8632-4df9-a84e-eb9bffa14a1f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-3879e138-71b3-494d-aae3-39c34f5a985c {
  max-width: 50px;
}
}
#s-3879e138-71b3-494d-aae3-39c34f5a985c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3879e138-71b3-494d-aae3-39c34f5a985c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3879e138-71b3-494d-aae3-39c34f5a985c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3879e138-71b3-494d-aae3-39c34f5a985c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3879e138-71b3-494d-aae3-39c34f5a985c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3879e138-71b3-494d-aae3-39c34f5a985c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3879e138-71b3-494d-aae3-39c34f5a985c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3879e138-71b3-494d-aae3-39c34f5a985c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3879e138-71b3-494d-aae3-39c34f5a985c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3879e138-71b3-494d-aae3-39c34f5a985c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3879e138-71b3-494d-aae3-39c34f5a985c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3879e138-71b3-494d-aae3-39c34f5a985c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2b23b312-419d-40f7-8841-4b1796f12c41 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (max-width: 767px){#s-2b23b312-419d-40f7-8841-4b1796f12c41 {
  margin-bottom: 15px;
padding-left: 3%;
padding-right: 3%;
}
}
#s-2b23b312-419d-40f7-8841-4b1796f12c41 .shg-proportional-font-size,
#s-2b23b312-419d-40f7-8841-4b1796f12c41 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b {
  box-shadow:    rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
max-width: 1200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b {
  display: none;
}
#s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b, #wrap-s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b, #wrap-content-s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b { display: none !important; }}@media (max-width: 767px){#s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b {
  display: none;
}
#s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b, #wrap-s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b, #wrap-content-s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b { display: none !important; }}
@media (min-width: 0px) {
[id="s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b"] > .shg-row > .shg-c-sm-1_2 {
  width: calc(10.0% - 8.0px);
}

[id="s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b"] > .shg-row > .shg-c-md-1_2 {
  width: calc(10.0% - 8.0px);
}

[id="s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b"] > .shg-row > .shg-c-lg-1_2 {
  width: calc(10.0% - 8.0px);
}

[id="s-beed2e99-3b95-4bed-9a0c-5e98a05fc06b"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 8.0px);
}

}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b86bb1a3-51be-4f04-84f5-156ea2191e4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86bb1a3-51be-4f04-84f5-156ea2191e4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-03644026-8ddd-4eca-8ec5-d62756a28a83 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

#s-03644026-8ddd-4eca-8ec5-d62756a28a83 .shg-proportional-font-size,
#s-03644026-8ddd-4eca-8ec5-d62756a28a83 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce74c445-9a92-4e0f-9d4d-8f1d45ad5fde.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fa40b2a7-a38f-4919-8ab1-ffcfdde8d071 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

#s-fa40b2a7-a38f-4919-8ab1-ffcfdde8d071 .shg-proportional-font-size,
#s-fa40b2a7-a38f-4919-8ab1-ffcfdde8d071 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

      
    max-width: 60px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042b5d34-b6ee-40b2-b9ba-7aea5ff86451.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ddac8d21-a816-4a15-b9dc-55c33e9bb2f7 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

#s-ddac8d21-a816-4a15-b9dc-55c33e9bb2f7 .shg-proportional-font-size,
#s-ddac8d21-a816-4a15-b9dc-55c33e9bb2f7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-35d64b16-8f89-4324-b383-fef92375b356 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-35d64b16-8f89-4324-b383-fef92375b356 {
  display: none;
}
#s-35d64b16-8f89-4324-b383-fef92375b356, #wrap-s-35d64b16-8f89-4324-b383-fef92375b356, #wrap-content-s-35d64b16-8f89-4324-b383-fef92375b356 { display: none !important; }}@media (max-width: 767px){#s-35d64b16-8f89-4324-b383-fef92375b356 {
  display: none;
}
#s-35d64b16-8f89-4324-b383-fef92375b356, #wrap-s-35d64b16-8f89-4324-b383-fef92375b356, #wrap-content-s-35d64b16-8f89-4324-b383-fef92375b356 { display: none !important; }}
#s-b11fc48f-3b65-4af7-abad-6bc128a41f5e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b11fc48f-3b65-4af7-abad-6bc128a41f5e {
  display: none;
}
#s-b11fc48f-3b65-4af7-abad-6bc128a41f5e, #wrap-s-b11fc48f-3b65-4af7-abad-6bc128a41f5e, #wrap-content-s-b11fc48f-3b65-4af7-abad-6bc128a41f5e { display: none !important; }}@media (max-width: 767px){#s-b11fc48f-3b65-4af7-abad-6bc128a41f5e {
  display: none;
}
#s-b11fc48f-3b65-4af7-abad-6bc128a41f5e, #wrap-s-b11fc48f-3b65-4af7-abad-6bc128a41f5e, #wrap-content-s-b11fc48f-3b65-4af7-abad-6bc128a41f5e { display: none !important; }}
#s-acaa08c1-565e-4d64-9bd9-a72eb2598a97 {
  margin-top: 70px;
margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
}
@media (min-width: 1200px){#s-acaa08c1-565e-4d64-9bd9-a72eb2598a97 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-acaa08c1-565e-4d64-9bd9-a72eb2598a97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acaa08c1-565e-4d64-9bd9-a72eb2598a97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-acaa08c1-565e-4d64-9bd9-a72eb2598a97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-acaa08c1-565e-4d64-9bd9-a72eb2598a97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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: 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-f0673828-abc4-4787-9ee4-3030ce499e48 {
  text-align: left;
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 {
  max-width:  100%;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 {
  max-width:  100%;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 {
  max-width:  100%;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 {
  max-width:  100%;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 {
  max-width:  100%;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 .shg-image-zoom,
.shg-c#s-f0673828-abc4-4787-9ee4-3030ce499e48 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-85952b3d-a259-4990-9ee3-beec282d3c61 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-85952b3d-a259-4990-9ee3-beec282d3c61 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-85952b3d-a259-4990-9ee3-beec282d3c61 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-85952b3d-a259-4990-9ee3-beec282d3c61 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-85952b3d-a259-4990-9ee3-beec282d3c61 .shg-gallery-scroll-container {
  
    left: 5%;
    width: 90%;
  
}

#s-85952b3d-a259-4990-9ee3-beec282d3c61 .shg-gallery-scroll-button {
  color: rgba(80, 67, 49, 1);
}

#s-85952b3d-a259-4990-9ee3-beec282d3c61 .shg-gallery-dot {
  background-color: #FFF;
}

#s-fd5ece26-41f2-437f-a90b-a8d865a2ff6f {
  margin-left: auto;
margin-right: auto;
}

#s-fd5ece26-41f2-437f-a90b-a8d865a2ff6f .shg-proportional-font-size,
#s-fd5ece26-41f2-437f-a90b-a8d865a2ff6f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cf8aa851-6b64-4ff3-8ad9-39384df8bf44 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b {
  display: none;
}
#s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b, #wrap-s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b, #wrap-content-s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b { display: none !important; }}@media (max-width: 767px){#s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b {
  display: none;
}
#s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b, #wrap-s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b, #wrap-content-s-fd647e24-b6cf-4307-9cbe-5c5d11e0532b { display: none !important; }}
#s-8e64275a-f99e-470c-a6ef-4888c577c631 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-8e64275a-f99e-470c-a6ef-4888c577c631 {
  padding-bottom: 0px;
}
}
#s-8e64275a-f99e-470c-a6ef-4888c577c631 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1.25em;
  
  
}



#s-14453ced-8494-40a1-87b2-1a15ee186470 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
max-width: 150px;
text-align: left;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-14453ced-8494-40a1-87b2-1a15ee186470 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-14453ced-8494-40a1-87b2-1a15ee186470 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-14453ced-8494-40a1-87b2-1a15ee186470 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-14453ced-8494-40a1-87b2-1a15ee186470 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-14453ced-8494-40a1-87b2-1a15ee186470 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-14453ced-8494-40a1-87b2-1a15ee186470 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-14453ced-8494-40a1-87b2-1a15ee186470 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-14453ced-8494-40a1-87b2-1a15ee186470 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-14453ced-8494-40a1-87b2-1a15ee186470 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

      
    max-width: 150px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-14453ced-8494-40a1-87b2-1a15ee186470 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14453ced-8494-40a1-87b2-1a15ee186470.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-eb45ff9d-991b-482c-bc41-5aae5f0b4438 {
  margin-left: auto;
margin-right: auto;
}

#s-eb45ff9d-991b-482c-bc41-5aae5f0b4438 .shg-proportional-font-size,
#s-eb45ff9d-991b-482c-bc41-5aae5f0b4438 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-da1b8c17-af94-4148-9d6d-ac740bccaf03 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-right: 5%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-da1b8c17-af94-4148-9d6d-ac740bccaf03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da1b8c17-af94-4148-9d6d-ac740bccaf03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-da1b8c17-af94-4148-9d6d-ac740bccaf03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-da1b8c17-af94-4148-9d6d-ac740bccaf03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfa82f65-1f02-4697-a329-d32b94b836fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfa82f65-1f02-4697-a329-d32b94b836fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfa82f65-1f02-4697-a329-d32b94b836fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfa82f65-1f02-4697-a329-d32b94b836fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bfa82f65-1f02-4697-a329-d32b94b836fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bfa82f65-1f02-4697-a329-d32b94b836fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfa82f65-1f02-4697-a329-d32b94b836fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fcf2828d-0319-4de8-9114-71969b2e1c2b {
  margin-left: auto;
margin-right: auto;
}

#s-fcf2828d-0319-4de8-9114-71969b2e1c2b .shg-proportional-font-size,
#s-fcf2828d-0319-4de8-9114-71969b2e1c2b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 0px;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab85f123-b0d6-4c5d-be9a-9336bed6c912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d41378e9-53a9-4395-9937-59e9e935a5d1 {
  margin-left: auto;
margin-right: auto;
}

#s-d41378e9-53a9-4395-9937-59e9e935a5d1 .shg-proportional-font-size,
#s-d41378e9-53a9-4395-9937-59e9e935a5d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed16292-1dfc-4aaf-a857-ef8fd6e53720.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ff774be2-3fb4-4114-8587-57b72906b47e {
  margin-left: auto;
margin-right: auto;
}

#s-ff774be2-3fb4-4114-8587-57b72906b47e .shg-proportional-font-size,
#s-ff774be2-3fb4-4114-8587-57b72906b47e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-091d3d41-8659-4dc6-abc1-15bf2b215e8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-091d3d41-8659-4dc6-abc1-15bf2b215e8c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c3258e7-c431-48ec-9583-e77370df89a0 {
  margin-left: auto;
margin-right: auto;
}

#s-6c3258e7-c431-48ec-9583-e77370df89a0 .shg-proportional-font-size,
#s-6c3258e7-c431-48ec-9583-e77370df89a0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3eb2bec-7832-44d8-b5a8-3c32175b62fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-474b495b-6816-4791-a0d3-fd46e5818d21 {
  margin-left: auto;
margin-right: auto;
}

#s-474b495b-6816-4791-a0d3-fd46e5818d21 .shg-proportional-font-size,
#s-474b495b-6816-4791-a0d3-fd46e5818d21 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d5406950-8209-4916-bea6-7db41781f9db {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}

#s-d5406950-8209-4916-bea6-7db41781f9db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5406950-8209-4916-bea6-7db41781f9db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5406950-8209-4916-bea6-7db41781f9db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 10px;
  
}


.shg-image-content-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d5406950-8209-4916-bea6-7db41781f9db img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d5406950-8209-4916-bea6-7db41781f9db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d5406950-8209-4916-bea6-7db41781f9db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5406950-8209-4916-bea6-7db41781f9db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5406950-8209-4916-bea6-7db41781f9db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d5406950-8209-4916-bea6-7db41781f9db img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d5406950-8209-4916-bea6-7db41781f9db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d5406950-8209-4916-bea6-7db41781f9db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5406950-8209-4916-bea6-7db41781f9db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5406950-8209-4916-bea6-7db41781f9db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d5406950-8209-4916-bea6-7db41781f9db img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d5406950-8209-4916-bea6-7db41781f9db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d5406950-8209-4916-bea6-7db41781f9db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5406950-8209-4916-bea6-7db41781f9db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5406950-8209-4916-bea6-7db41781f9db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d5406950-8209-4916-bea6-7db41781f9db img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d5406950-8209-4916-bea6-7db41781f9db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d5406950-8209-4916-bea6-7db41781f9db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5406950-8209-4916-bea6-7db41781f9db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5406950-8209-4916-bea6-7db41781f9db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d5406950-8209-4916-bea6-7db41781f9db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d5406950-8209-4916-bea6-7db41781f9db img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d5406950-8209-4916-bea6-7db41781f9db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5406950-8209-4916-bea6-7db41781f9db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a8d38183-9d5d-4a91-ab2a-76205fb5fefe {
  margin-left: auto;
margin-right: auto;
}

#s-a8d38183-9d5d-4a91-ab2a-76205fb5fefe .shg-proportional-font-size,
#s-a8d38183-9d5d-4a91-ab2a-76205fb5fefe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f737c24e-412f-4812-ae4c-0e7dd99a291b {
  margin-left: auto;
margin-right: auto;
}

#s-f737c24e-412f-4812-ae4c-0e7dd99a291b .shg-proportional-font-size,
#s-f737c24e-412f-4812-ae4c-0e7dd99a291b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-91ccfeba-f664-45ee-9f46-b64e6a34af5a {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-91ccfeba-f664-45ee-9f46-b64e6a34af5a .shg-proportional-font-size,
#s-91ccfeba-f664-45ee-9f46-b64e6a34af5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-color: rgb(255, 255, 255);
border-style: none;
border-radius: 30px;
text-align: left;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
}
#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 {
  display: none;
}
#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5, #wrap-s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5, #wrap-content-s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 { display: none !important; }}@media (max-width: 767px){#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5, #wrap-s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5, #wrap-content-s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 { display: none !important; }}

  #s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5-atc-btn-wrapper {
    text-align: left;
  }


#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5-atc-btn-wrapper {
    text-align: left;
  }


#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5-atc-btn-wrapper {
    text-align: left;
  }


#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5-atc-btn-wrapper {
    text-align: left;
  }


#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5-atc-btn-wrapper {
    text-align: left;
  }


#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c38ab8cd-a5cd-4482-93d7-389fc92b41d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-5dd1111e-bc69-46b3-8e23-1b3164d112c9 {
  box-shadow:1px 1px 4px 1px rgba(80, 67, 49, 0);
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
background-color: rgba(231, 217, 202, 0);
}


  #s-5dd1111e-bc69-46b3-8e23-1b3164d112c9 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 217, 202, 1);
    border: 2px solid rgba(221, 203, 184, 1);
  }
  #s-5dd1111e-bc69-46b3-8e23-1b3164d112c9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(231, 217, 202, 0);
    border: 2px solid rgba(221, 203, 184, 1);
  }
#s-5dd1111e-bc69-46b3-8e23-1b3164d112c9 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(146, 148, 151, 1);
  
  
  
  font-size: 16px;
}

#s-5dd1111e-bc69-46b3-8e23-1b3164d112c9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(5, 5, 5, 1);
}

#s-5dd1111e-bc69-46b3-8e23-1b3164d112c9 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(231, 217, 202, 0);
}

#s-5dd1111e-bc69-46b3-8e23-1b3164d112c9 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(221, 203, 184, 1);
}

#s-bf908052-01db-43fa-8055-7840ec603184 {
  margin-left: auto;
margin-right: auto;
}

#s-bf908052-01db-43fa-8055-7840ec603184 .shg-proportional-font-size,
#s-bf908052-01db-43fa-8055-7840ec603184 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-588606d6-d44c-408a-abeb-98a68221f409 {
  box-shadow:1px 1px 1px 1px rgba(231, 217, 202, 0);
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(231, 217, 202, 0);
}








#s-588606d6-d44c-408a-abeb-98a68221f409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-588606d6-d44c-408a-abeb-98a68221f409.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

      
    max-width: 350px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

      
    max-width: 350px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

      
    max-width: 350px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

      
    max-width: 350px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

      
    max-width: 350px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46d0c7d1-3e0b-4e50-abfa-48290a3c0c75.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ee5e4bbf-5ef0-4fbd-9acd-658f25ff3908 {
  margin-left: auto;
margin-right: auto;
}

#s-ee5e4bbf-5ef0-4fbd-9acd-658f25ff3908 .shg-proportional-font-size,
#s-ee5e4bbf-5ef0-4fbd-9acd-658f25ff3908 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae img.shogun-image {
  width: 100%;
  
  
  max-width: 800px;

      
    max-width: 800px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08565509-7dd3-4da2-8eb0-46eeb7a5e8ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ba272ee8-9d87-4c1f-97af-3811ea301d46 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-ba272ee8-9d87-4c1f-97af-3811ea301d46 {
  display: none;
}
#s-ba272ee8-9d87-4c1f-97af-3811ea301d46, #wrap-s-ba272ee8-9d87-4c1f-97af-3811ea301d46, #wrap-content-s-ba272ee8-9d87-4c1f-97af-3811ea301d46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba272ee8-9d87-4c1f-97af-3811ea301d46 {
  display: none;
}
#s-ba272ee8-9d87-4c1f-97af-3811ea301d46, #wrap-s-ba272ee8-9d87-4c1f-97af-3811ea301d46, #wrap-content-s-ba272ee8-9d87-4c1f-97af-3811ea301d46 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba272ee8-9d87-4c1f-97af-3811ea301d46 {
  padding-left: 5%;
padding-right: 5%;
max-width: 800px;
}
}
#s-eb243794-4d1d-41d5-b9b6-cc87dde6ba15 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-eb243794-4d1d-41d5-b9b6-cc87dde6ba15 {
  margin-top: 20px;
}
}







#s-eb243794-4d1d-41d5-b9b6-cc87dde6ba15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb243794-4d1d-41d5-b9b6-cc87dde6ba15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39ec275a-b8de-4541-8714-41f75ea93a3b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 {
  margin-left: 5%;
margin-right: 5%;
}
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 {
  max-width:  100%;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 {
  max-width:  100%;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 {
  max-width:  100%;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 {
  max-width:  100%;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 {
  max-width:  100%;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 .shg-image-zoom,
.shg-c#s-dbcc6e63-172b-41a7-ada1-74ecf040ba79 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5399f874-24af-4abb-9e7a-c5c54e63cb50 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-5399f874-24af-4abb-9e7a-c5c54e63cb50 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-5399f874-24af-4abb-9e7a-c5c54e63cb50 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-5399f874-24af-4abb-9e7a-c5c54e63cb50 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-5399f874-24af-4abb-9e7a-c5c54e63cb50 .shg-gallery-scroll-container {
  
    left: 5%;
    width: 90%;
  
}

#s-5399f874-24af-4abb-9e7a-c5c54e63cb50 .shg-gallery-scroll-button {
  color: rgba(80, 67, 49, 1);
}

#s-5399f874-24af-4abb-9e7a-c5c54e63cb50 .shg-gallery-dot {
  background-color: #FFF;
}

#s-50718007-4f39-44d6-bf55-dae60dc82272 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-50718007-4f39-44d6-bf55-dae60dc82272 {
  text-align: center;
}
}@media (max-width: 767px){#s-50718007-4f39-44d6-bf55-dae60dc82272 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
}
#s-50718007-4f39-44d6-bf55-dae60dc82272 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  margin-left: auto;
margin-right: auto;
max-width: 1167px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  max-width: 200px;
}
}@media (max-width: 767px){#s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  max-width: 120px;
}
}
#s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64c8049f-f0ef-478d-9446-e130c7c15e8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a img.shogun-image {
  width: 100%;
  
  
  max-width: 1167px;

      
    max-width: 1167px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64c8049f-f0ef-478d-9446-e130c7c15e8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c8049f-f0ef-478d-9446-e130c7c15e8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-324b1285-5cd6-4de9-9573-ba33e0040305 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-324b1285-5cd6-4de9-9573-ba33e0040305 {
  margin-top: -10px;
margin-bottom: -15px;
}
}
#s-324b1285-5cd6-4de9-9573-ba33e0040305 .shg-proportional-font-size,
#s-324b1285-5cd6-4de9-9573-ba33e0040305 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fe215268-b03a-4dff-a3e5-ac4cf67afbad {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fe215268-b03a-4dff-a3e5-ac4cf67afbad {
  margin-top: 20px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-fe215268-b03a-4dff-a3e5-ac4cf67afbad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-fe215268-b03a-4dff-a3e5-ac4cf67afbad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-fe215268-b03a-4dff-a3e5-ac4cf67afbad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-fe215268-b03a-4dff-a3e5-ac4cf67afbad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-39e26d68-b06a-4155-b550-32409e336ee4 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-39e26d68-b06a-4155-b550-32409e336ee4 {
  max-width: 70px;
}
}
#s-39e26d68-b06a-4155-b550-32409e336ee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39e26d68-b06a-4155-b550-32409e336ee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-39e26d68-b06a-4155-b550-32409e336ee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39e26d68-b06a-4155-b550-32409e336ee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-39e26d68-b06a-4155-b550-32409e336ee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39e26d68-b06a-4155-b550-32409e336ee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-39e26d68-b06a-4155-b550-32409e336ee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39e26d68-b06a-4155-b550-32409e336ee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-39e26d68-b06a-4155-b550-32409e336ee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-39e26d68-b06a-4155-b550-32409e336ee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-39e26d68-b06a-4155-b550-32409e336ee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39e26d68-b06a-4155-b550-32409e336ee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b43fbf31-8691-42ad-9aea-ae4798842b53 {
  margin-left: auto;
margin-right: auto;
}

#s-b43fbf31-8691-42ad-9aea-ae4798842b53 .shg-proportional-font-size,
#s-b43fbf31-8691-42ad-9aea-ae4798842b53 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  max-width: 70px;
}
}
#s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9d917679-ec80-46cf-8355-7fe9f841b320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9d917679-ec80-46cf-8355-7fe9f841b320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9d917679-ec80-46cf-8355-7fe9f841b320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9d917679-ec80-46cf-8355-7fe9f841b320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9d917679-ec80-46cf-8355-7fe9f841b320 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9d917679-ec80-46cf-8355-7fe9f841b320 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d917679-ec80-46cf-8355-7fe9f841b320.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0569a0aa-2dfd-461c-9902-f537eb94fffc {
  margin-left: auto;
margin-right: auto;
}

#s-0569a0aa-2dfd-461c-9902-f537eb94fffc .shg-proportional-font-size,
#s-0569a0aa-2dfd-461c-9902-f537eb94fffc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  max-width: 70px;
}
}
#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0b031cc-3ceb-48ec-8340-c48583bdef1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0b031cc-3ceb-48ec-8340-c48583bdef1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cbb111cd-ae8d-4a59-8f85-41fd5dfd4ca8 {
  margin-left: auto;
margin-right: auto;
}

#s-cbb111cd-ae8d-4a59-8f85-41fd5dfd4ca8 .shg-proportional-font-size,
#s-cbb111cd-ae8d-4a59-8f85-41fd5dfd4ca8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-963e7628-08e6-4acc-a224-3ead355138e6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-963e7628-08e6-4acc-a224-3ead355138e6 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-963e7628-08e6-4acc-a224-3ead355138e6 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-963e7628-08e6-4acc-a224-3ead355138e6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-963e7628-08e6-4acc-a224-3ead355138e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-963e7628-08e6-4acc-a224-3ead355138e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-963e7628-08e6-4acc-a224-3ead355138e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  max-width: 70px;
}
}
#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7bc1416-0bbd-4cea-a75b-aea9bb84604d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85b6bd44-5c8e-48db-857d-7e1bd822280f {
  margin-left: auto;
margin-right: auto;
}

#s-85b6bd44-5c8e-48db-857d-7e1bd822280f .shg-proportional-font-size,
#s-85b6bd44-5c8e-48db-857d-7e1bd822280f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  max-width: 70px;
}
}
#s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a3cab605-7014-4041-95e5-eafb4b8a1948 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a3cab605-7014-4041-95e5-eafb4b8a1948 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3cab605-7014-4041-95e5-eafb4b8a1948.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3e293a7d-c53f-4ded-b006-505a2d3e2973 {
  margin-left: auto;
margin-right: auto;
}

#s-3e293a7d-c53f-4ded-b006-505a2d3e2973 .shg-proportional-font-size,
#s-3e293a7d-c53f-4ded-b006-505a2d3e2973 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  max-width: 70px;
}
}
#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9129f2f-ba94-4400-b7c7-0e2952f2f32b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f8293fbc-c7c8-4c33-a3f3-a06654675e8e {
  margin-left: auto;
margin-right: auto;
}

#s-f8293fbc-c7c8-4c33-a3f3-a06654675e8e .shg-proportional-font-size,
#s-f8293fbc-c7c8-4c33-a3f3-a06654675e8e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bfb4cb91-5ec3-4c82-9cee-d70f5b8a37c3 {
  margin-left: auto;
margin-right: auto;
}

#s-bfb4cb91-5ec3-4c82-9cee-d70f5b8a37c3 .shg-proportional-font-size,
#s-bfb4cb91-5ec3-4c82-9cee-d70f5b8a37c3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2e97a7a9-bd11-4df7-8db8-20d7290153e2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2e97a7a9-bd11-4df7-8db8-20d7290153e2 {
  margin-top: -10px;
}
}
#s-2e97a7a9-bd11-4df7-8db8-20d7290153e2 .shg-proportional-font-size,
#s-2e97a7a9-bd11-4df7-8db8-20d7290153e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-5af76af5-b89d-4cc1-a094-6cab4567e088:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5af76af5-b89d-4cc1-a094-6cab4567e088:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5af76af5-b89d-4cc1-a094-6cab4567e088 {
  display: none;
}
#s-5af76af5-b89d-4cc1-a094-6cab4567e088, #wrap-s-5af76af5-b89d-4cc1-a094-6cab4567e088, #wrap-content-s-5af76af5-b89d-4cc1-a094-6cab4567e088 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5af76af5-b89d-4cc1-a094-6cab4567e088 {
  display: none;
}
#s-5af76af5-b89d-4cc1-a094-6cab4567e088, #wrap-s-5af76af5-b89d-4cc1-a094-6cab4567e088, #wrap-content-s-5af76af5-b89d-4cc1-a094-6cab4567e088 { display: none !important; }}@media (max-width: 767px){#s-5af76af5-b89d-4cc1-a094-6cab4567e088 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-5af76af5-b89d-4cc1-a094-6cab4567e088-atc-btn-wrapper {
    text-align: center;
  }


#s-5af76af5-b89d-4cc1-a094-6cab4567e088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5af76af5-b89d-4cc1-a094-6cab4567e088-atc-btn-wrapper {
    text-align: center;
  }


#s-5af76af5-b89d-4cc1-a094-6cab4567e088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5af76af5-b89d-4cc1-a094-6cab4567e088-atc-btn-wrapper {
    text-align: center;
  }


#s-5af76af5-b89d-4cc1-a094-6cab4567e088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5af76af5-b89d-4cc1-a094-6cab4567e088-atc-btn-wrapper {
    text-align: center;
  }


#s-5af76af5-b89d-4cc1-a094-6cab4567e088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5af76af5-b89d-4cc1-a094-6cab4567e088-atc-btn-wrapper {
    text-align: center;
  }


#s-5af76af5-b89d-4cc1-a094-6cab4567e088 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-5af76af5-b89d-4cc1-a094-6cab4567e088.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8678ae8b-bbed-486a-a898-3676553f9623 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8678ae8b-bbed-486a-a898-3676553f9623 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-8678ae8b-bbed-486a-a898-3676553f9623 .shg-proportional-font-size,
#s-8678ae8b-bbed-486a-a898-3676553f9623 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ae583bcf-bc71-4981-9986-8a91a4a1fb3b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d04b44f6-6406-4134-a721-a30a021cd4a4 {
  box-shadow:1px 1px 4px 1px rgba(80, 67, 49, 0);
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
background-color: rgba(231, 217, 202, 0);
}
@media (max-width: 767px){#s-d04b44f6-6406-4134-a721-a30a021cd4a4 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}

  #s-d04b44f6-6406-4134-a721-a30a021cd4a4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 217, 202, 1);
    border: 2px solid rgba(221, 203, 184, 1);
  }
  #s-d04b44f6-6406-4134-a721-a30a021cd4a4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(231, 217, 202, 0);
    border: 2px solid rgba(221, 203, 184, 1);
  }
#s-d04b44f6-6406-4134-a721-a30a021cd4a4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(146, 148, 151, 1);
  
  
  
  font-size: 16px;
}

#s-d04b44f6-6406-4134-a721-a30a021cd4a4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(5, 5, 5, 1);
}

#s-d04b44f6-6406-4134-a721-a30a021cd4a4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(231, 217, 202, 0);
}

#s-d04b44f6-6406-4134-a721-a30a021cd4a4 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(221, 203, 184, 1);
}

#s-36adc5e3-794b-4971-a657-262730c8a449 {
  margin-left: auto;
margin-right: auto;
}

#s-36adc5e3-794b-4971-a657-262730c8a449 .shg-proportional-font-size,
#s-36adc5e3-794b-4971-a657-262730c8a449 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1391aa48-c1dc-46c4-bfc7-f416ea0f9852 {
  box-shadow:1px 1px 1px 1px rgba(231, 217, 202, 0);
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(231, 217, 202, 0);
}








#s-1391aa48-c1dc-46c4-bfc7-f416ea0f9852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1391aa48-c1dc-46c4-bfc7-f416ea0f9852.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  max-width: 500px;
}
}
#s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-37dca852-a06e-474c-9d94-251a1bd1f927 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-37dca852-a06e-474c-9d94-251a1bd1f927 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-37dca852-a06e-474c-9d94-251a1bd1f927 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-37dca852-a06e-474c-9d94-251a1bd1f927 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-37dca852-a06e-474c-9d94-251a1bd1f927 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-37dca852-a06e-474c-9d94-251a1bd1f927 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37dca852-a06e-474c-9d94-251a1bd1f927.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0e41016a-1f81-428e-89de-6d9244bd24a5 {
  margin-left: auto;
margin-right: auto;
}

#s-0e41016a-1f81-428e-89de-6d9244bd24a5 .shg-proportional-font-size,
#s-0e41016a-1f81-428e-89de-6d9244bd24a5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-dd21ee5c-5181-431a-a72b-49247aa598d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-dd21ee5c-5181-431a-a72b-49247aa598d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd21ee5c-5181-431a-a72b-49247aa598d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ee437d07-ee29-489e-b162-9b3c8a7bdd4f {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 55px;
background-color: rgba(80, 67, 49, 1);
background-attachment: scroll;
}








#s-ee437d07-ee29-489e-b162-9b3c8a7bdd4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee437d07-ee29-489e-b162-9b3c8a7bdd4f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7c6ff008-65da-48b0-9c9f-9cda3a863517 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7c6ff008-65da-48b0-9c9f-9cda3a863517"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c6ff008-65da-48b0-9c9f-9cda3a863517"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c6ff008-65da-48b0-9c9f-9cda3a863517"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c6ff008-65da-48b0-9c9f-9cda3a863517"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c6ff008-65da-48b0-9c9f-9cda3a863517"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c6ff008-65da-48b0-9c9f-9cda3a863517"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c6ff008-65da-48b0-9c9f-9cda3a863517"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-2a789115-46cb-4959-9d04-4f303fff52de {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2a789115-46cb-4959-9d04-4f303fff52de .shogun-heading-component h1 {
  color: rgb(255, 255, 255);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.25em;
  
  
}


@media (max-width: 767px){#s-2a789115-46cb-4959-9d04-4f303fff52de .shogun-heading-component h1 {
  color: rgb(255, 255, 255);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
.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;
  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-ebdfde61-08c8-4750-854f-f61f22ac7aea {
  margin-bottom: 50px;
}

#s-ebdfde61-08c8-4750-854f-f61f22ac7aea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ebdfde61-08c8-4750-854f-f61f22ac7aea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 14px;
}

#s-ebdfde61-08c8-4750-854f-f61f22ac7aea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgb(33, 35, 38);
}

#s-ebdfde61-08c8-4750-854f-f61f22ac7aea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(246, 242, 240, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ebdfde61-08c8-4750-854f-f61f22ac7aea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgb(33, 35, 38);
  text-align: left;
  font-family: Lora;
  font-weight: 700;
  
  font-size: 16px;
}

#s-ebdfde61-08c8-4750-854f-f61f22ac7aea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-38e93d4a-3e45-4acc-bebf-7b2e64138cf4 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-be76fee4-527a-4bc1-9e0b-e51f53578fcd {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-759214b2-0ce2-4ce1-b031-6c48a03e4961 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-b75a8530-4e4e-4ec5-9752-07e805257174 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-b817aa2b-9f23-4214-8dd2-d5420f3e2f59 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-6058db9f-3979-42cd-8c94-c17d0805996e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6058db9f-3979-42cd-8c94-c17d0805996e {
  min-height: 0px;
}
}







#s-6058db9f-3979-42cd-8c94-c17d0805996e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6058db9f-3979-42cd-8c94-c17d0805996e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16fc4161-6c67-492c-a00f-3103e5262732 {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
max-width: 1200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16fc4161-6c67-492c-a00f-3103e5262732 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-16fc4161-6c67-492c-a00f-3103e5262732 {
  padding-top: 40px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
}
}
#s-16fc4161-6c67-492c-a00f-3103e5262732 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-16fc4161-6c67-492c-a00f-3103e5262732 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-16fc4161-6c67-492c-a00f-3103e5262732 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-3dc390b1-1730-4a6d-aeab-7694a4decf29 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-3dc390b1-1730-4a6d-aeab-7694a4decf29 .shg-proportional-font-size,
#s-3dc390b1-1730-4a6d-aeab-7694a4decf29 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-659cc109-df15-42fe-90b6-c1f8238610ba {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-659cc109-df15-42fe-90b6-c1f8238610ba {
  display: none;
}
#s-659cc109-df15-42fe-90b6-c1f8238610ba, #wrap-s-659cc109-df15-42fe-90b6-c1f8238610ba, #wrap-content-s-659cc109-df15-42fe-90b6-c1f8238610ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-659cc109-df15-42fe-90b6-c1f8238610ba {
  display: none;
}
#s-659cc109-df15-42fe-90b6-c1f8238610ba, #wrap-s-659cc109-df15-42fe-90b6-c1f8238610ba, #wrap-content-s-659cc109-df15-42fe-90b6-c1f8238610ba { display: none !important; }}
@media (min-width: 0px) {
[id="s-659cc109-df15-42fe-90b6-c1f8238610ba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-659cc109-df15-42fe-90b6-c1f8238610ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-659cc109-df15-42fe-90b6-c1f8238610ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-659cc109-df15-42fe-90b6-c1f8238610ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  margin-left: auto;
margin-right: auto;
max-width: 844px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f38be38-62e4-45d7-9e41-4795b0c56b04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image-container {
      position: relative;
    }

    .s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f38be38-62e4-45d7-9e41-4795b0c56b04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 844px;
    }
  }

@media (min-width: 1200px){#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3f38be38-62e4-45d7-9e41-4795b0c56b04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04 img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3f38be38-62e4-45d7-9e41-4795b0c56b04 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f38be38-62e4-45d7-9e41-4795b0c56b04.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  margin-left: auto;
margin-right: auto;
max-width: 592px;
text-align: center;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d img.shogun-image {
  width: 100%;
  
  
  max-width: 592px;

      
    max-width: 592px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d img.shogun-image {
  width: 100%;
  
  
  max-width: 592px;

      
    max-width: 592px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d img.shogun-image {
  width: 100%;
  
  
  max-width: 592px;

      
    max-width: 592px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d img.shogun-image {
  width: 100%;
  
  
  max-width: 592px;

      
    max-width: 592px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d img.shogun-image {
  width: 100%;
  
  
  max-width: 592px;

      
    max-width: 592px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac5cbb1-4cec-47ad-b7a4-71958eb0d98d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  margin-left: auto;
margin-right: auto;
max-width: 849px;
text-align: center;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f20c5a67-d73c-4c6c-8259-04f7bce6f20c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image-container {
      position: relative;
    }

    .s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7fbf9d-e915-44a5-bf27-a6ef9722c231.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  margin-left: auto;
margin-right: auto;
max-width: 1179px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image-container {
      position: relative;
    }

    .s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 1179px;
    }
  }

@media (min-width: 1200px){#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dcfcdf3-cddb-4d8d-8d28-4674d8f47953.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  margin-left: auto;
margin-right: auto;
max-width: 642px;
text-align: center;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 img.shogun-image {
  width: 100%;
  
  
  max-width: 642px;

      
    max-width: 642px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5e4dc5-cc92-4c86-94a6-de21a789f730.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4919ef31-7943-4473-98ce-b8b8b517dbda {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-4919ef31-7943-4473-98ce-b8b8b517dbda {
  display: none;
}
#s-4919ef31-7943-4473-98ce-b8b8b517dbda, #wrap-s-4919ef31-7943-4473-98ce-b8b8b517dbda, #wrap-content-s-4919ef31-7943-4473-98ce-b8b8b517dbda { display: none !important; }}@media (max-width: 767px){#s-4919ef31-7943-4473-98ce-b8b8b517dbda {
  display: none;
}
#s-4919ef31-7943-4473-98ce-b8b8b517dbda, #wrap-s-4919ef31-7943-4473-98ce-b8b8b517dbda, #wrap-content-s-4919ef31-7943-4473-98ce-b8b8b517dbda { display: none !important; }}
@media (min-width: 0px) {
[id="s-4919ef31-7943-4473-98ce-b8b8b517dbda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4919ef31-7943-4473-98ce-b8b8b517dbda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4919ef31-7943-4473-98ce-b8b8b517dbda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4919ef31-7943-4473-98ce-b8b8b517dbda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  margin-left: auto;
margin-right: auto;
max-width: 844px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image-container {
      position: relative;
    }

    .s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 844px;
    }
  }

@media (min-width: 1200px){#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f img.shogun-image {
  width: 100%;
  
  
  max-width: 844px;

      
    max-width: 844px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b3998cf-6d7f-4c4a-b6b7-2e2154c6c80f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  margin-left: auto;
margin-right: auto;
max-width: 849px;
text-align: center;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd img.shogun-image {
  width: 100%;
  
  
  max-width: 849px;

      
    max-width: 849px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-942be799-fa3a-4ee4-a06a-9ead95a7dfdd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0992b0b-6ec6-492d-8549-e8510e270b6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image-container {
      position: relative;
    }

    .s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0992b0b-6ec6-492d-8549-e8510e270b6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0992b0b-6ec6-492d-8549-e8510e270b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0992b0b-6ec6-492d-8549-e8510e270b6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0992b0b-6ec6-492d-8549-e8510e270b6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  margin-left: auto;
margin-right: auto;
max-width: 1179px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image-container {
      position: relative;
    }

    .s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 1179px;
    }
  }

@media (min-width: 1200px){#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b img.shogun-image {
  width: 100%;
  
  
  max-width: 1179px;

      
    max-width: 1179px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e384d7-5c50-442c-b0d6-b8d8f4e19e5b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-83bab552-1dde-4263-8777-f4a67816f60e {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-83bab552-1dde-4263-8777-f4a67816f60e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83bab552-1dde-4263-8777-f4a67816f60e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4abdaa0c-dbaa-4451-ad9a-a63ffcfd7062 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 800px;
}








#s-4abdaa0c-dbaa-4451-ad9a-a63ffcfd7062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4abdaa0c-dbaa-4451-ad9a-a63ffcfd7062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07ab723d-60e9-4dfc-9a36-216e5c122889 {
  margin-left: auto;
margin-right: auto;
}

#s-07ab723d-60e9-4dfc-9a36-216e5c122889 .shg-proportional-font-size,
#s-07ab723d-60e9-4dfc-9a36-216e5c122889 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a387f5e7-4737-41c0-932f-e69d8c10d556 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a387f5e7-4737-41c0-932f-e69d8c10d556 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d5acd81d-78b3-474a-8125-8329e5515b2f {
  margin-left: auto;
margin-right: auto;
}

#s-d5acd81d-78b3-474a-8125-8329e5515b2f .shg-proportional-font-size,
#s-d5acd81d-78b3-474a-8125-8329e5515b2f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-24e70aa2-c036-4820-a8af-f00c6507a10f {
  margin-left: auto;
margin-right: auto;
}

#s-24e70aa2-c036-4820-a8af-f00c6507a10f hr {
  border-top: 1px solid rgb(33, 35, 38);
}

#s-91767cfe-485c-4012-9d4c-d02d76020948 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 800px;
}








#s-91767cfe-485c-4012-9d4c-d02d76020948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91767cfe-485c-4012-9d4c-d02d76020948.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68fdc286-8a4f-4792-b420-241140bd6325 {
  margin-left: auto;
margin-right: auto;
}

#s-68fdc286-8a4f-4792-b420-241140bd6325 .shg-proportional-font-size,
#s-68fdc286-8a4f-4792-b420-241140bd6325 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-62f932d3-09ba-4c91-83ba-fb0babcf5eb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62f932d3-09ba-4c91-83ba-fb0babcf5eb4 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-371cb2b9-4528-4c44-89c6-273eeb8ed675 {
  margin-left: auto;
margin-right: auto;
}

#s-371cb2b9-4528-4c44-89c6-273eeb8ed675 .shg-proportional-font-size,
#s-371cb2b9-4528-4c44-89c6-273eeb8ed675 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3cdba113-ae18-4b9d-a85f-a6291d83f926 {
  margin-left: auto;
margin-right: auto;
}

#s-3cdba113-ae18-4b9d-a85f-a6291d83f926 hr {
  border-top: 1px solid rgb(33, 35, 38);
}

#s-f6f3dcd5-66d9-4c69-a532-cc1052058f2e {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 800px;
}








#s-f6f3dcd5-66d9-4c69-a532-cc1052058f2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6f3dcd5-66d9-4c69-a532-cc1052058f2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd69a971-ac84-4fc4-a330-34c45b156b56 {
  margin-left: auto;
margin-right: auto;
}

#s-cd69a971-ac84-4fc4-a330-34c45b156b56 .shg-proportional-font-size,
#s-cd69a971-ac84-4fc4-a330-34c45b156b56 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b93f1c28-d3f9-441e-a1f5-3347c3f9fe9d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b93f1c28-d3f9-441e-a1f5-3347c3f9fe9d .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-289c0a35-660f-43bc-bca2-8a5d0358c267 {
  margin-left: auto;
margin-right: auto;
}

#s-289c0a35-660f-43bc-bca2-8a5d0358c267 .shg-proportional-font-size,
#s-289c0a35-660f-43bc-bca2-8a5d0358c267 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-47f515a5-c5c6-42a7-af2f-8012ab67d4b0 {
  margin-left: auto;
margin-right: auto;
}

#s-47f515a5-c5c6-42a7-af2f-8012ab67d4b0 hr {
  border-top: 1px solid rgb(33, 35, 38);
}

#s-5a8f49ba-6941-4e17-8204-f53b859966e5 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 800px;
}








#s-5a8f49ba-6941-4e17-8204-f53b859966e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a8f49ba-6941-4e17-8204-f53b859966e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a833117-0eea-4940-882c-238259d9e550 {
  margin-left: auto;
margin-right: auto;
}

#s-5a833117-0eea-4940-882c-238259d9e550 .shg-proportional-font-size,
#s-5a833117-0eea-4940-882c-238259d9e550 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-71b290f3-3c52-407d-a958-c0d8977630fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-71b290f3-3c52-407d-a958-c0d8977630fd .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d3e177fe-03aa-41e7-a682-d2c4c5d1d621 {
  margin-left: auto;
margin-right: auto;
}

#s-d3e177fe-03aa-41e7-a682-d2c4c5d1d621 .shg-proportional-font-size,
#s-d3e177fe-03aa-41e7-a682-d2c4c5d1d621 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-747427b9-0371-4ddd-9210-318bbd0c8087 {
  margin-left: auto;
margin-right: auto;
}

#s-747427b9-0371-4ddd-9210-318bbd0c8087 hr {
  border-top: 1px solid rgb(33, 35, 38);
}

#s-299025b1-4bb6-4984-9595-220a3600dcf4 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 800px;
}








#s-299025b1-4bb6-4984-9595-220a3600dcf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-299025b1-4bb6-4984-9595-220a3600dcf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4aca291-4f68-46b4-9033-dd34cfdf16ba {
  margin-left: auto;
margin-right: auto;
}

#s-c4aca291-4f68-46b4-9033-dd34cfdf16ba .shg-proportional-font-size,
#s-c4aca291-4f68-46b4-9033-dd34cfdf16ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b68d7f04-f1f1-40d3-a419-3b98845c05d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b68d7f04-f1f1-40d3-a419-3b98845c05d7 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-9b29d420-498d-4626-8ad7-805b09bf0b47 {
  margin-left: auto;
margin-right: auto;
}

#s-9b29d420-498d-4626-8ad7-805b09bf0b47 .shg-proportional-font-size,
#s-9b29d420-498d-4626-8ad7-805b09bf0b47 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b2b58e90-82e3-4777-9683-be3cf60c2705 {
  margin-left: auto;
margin-right: auto;
}

#s-b2b58e90-82e3-4777-9683-be3cf60c2705 hr {
  border-top: 1px solid rgb(33, 35, 38);
}

#s-e29dad8e-8926-4774-bd46-fe1e5d7eb9b7 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 800px;
}








#s-e29dad8e-8926-4774-bd46-fe1e5d7eb9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e29dad8e-8926-4774-bd46-fe1e5d7eb9b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18f9626e-8eb5-470d-910a-6630f4606c38 {
  margin-left: auto;
margin-right: auto;
}

#s-18f9626e-8eb5-470d-910a-6630f4606c38 .shg-proportional-font-size,
#s-18f9626e-8eb5-470d-910a-6630f4606c38 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9e8acb50-a0a3-4cf1-9e0e-b5f6dd09cb14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e8acb50-a0a3-4cf1-9e0e-b5f6dd09cb14 .shogun-heading-component h3 {
  
  font-weight:  600 ;
  font-family: "Outfit";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-232ff9ba-3791-4aca-8e82-5c367766cb41 {
  margin-left: auto;
margin-right: auto;
}

#s-232ff9ba-3791-4aca-8e82-5c367766cb41 .shg-proportional-font-size,
#s-232ff9ba-3791-4aca-8e82-5c367766cb41 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a66592b1-9c0e-495c-936c-5d7b9932ae83 {
  margin-left: auto;
margin-right: auto;
}

#s-a66592b1-9c0e-495c-936c-5d7b9932ae83 hr {
  border-top: 1px solid rgb(33, 35, 38);
}

#s-7de5f70a-3d64-45b0-81fb-595bbabd5477 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c7875468-6064-4cf8-8fd0-f24843ebfb02 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b96aae40-8525-481f-a090-39755c536552 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b96aae40-8525-481f-a090-39755c536552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b96aae40-8525-481f-a090-39755c536552.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c963eeb-38a6-4e8c-92a6-34a622b763fe {
  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;
  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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}